Home
last modified time | relevance | path

Searched refs:numContours (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/base/
Dftoutln.c295 FT_Int numContours, in FT_Outline_New() argument
312 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()
/external/freetype/include/freetype/
Dftoutln.h164 FT_Int numContours,
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py1103 numContours = struct.unpack(">h", self.data[:2])[0]
1106 if numContours >= 0:
1107 i += 2 * numContours # endPtsOfContours
/external/freetype/
DChangeLog.24916 `numContours' and `numPoints' fit into FT_Outline's `n_points' and