OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numContours
(Results
1 - 3
of
3
) sorted by null
/external/freetype/include/freetype/
ftoutln.h
150
*
numContours
::
168
FT_Int
numContours
,
175
FT_Int
numContours
,
/external/freetype/src/base/
ftoutln.c
302
FT_Int
numContours
,
313
if (
numContours
< 0 ||
314
(FT_UInt)
numContours
> numPoints )
322
FT_NEW_ARRAY( anoutline->contours,
numContours
) )
326
anoutline->n_contours = (FT_Short)
numContours
;
344
FT_Int
numContours
,
351
numContours
, anoutline );
/external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py
926
numContours
= struct.unpack(">h", self.data[:2])[0]
929
if
numContours
>= 0:
930
i += 2 *
numContours
# endPtsOfContours
[
all
...]
Completed in 8314 milliseconds