Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.c3884 FT_Fixed* deltas_x = NULL; in TT_Vary_Apply_Glyph_Deltas() local
4043 deltas_x = ft_var_readpackeddeltas( stream, in TT_Vary_Apply_Glyph_Deltas()
4052 if ( !points || !deltas_y || !deltas_x ) in TT_Vary_Apply_Glyph_Deltas()
4070 FT_Fixed point_delta_x = FT_MulFix( deltas_x[j], apply ); in TT_Vary_Apply_Glyph_Deltas()
4154 points_out[idx].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Apply_Glyph_Deltas()
4233 FT_FREE( deltas_x ); in TT_Vary_Apply_Glyph_Deltas()