Home | History | Annotate | Download | only in truetype

Lines Matching refs:maxContours

106   /*    maxContours :: The capacity of glyph zone in contours.             */
117 FT_Short maxContours,
130 FT_NEW_ARRAY( zone->contours, maxContours ) )
137 zone->max_contours = maxContours;