to avoid confusing coverity
- Similarly in the FT1 bounding box implementation.
+ - Similarly for the i_tt_rasterize() function in the FT1
+ implementation.
+
- initialize a pointer to prevent Coverity complaining in polygon
drawing (it should always end up being set.)
static
int
-i_tt_rasterize( TT_Fonthandle *handle, TT_Raster_Map *bit, i_img_dim cords[6], double points, char const* txt, size_t len, int smooth, int utf8 ) {
+i_tt_rasterize( TT_Fonthandle *handle, TT_Raster_Map *bit, i_img_dim *cords, double points, char const* txt, size_t len, int smooth, int utf8 ) {
int inst;
i_img_dim width, height;
TT_Raster_Map small_bit;