Searched refs:numContours (Results 1 – 3 of 3) sorted by relevance
144 FT_Int numContours,151 FT_Int numContours,
296 FT_Int numContours, in FT_Outline_New_Internal() argument309 FT_NEW_ARRAY( anoutline->contours, numContours ) ) in FT_Outline_New_Internal()313 anoutline->n_contours = (FT_Short)numContours; in FT_Outline_New_Internal()331 FT_Int numContours, in FT_Outline_New() argument338 numContours, anoutline ); in FT_Outline_New()
77 void addVertices(const GrPoint* points, const uint16_t* contours, int numContours) { in addVertices() argument80 for (int j = 0; j < numContours; ++j) { in addVertices()