Home
last modified time | relevance | path

Searched refs:points_org (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/truetype/
Dttgxvar.c3640 FT_Vector* points_org = NULL; /* coordinates in 16.16 format */ in TT_Vary_Apply_Glyph_Deltas() local
3683 if ( FT_NEW_ARRAY( points_org, n_points ) || in TT_Vary_Apply_Glyph_Deltas()
3743 points_org[j].x = FT_intToFixed( outline->points[j].x ); in TT_Vary_Apply_Glyph_Deltas()
3744 points_org[j].y = FT_intToFixed( outline->points[j].y ); in TT_Vary_Apply_Glyph_Deltas()
3914 points_out[j] = points_org[j]; in TT_Vary_Apply_Glyph_Deltas()
3935 points_org, 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()
4036 FT_FREE( points_org ); in TT_Vary_Apply_Glyph_Deltas()
/external/freetype/
DChangeLog.272088 `points_org' before looping over all tuples.
DChangeLog517 (TT_Vary_Apply_Glyph_Deltas): Store data in `points_org' and