Home | History | Annotate | Download | only in pshinter

Lines Matching refs:num_points

1149     glyph->num_points   = 0;
1189 FT_UInt count = glyph->num_points;
1227 for ( n = 0; n < glyph->num_points; n++ )
1277 glyph->num_points = outline->n_points;
1327 for ( n = 0; n < glyph->num_points; n++, point++ )
1465 for ( n = 0; n < glyph->num_points; n++ )
1690 if ( num_masks > 1 && glyph->num_points > 0 )
1693 first = mask->end_point > glyph->num_points
1694 ? glyph->num_points
1703 next = mask->end_point > glyph->num_points
1704 ? glyph->num_points
1724 FT_UInt count = glyph->num_points;
1737 FT_UInt count = glyph->num_points;
1756 FT_UInt glyph_count = glyph->num_points;
1832 FT_UInt count = glyph->num_points;
1893 PSH_Point points_end = points + glyph->num_points;