Home | History | Annotate | Download | only in truetype

Lines Matching refs:contours

337     FT_TRACE5(( "  # of contours: %d\n", loader->n_contours ));
369 /* check that we can add the contours to the glyph */
374 /* reading the contours' endpoints & number of points */
375 cont = gloader->current.outline.contours;
378 /* check space for contours array + instructions count */
392 /* unordered contours: this is invalid */
412 /* we'd better check the contours table right now */
415 for ( cont = outline->contours + 1; cont < cont_limit; cont++ )
719 zone->contours = (FT_UShort*)load->outline.contours + start_contour;