Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DTupleVariation.py603 deltas_y, pos = TupleVariation.decompileDeltas_(
605 for p, x, y in zip(points, deltas_x, deltas_y):
/external/freetype/src/truetype/
Dttgxvar.c3666 FT_Fixed* deltas_y = NULL; in TT_Vary_Apply_Glyph_Deltas() local
3820 deltas_y = ft_var_readpackeddeltas( stream, in TT_Vary_Apply_Glyph_Deltas()
3825 if ( !points || !deltas_y || !deltas_x ) in TT_Vary_Apply_Glyph_Deltas()
3844 FT_Fixed point_delta_y = FT_MulFix( deltas_y[j], apply ); in TT_Vary_Apply_Glyph_Deltas()
3928 points_out[idx].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Apply_Glyph_Deltas()
4007 FT_FREE( deltas_y ); in TT_Vary_Apply_Glyph_Deltas()