Home | History | Annotate | Download | only in truetype

Lines Matching refs:contours

80       FT_FREE( zone->contours );
106 /* maxContours :: The capacity of glyph zone in contours. */
130 FT_NEW_ARRAY( zone->contours, maxContours ) )