Searched refs:points_out (Results 1 – 3 of 3) sorted by relevance
3641 FT_Vector* points_out = NULL; /* coordinates in 16.16 format */ in TT_Vary_Apply_Glyph_Deltas() local3684 FT_NEW_ARRAY( points_out, n_points ) || in TT_Vary_Apply_Glyph_Deltas()3914 points_out[j] = points_org[j]; in TT_Vary_Apply_Glyph_Deltas()3927 points_out[idx].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Apply_Glyph_Deltas()3928 points_out[idx].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Apply_Glyph_Deltas()3934 points_out, in TT_Vary_Apply_Glyph_Deltas()3945 FT_Pos point_delta_x = points_out[j].x - points_org[j].x; in TT_Vary_Apply_Glyph_Deltas()3946 FT_Pos point_delta_y = points_out[j].y - points_org[j].y; in TT_Vary_Apply_Glyph_Deltas()4037 FT_FREE( points_out ); in TT_Vary_Apply_Glyph_Deltas()
2020 (TT_Vary_Apply_Glyph_Deltas): Add `points_out' array; it now holds
518 `points_out' in 16.16 format.