Searched refs:numContours (Results 1 – 2 of 2) sorted by relevance
154 FT_Int numContours,161 FT_Int numContours,
297 FT_Int numContours, in FT_Outline_New_Internal() argument308 if ( numContours < 0 || in FT_Outline_New_Internal()309 (FT_UInt)numContours > numPoints ) in FT_Outline_New_Internal()317 FT_NEW_ARRAY( anoutline->contours, numContours ) ) in FT_Outline_New_Internal()321 anoutline->n_contours = (FT_Short)numContours; in FT_Outline_New_Internal()339 FT_Int numContours, in FT_Outline_New() argument346 numContours, anoutline ); in FT_Outline_New()
Completed in 5 milliseconds