Searched refs:deltas_x (Results 1 – 2 of 2) sorted by relevance
1787 FT_Short *deltas_x, *deltas_y; in TT_Vary_Apply_Glyph_Deltas() local1902 deltas_x = ft_var_readpackeddeltas( stream, in TT_Vary_Apply_Glyph_Deltas()1909 if ( points == NULL || deltas_y == NULL || deltas_x == NULL ) in TT_Vary_Apply_Glyph_Deltas()1929 outline->points[j].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Apply_Glyph_Deltas()1978 outline->points[idx].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Apply_Glyph_Deltas()2013 FT_FREE( deltas_x ); in TT_Vary_Apply_Glyph_Deltas()
3053 FT_Short *deltas_x, *deltas_y; in TT_Vary_Apply_Glyph_Deltas() local3193 deltas_x = ft_var_readpackeddeltas( stream, in TT_Vary_Apply_Glyph_Deltas()3202 if ( !points || !deltas_y || !deltas_x ) in TT_Vary_Apply_Glyph_Deltas()3217 FT_Pos delta_x = FT_MulFix( deltas_x[j], apply ); in TT_Vary_Apply_Glyph_Deltas()3297 points_out[idx].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Apply_Glyph_Deltas()3341 FT_FREE( deltas_x ); in TT_Vary_Apply_Glyph_Deltas()