Searched refs:numContours (Results 1 – 5 of 5) sorted by relevance
18 FT_Int numContours,28 + FT_Int numContours,60 + FT_Int numContours,
100 int numContours = glyph.numberOfContours(); in writeSimpleGlyph() local101 writeUShort(numContours); in writeSimpleGlyph()102 for (int i = 0; i < numContours; i++) { in writeSimpleGlyph()108 for (int i = 0; i < numContours; i++) { in writeSimpleGlyph()121 if (numContours > 0) { in writeSimpleGlyph()
295 FT_Int numContours, in FT_Outline_New() argument312 if ( numContours < 0 || in FT_Outline_New()313 (FT_UInt)numContours > numPoints ) in FT_Outline_New()321 FT_NEW_ARRAY( anoutline->contours, numContours ) ) in FT_Outline_New()325 anoutline->n_contours = (FT_Short)numContours; in FT_Outline_New()
164 FT_Int numContours,
916 `numContours' and `numPoints' fit into FT_Outline's `n_points' and