Searched refs:deltas_x (Results 1 – 2 of 2) sorted by relevance
723 deltas_x, pos = TupleVariation.decompileDeltas_(727 for p, x, y in zip(points, deltas_x, deltas_y):
3788 FT_Fixed* deltas_x = NULL; in TT_Vary_Apply_Glyph_Deltas() local3947 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()