/external/chromium_org/third_party/skia/src/sfnt/ |
SkOTTable_maxp_TT.h | 23 SK_OT_USHORT maxContours;
|
/external/skia/src/sfnt/ |
SkOTTable_maxp_TT.h | 23 SK_OT_USHORT maxContours;
|
/external/chromium_org/third_party/freetype/include/freetype/ |
tttables.h | 483 /* maxContours :: The maximum number of contours in a */ 494 /* structure element `maxContours'. */ 533 FT_UShort maxContours; [all...] |
/external/chromium_org/third_party/freetype/src/truetype/ |
ttobjs.h | 124 FT_Short maxContours,
|
ttinterp.h | 218 FT_Short maxContours; /* record, expressed in points and */
|
ttobjs.c | 107 /* maxContours :: The capacity of glyph zone in contours. */ 118 FT_Short maxContours, 131 FT_NEW_ARRAY( zone->contours, maxContours ) ) 138 zone->max_contours = maxContours; [all...] |
ttinterp.c | 420 exec->maxContours = 0; 479 exec->maxContours = 0; [all...] |
/external/chromium_org/third_party/icu/source/test/letest/ |
FontObject.h | 134 le_uint16 maxContours;
|
sfnt.h | 304 le_uint16 maxContours;
|
/external/freetype/include/freetype/ |
tttables.h | 483 /* maxContours :: The maximum number of contours in a */ 494 /* structure element `maxContours'. */ 533 FT_UShort maxContours; [all...] |
/external/freetype/src/truetype/ |
ttobjs.h | 124 FT_Short maxContours,
|
ttinterp.h | 218 FT_Short maxContours; /* record, expressed in points and */
|
ttobjs.c | 107 /* maxContours :: The capacity of glyph zone in contours. */ 118 FT_Short maxContours, 131 FT_NEW_ARRAY( zone->contours, maxContours ) ) 138 zone->max_contours = maxContours; [all...] |
ttinterp.c | 420 exec->maxContours = 0; 479 exec->maxContours = 0; [all...] |
/external/icu4c/samples/layout/ |
sfnt.h | 171 le_uint16 maxContours;
|
/external/icu4c/test/letest/ |
FontObject.h | 134 le_uint16 maxContours;
|
sfnt.h | 304 le_uint16 maxContours;
|
/external/harfbuzz_ng/src/hb-icu-le/ |
sfnt.h | 307 le_uint16 maxContours;
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
ttload.c | 644 FT_FRAME_USHORT( maxContours ), 668 maxProfile->maxContours = 0; [all...] |
/external/freetype/src/sfnt/ |
ttload.c | 644 FT_FRAME_USHORT( maxContours ), 668 maxProfile->maxContours = 0; [all...] |