Home | History | Annotate | Download | only in pshinter

Lines Matching refs:num_points

1046     glyph->num_points   = 0;
1086 FT_UInt count = glyph->num_points;
1124 for ( n = 0; n < glyph->num_points; n++ )
1174 glyph->num_points = (FT_UInt)outline->n_points;
1224 for ( n = 0; n < glyph->num_points; n++, point++ )
1362 for ( n = 0; n < glyph->num_points; n++ )
1587 if ( num_masks > 1 && glyph->num_points > 0 )
1590 first = mask->end_point > glyph->num_points
1591 ? glyph->num_points
1596 FT_UInt next = FT_MIN( mask->end_point, glyph->num_points );
1617 FT_UInt count = glyph->num_points;
1630 FT_UInt count = glyph->num_points;
1649 FT_UInt glyph_count = glyph->num_points;
1725 FT_UInt count = glyph->num_points;
1786 PSH_Point points_end = points + glyph->num_points;