Searched refs:points_out (Results 1 – 1 of 1) sorted by relevance
3037 FT_Vector* points_out = NULL; in TT_Vary_Apply_Glyph_Deltas() local3069 FT_NEW_ARRAY( points_out, n_points ) || in TT_Vary_Apply_Glyph_Deltas()3284 points_out[j] = points_org[j]; in TT_Vary_Apply_Glyph_Deltas()3297 points_out[idx].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Apply_Glyph_Deltas()3298 points_out[idx].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Apply_Glyph_Deltas()3304 points_out, in TT_Vary_Apply_Glyph_Deltas()3312 FT_Pos delta_x = points_out[j].x - points_org[j].x; in TT_Vary_Apply_Glyph_Deltas()3313 FT_Pos delta_y = points_out[j].y - points_org[j].y; in TT_Vary_Apply_Glyph_Deltas()3362 FT_FREE( points_out ); in TT_Vary_Apply_Glyph_Deltas()