Home
last modified time | relevance | path

Searched defs:tableTag (Results 1 – 25 of 25) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-hmtx-table.hh55 static const hb_tag_t tableTag = HB_TAG('_','m','t','x'); member
95 static const hb_tag_t tableTag = HB_OT_TAG_hmtx; member
98 static const hb_tag_t tableTag = HB_OT_TAG_vmtx; member
Dhb-ot-hhea-table.hh47 static const hb_tag_t tableTag = HB_TAG('_','h','e','a'); member
93 static const hb_tag_t tableTag = HB_OT_TAG_hhea; member
96 static const hb_tag_t tableTag = HB_OT_TAG_vhea; member
Dhb-ot-glyf-table.hh45 static const hb_tag_t tableTag = HB_OT_TAG_loca; member
71 static const hb_tag_t tableTag = HB_OT_TAG_glyf; member
Dhb-ot-maxp-table.hh44 static const hb_tag_t tableTag = HB_OT_TAG_maxp; member
Dhb-ot-head-table.hh46 static const hb_tag_t tableTag = HB_OT_TAG_head; member
Dhb-ot-name-table.hh78 static const hb_tag_t tableTag = HB_OT_TAG_name; member
Dhb-ot-os2-table.hh44 static const hb_tag_t tableTag = HB_OT_TAG_os2; member
Dhb-ot-layout-jstf-table.hh197 static const hb_tag_t tableTag = HB_OT_TAG_JSTF; member
Dhb-open-file-private.hh204 static const hb_tag_t tableTag = HB_TAG ('_','_','_','_'); /* Sanitizer needs this. */ member
Dhb-ot-layout-gdef-table.hh336 static const hb_tag_t tableTag = HB_OT_TAG_GDEF; member
Dhb-ot-cmap-table.hh497 static const hb_tag_t tableTag = HB_OT_TAG_cmap; member
Dhb-ot-layout-gsub-table.hh1265 static const hb_tag_t tableTag = HB_OT_TAG_GSUB; member
Dhb-ot-layout-gpos-table.hh1506 static const hb_tag_t tableTag = HB_OT_TAG_GPOS; member
/external/icu/icu4c/source/test/perf/leperf/
DFontTableCache.cpp60 const void *FontTableCache::find(LETag tableTag, size_t &length) const in find()
76 void FontTableCache::add(LETag tableTag, const void *table, size_t length) in add()
DPortableFontInstance.h66 …const void *readFontTable(LETag tableTag) const { size_t ignored; return readFontTable(tableTag, i… in readFontTable()
DPortableFontInstance.cpp257 const void *PortableFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable()
262 const void *PortableFontInstance::readFontTable(LETag tableTag, size_t &length) const in readFontTable()
/external/icu/icu4c/source/test/letest/
DFontTableCache.cpp60 const void *FontTableCache::find(LETag tableTag, size_t &length) const in find()
76 void FontTableCache::add(LETag tableTag, const void *table, size_t length) in add()
DPortableFontInstance.h66 …const void *readFontTable(LETag tableTag) const { size_t ignored; return readFontTable(tableTag, i… in readFontTable()
DPortableFontInstance.cpp253 const void *PortableFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable()
258 const void *PortableFontInstance::readFontTable(LETag tableTag, size_t &length) const in readFontTable()
DSimpleFontInstance.cpp44 const void *SimpleFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable()
/external/icu/icu4c/source/layout/
DLayoutEngine.h273 …virtual const void *getFontTable(LETag tableTag) const { size_t ignored; return getFontTable(table… in getFontTable()
DLETableReference.h55 LETableReference(const LEFontInstance* font, LETag tableTag, LEErrorCode &success) : in LETableReference()
383 inline LEReferenceTo(const LEFontInstance *font, LETag tableTag, LEErrorCode &success) in LEReferenceTo()
DLayoutEngine.cpp465 const void *LayoutEngine::getFontTable(LETag tableTag, size_t &length) const in getFontTable()
/external/icu/icu4c/source/samples/layout/
DFontTableCache.cpp72 void FontTableCache::add(LETag tableTag, const void *table) in add()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp1553 FT_ULong tableTag; in onGetTableTags() local