Home
last modified time | relevance | path

Searched refs:maxContours (Results 1 – 14 of 14) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
D_m_a_x_p.py71 maxContours = 0
89 maxContours = max(maxContours, nContours)
107 self.maxContours = maxContours
/external/skqp/src/sfnt/
DSkOTTable_maxp_TT.h22 SK_OT_USHORT maxContours; member
/external/skia/src/sfnt/
DSkOTTable_maxp_TT.h22 SK_OT_USHORT maxContours; member
/external/icu/icu4c/source/samples/layout/
Dsfnt.h177 le_uint16 maxContours; member
/external/freetype/src/truetype/
Dttobjs.c114 FT_Short maxContours, in tt_glyphzone_new() argument
127 FT_NEW_ARRAY( zone->contours, maxContours ) ) in tt_glyphzone_new()
134 zone->max_contours = maxContours; in tt_glyphzone_new()
Dttobjs.h109 FT_Short maxContours,
Dttinterp.h211 FT_Short maxContours; /* record, expressed in points and */ member
Dttinterp.c238 exec->maxContours = 0; in TT_Done_Context()
295 exec->maxContours = 0; in Init_Context()
/external/icu/icu4c/source/test/perf/leperf/
DFontObject.h140 le_uint16 maxContours; member
Dsfnt.h310 le_uint16 maxContours; member
/external/icu/icu4c/source/test/letest/
DFontObject.h136 le_uint16 maxContours; member
Dsfnt.h306 le_uint16 maxContours; member
/external/freetype/include/freetype/
Dtttables.h572 FT_UShort maxContours; member
/external/freetype/src/sfnt/
Dttload.c717 FT_FRAME_USHORT( maxContours ), in tt_face_load_maxp()
741 maxProfile->maxContours = 0; in tt_face_load_maxp()