Home | History | Annotate | Download | only in truetype

Lines Matching refs:n_points

1310   /*    n_points    :: The number of the points in the glyph, including    */
1323 FT_UInt n_points )
1350 if ( FT_NEW_ARRAY( delta_xy, n_points ) )
1454 point_count == 0 ? n_points
1457 point_count == 0 ? n_points
1466 for ( j = 0; j < n_points; ++j )