Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DTupleVariation.py601 deltas_x, pos = TupleVariation.decompileDeltas_(
605 for p, x, y in zip(points, deltas_x, deltas_y):
/external/freetype/src/truetype/
Dttgxvar.c3665 FT_Fixed* deltas_x = NULL; in TT_Vary_Apply_Glyph_Deltas() local
3816 deltas_x = ft_var_readpackeddeltas( stream, in TT_Vary_Apply_Glyph_Deltas()
3825 if ( !points || !deltas_y || !deltas_x ) in TT_Vary_Apply_Glyph_Deltas()
3843 FT_Fixed point_delta_x = FT_MulFix( deltas_x[j], apply ); in TT_Vary_Apply_Glyph_Deltas()
3927 points_out[idx].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Apply_Glyph_Deltas()
4006 FT_FREE( deltas_x ); in TT_Vary_Apply_Glyph_Deltas()