Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttgxvar.c3667 FT_Fixed* point_deltas_x = NULL; in TT_Vary_Apply_Glyph_Deltas() local
3737 if ( FT_NEW_ARRAY( point_deltas_x, n_points ) || in TT_Vary_Apply_Glyph_Deltas()
3840 FT_Fixed old_point_delta_x = point_deltas_x[j]; in TT_Vary_Apply_Glyph_Deltas()
3849 point_deltas_x[j] = old_point_delta_x + point_delta_x; in TT_Vary_Apply_Glyph_Deltas()
3860 point_deltas_x[j] = old_point_delta_x + point_delta_x; in TT_Vary_Apply_Glyph_Deltas()
3865 point_deltas_x[j] = old_point_delta_x + point_delta_x; in TT_Vary_Apply_Glyph_Deltas()
3888 point_deltas_x[j] ) / 65536.0, in TT_Vary_Apply_Glyph_Deltas()
3942 FT_Fixed old_point_delta_x = point_deltas_x[j]; in TT_Vary_Apply_Glyph_Deltas()
3951 point_deltas_x[j] = old_point_delta_x + point_delta_x; in TT_Vary_Apply_Glyph_Deltas()
3962 point_deltas_x[j] = old_point_delta_x + point_delta_x; in TT_Vary_Apply_Glyph_Deltas()
[all …]
/external/freetype/
DChangeLog519 Collect deltas in `point_deltas_x' and `point_deltas_y', which are