Searched refs:numContours (Results 1 – 4 of 4) sorted by relevance
168 FT_Int numContours,175 FT_Int numContours,
302 FT_Int numContours, in FT_Outline_New_Internal() argument313 if ( numContours < 0 || in FT_Outline_New_Internal()314 (FT_UInt)numContours > numPoints ) in FT_Outline_New_Internal()322 FT_NEW_ARRAY( anoutline->contours, numContours ) ) in FT_Outline_New_Internal()326 anoutline->n_contours = (FT_Short)numContours; in FT_Outline_New_Internal()344 FT_Int numContours, in FT_Outline_New() argument351 numContours, anoutline ); in FT_Outline_New()
926 numContours = struct.unpack(">h", self.data[:2])[0]929 if numContours >= 0:930 i += 2 * numContours # endPtsOfContours
916 `numContours' and `numPoints' fit into FT_Outline's `n_points' and