Home | History | Annotate | Download | only in truetype

Lines Matching refs:contours

320     FT_TRACE5(( "  # of contours: %d\n", loader->n_contours ));
352 /* check that we can add the contours to the glyph */
357 /* reading the contours' endpoints & number of points */
358 cont = gloader->current.outline.contours;
361 /* check space for contours array + instructions count */
378 /* unordered contours: this is invalid */
699 zone->contours = (FT_UShort*)load->outline.contours + start_contour;