Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/test/perf/leperf/
DFontTableCache.cpp64 const void *FontTableCache::find(LETag tableTag, size_t &length) const in find()
80 void FontTableCache::add(LETag tableTag, const void *table, size_t length) in add()
DPortableFontInstance.h72 …const void *readFontTable(LETag tableTag) const { size_t ignored; return readFontTable(tableTag, i… in readFontTable()
DPortableFontInstance.cpp263 const void *PortableFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable()
268 const void *PortableFontInstance::readFontTable(LETag tableTag, size_t &length) const in readFontTable()
/external/icu/icu4c/source/test/letest/
DFontTableCache.cpp62 const void *FontTableCache::find(LETag tableTag, size_t &length) const in find()
78 void FontTableCache::add(LETag tableTag, const void *table, size_t length) in add()
DPortableFontInstance.h68 …const void *readFontTable(LETag tableTag) const { size_t ignored; return readFontTable(tableTag, i… in readFontTable()
DSimpleFontInstance.cpp46 const void *SimpleFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable()
DPortableFontInstance.cpp255 const void *PortableFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable()
260 const void *PortableFontInstance::readFontTable(LETag tableTag, size_t &length) const in readFontTable()
/external/harfbuzz_ng/src/
Dhb-ot-hhea-table.hh88 static const hb_tag_t tableTag = HB_OT_TAG_hhea; member
91 static const hb_tag_t tableTag = HB_OT_TAG_vhea; member
Dhb-ot-maxp-table.hh44 static const hb_tag_t tableTag = HB_OT_TAG_maxp; member
Dhb-ot-var-hvar-table.hh142 static const hb_tag_t tableTag = HB_OT_TAG_HVAR; member
145 static const hb_tag_t tableTag = HB_OT_TAG_VVAR; member
Dhb-ot-glyf-table.hh48 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-hmtx-table.hh194 static const hb_tag_t tableTag = HB_OT_TAG_hmtx; member
200 static const hb_tag_t tableTag = HB_OT_TAG_vmtx; member
Dhb-ot-var-mvar-table.hh61 static const hb_tag_t tableTag = HB_OT_TAG_MVAR; member
Dhb-ot-var-avar-table.hh99 static const hb_tag_t tableTag = HB_OT_TAG_avar; member
Dhb-ot-head-table.hh46 static const hb_tag_t tableTag = HB_OT_TAG_head; member
Dhb-ot-name-table.hh80 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-var-fvar-table.hh87 static const hb_tag_t tableTag = HB_OT_TAG_fvar; member
Dhb-ot-layout-jstf-table.hh197 static const hb_tag_t tableTag = HB_OT_TAG_JSTF; member
Dhb-ot-cbdt-table.hh320 static const hb_tag_t tableTag = HB_OT_TAG_CBLC; member
367 static const hb_tag_t tableTag = HB_OT_TAG_CBDT; member
Dhb-ot-post-table.hh70 static const hb_tag_t tableTag = HB_OT_TAG_post; member
Dhb-open-file-private.hh216 static const hb_tag_t tableTag = HB_TAG ('_','_','_','_'); /* Sanitizer needs this. */ member
Dhb-ot-layout-gdef-table.hh341 static const hb_tag_t tableTag = HB_OT_TAG_GDEF; member
Dhb-ot-kern-table.hh337 static const hb_tag_t tableTag = HB_OT_TAG_kern; member
/external/icu/icu4c/source/samples/layout/
DFontTableCache.cpp76 void FontTableCache::add(LETag tableTag, const void *table) in add()

12