Home | History | Annotate | Download | only in pshinter

Lines Matching refs:contours

1045       if ( glyph->contours[n].count < 4 )
1049 first = glyph->contours[n].start;
1148 FT_FREE( glyph->contours );
1273 /* allocate and setup points + contours arrays */
1275 FT_NEW_ARRAY( glyph->contours, outline->n_contours ) )
1284 PSH_Contour contour = glyph->contours;
1293 next = outline->contours[n] + 1;
1401 PSH_Point first = glyph->contours[n].start;
1405 if ( glyph->contours[n].count == 0 )
2041 PSH_Contour contour = glyph->contours;
2163 /* keep going until all points in the contours have been processed */