Searched refs:points_out (Results 1 – 3 of 3) sorted by relevance
3763 FT_Vector* points_out = NULL; /* coordinates in 16.16 format */ in TT_Vary_Apply_Glyph_Deltas() local3813 FT_NEW_ARRAY( points_out, n_points ) || in TT_Vary_Apply_Glyph_Deltas()4045 points_out[j] = points_org[j]; in TT_Vary_Apply_Glyph_Deltas()4058 points_out[idx].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Apply_Glyph_Deltas()4059 points_out[idx].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Apply_Glyph_Deltas()4065 points_out, in TT_Vary_Apply_Glyph_Deltas()4076 FT_Pos point_delta_x = points_out[j].x - points_org[j].x; in TT_Vary_Apply_Glyph_Deltas()4077 FT_Pos point_delta_y = points_out[j].y - points_org[j].y; in TT_Vary_Apply_Glyph_Deltas()4171 FT_FREE( points_out ); in TT_Vary_Apply_Glyph_Deltas()
2020 (TT_Vary_Apply_Glyph_Deltas): Add `points_out' array; it now holds
4208 `points_out' in 16.16 format.