Home | History | Annotate | Download | only in truetype

Lines Matching refs:deltas_x

1858     FT_Short    *deltas_x, *deltas_y;
1998 deltas_x = ft_var_readpackeddeltas( stream,
2007 if ( points == NULL || deltas_y == NULL || deltas_x == NULL )
2022 FT_Pos delta_x = FT_MulFix( deltas_x[j], apply );
2074 points_out[idx].x += FT_MulFix( deltas_x[j], apply );
2118 FT_FREE( deltas_x );