Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/truetype/
Dttgxvar.c1771 FT_Vector* points_org = NULL; in TT_Vary_Apply_Glyph_Deltas() local
1802 if ( FT_NEW_ARRAY( points_org, n_points ) || in TT_Vary_Apply_Glyph_Deltas()
1964 points_org[j] = outline->points[j]; in TT_Vary_Apply_Glyph_Deltas()
1985 points_org, in TT_Vary_Apply_Glyph_Deltas()
1993 if ( ( points_org[j].x != outline->points[j].x ) || in TT_Vary_Apply_Glyph_Deltas()
1994 ( points_org[j].y != outline->points[j].y ) ) in TT_Vary_Apply_Glyph_Deltas()
1998 points_org[j].x, in TT_Vary_Apply_Glyph_Deltas()
1999 points_org[j].y, in TT_Vary_Apply_Glyph_Deltas()
2031 FT_FREE( points_org ); in TT_Vary_Apply_Glyph_Deltas()
/external/freetype/src/truetype/
Dttgxvar.c3036 FT_Vector* points_org = NULL; in TT_Vary_Apply_Glyph_Deltas() local
3068 if ( FT_NEW_ARRAY( points_org, n_points ) || in TT_Vary_Apply_Glyph_Deltas()
3122 points_org[j] = outline->points[j]; in TT_Vary_Apply_Glyph_Deltas()
3284 points_out[j] = points_org[j]; in TT_Vary_Apply_Glyph_Deltas()
3305 points_org, 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()
3361 FT_FREE( points_org ); in TT_Vary_Apply_Glyph_Deltas()