Searched refs:points_out (Results 1 – 3 of 3) sorted by relevance
3859 FT_Vector* points_out = NULL; /* coordinates in 16.16 format */ in TT_Vary_Apply_Glyph_Deltas() local3909 FT_NEW_ARRAY( points_out, n_points ) || in TT_Vary_Apply_Glyph_Deltas()4141 points_out[j] = points_org[j]; in TT_Vary_Apply_Glyph_Deltas()4154 points_out[idx].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Apply_Glyph_Deltas()4155 points_out[idx].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Apply_Glyph_Deltas()4161 points_out, in TT_Vary_Apply_Glyph_Deltas()4172 FT_Pos point_delta_x = points_out[j].x - points_org[j].x; in TT_Vary_Apply_Glyph_Deltas()4173 FT_Pos point_delta_y = points_out[j].y - points_org[j].y; in TT_Vary_Apply_Glyph_Deltas()4267 FT_FREE( points_out ); in TT_Vary_Apply_Glyph_Deltas()
2020 (TT_Vary_Apply_Glyph_Deltas): Add `points_out' array; it now holds
6957 `points_out' in 16.16 format.