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.py723 deltas_x, pos = TupleVariation.decompileDeltas_(
727 for p, x, y in zip(points, deltas_x, deltas_y):
/external/freetype/src/truetype/
Dttgxvar.c3788 FT_Fixed* deltas_x = NULL; in TT_Vary_Apply_Glyph_Deltas() local
3947 deltas_x = ft_var_readpackeddeltas( stream, in TT_Vary_Apply_Glyph_Deltas()
3956 if ( !points || !deltas_y || !deltas_x ) in TT_Vary_Apply_Glyph_Deltas()
3974 FT_Fixed point_delta_x = FT_MulFix( deltas_x[j], apply ); in TT_Vary_Apply_Glyph_Deltas()
4058 points_out[idx].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Apply_Glyph_Deltas()
4137 FT_FREE( deltas_x ); in TT_Vary_Apply_Glyph_Deltas()