Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/include/
A Dftoutln.h154 FT_Int numContours,
161 FT_Int numContours,
/AliOS-Things-master/components/freetype/src/base/
A Dftoutln.c297 FT_Int numContours, in FT_Outline_New_Internal() argument
308 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() argument
346 numContours, anoutline ); in FT_Outline_New()

Completed in 5 milliseconds