Searched refs:maxContours (Results 1 – 19 of 19) sorted by relevance
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _m_a_x_p.py | 71 maxContours = 0 89 maxContours = max(maxContours, nContours) 107 self.maxContours = maxContours
|
/external/skia/src/sfnt/ |
D | SkOTTable_maxp_TT.h | 22 SK_OT_USHORT maxContours; member
|
/external/icu/icu4c/source/samples/layout/ |
D | sfnt.h | 177 le_uint16 maxContours; member
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttobjs.h | 113 FT_Short maxContours,
|
D | ttinterp.h | 210 FT_Short maxContours; /* record, expressed in points and */ member
|
D | ttobjs.c | 118 FT_Short maxContours, in tt_glyphzone_new() argument 131 FT_NEW_ARRAY( zone->contours, maxContours ) ) in tt_glyphzone_new() 138 zone->max_contours = maxContours; in tt_glyphzone_new()
|
D | ttinterp.c | 250 exec->maxContours = 0; in TT_Done_Context() 307 exec->maxContours = 0; in Init_Context()
|
/external/freetype/src/truetype/ |
D | ttobjs.h | 109 FT_Short maxContours,
|
D | ttinterp.h | 211 FT_Short maxContours; /* record, expressed in points and */ member
|
D | ttobjs.c | 114 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()
|
D | ttinterp.c | 234 exec->maxContours = 0; in TT_Done_Context() 291 exec->maxContours = 0; in Init_Context()
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | FontObject.h | 140 le_uint16 maxContours; member
|
D | sfnt.h | 310 le_uint16 maxContours; member
|
/external/icu/icu4c/source/test/letest/ |
D | FontObject.h | 136 le_uint16 maxContours; member
|
D | sfnt.h | 306 le_uint16 maxContours; member
|
/external/freetype/include/freetype/ |
D | tttables.h | 572 FT_UShort maxContours; member
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | tttables.h | 556 FT_UShort maxContours; member
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttload.c | 717 FT_FRAME_USHORT( maxContours ), in tt_face_load_maxp() 741 maxProfile->maxContours = 0; in tt_face_load_maxp()
|
/external/freetype/src/sfnt/ |
D | ttload.c | 717 FT_FRAME_USHORT( maxContours ), in tt_face_load_maxp() 741 maxProfile->maxContours = 0; in tt_face_load_maxp()
|