Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.c3885 FT_Fixed* deltas_y = NULL; in TT_Vary_Apply_Glyph_Deltas() local
4047 deltas_y = ft_var_readpackeddeltas( stream, in TT_Vary_Apply_Glyph_Deltas()
4052 if ( !points || !deltas_y || !deltas_x ) in TT_Vary_Apply_Glyph_Deltas()
4071 FT_Fixed point_delta_y = FT_MulFix( deltas_y[j], apply ); in TT_Vary_Apply_Glyph_Deltas()
4155 points_out[idx].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Apply_Glyph_Deltas()
4234 FT_FREE( deltas_y ); in TT_Vary_Apply_Glyph_Deltas()