Searched refs:deltas_y (Results 1 – 2 of 2) sorted by relevance
725 deltas_y, pos = TupleVariation.decompileDeltas_(727 for p, x, y in zip(points, deltas_x, deltas_y):
3789 FT_Fixed* deltas_y = NULL; in TT_Vary_Apply_Glyph_Deltas() local3951 deltas_y = ft_var_readpackeddeltas( stream, in TT_Vary_Apply_Glyph_Deltas()3956 if ( !points || !deltas_y || !deltas_x ) in TT_Vary_Apply_Glyph_Deltas()3975 FT_Fixed point_delta_y = FT_MulFix( deltas_y[j], apply ); in TT_Vary_Apply_Glyph_Deltas()4059 points_out[idx].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Apply_Glyph_Deltas()4138 FT_FREE( deltas_y ); in TT_Vary_Apply_Glyph_Deltas()