Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttgxvar.c3577 FT_Short *deltas_x, *deltas_y; in TT_Vary_Apply_Glyph_Deltas() local
3722 deltas_y = ft_var_readpackeddeltas( stream, in TT_Vary_Apply_Glyph_Deltas()
3727 if ( !points || !deltas_y || !deltas_x ) in TT_Vary_Apply_Glyph_Deltas()
3743 FT_Pos delta_y = FT_MulFix( deltas_y[j], apply ); in TT_Vary_Apply_Glyph_Deltas()
3823 points_out[idx].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Apply_Glyph_Deltas()
3895 FT_FREE( deltas_y ); in TT_Vary_Apply_Glyph_Deltas()