Home
last modified time | relevance | path

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

123

/third_party/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()
/third_party/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()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-hhea-table.hh94 static constexpr hb_tag_t tableTag = HB_OT_TAG_hhea; member
97 static constexpr hb_tag_t tableTag = HB_OT_TAG_vhea; member
Dhb-ot-gasp-table.hh60 static constexpr hb_tag_t tableTag = HB_OT_TAG_gasp; member
Dhb-aat-ltag-table.hh63 static constexpr hb_tag_t tableTag = HB_AAT_TAG_ltag; member
Dhb-ot-hmtx-table.hh324 static constexpr hb_tag_t tableTag = HB_OT_TAG_hmtx; member
329 static constexpr hb_tag_t tableTag = HB_OT_TAG_vmtx; member
Dhb-aat-layout-ankr-table.hh61 static constexpr hb_tag_t tableTag = HB_AAT_TAG_ankr; member
Dhb-ot-kern-table.hh209 static constexpr hb_tag_t tableTag = HB_OT_TAG_kern; member
264 static constexpr hb_tag_t tableTag = HB_OT_TAG_kern; member
281 static constexpr hb_tag_t tableTag = HB_OT_TAG_kern; member
Dhb-ot-var-mvar-table.hh61 static constexpr hb_tag_t tableTag = HB_OT_TAG_MVAR; member
Dhb-ot-vorg-table.hh60 static constexpr hb_tag_t tableTag = HB_OT_TAG_VORG; member
Dhb-ot-var-avar-table.hh107 static constexpr hb_tag_t tableTag = HB_OT_TAG_avar; member
Dhb-ot-color-svg-table.hh76 static constexpr hb_tag_t tableTag = HB_OT_TAG_SVG; member
Dhb-ot-meta-table.hh70 static constexpr hb_tag_t tableTag = HB_OT_TAG_meta; member
Dhb-ot-hdmx-table.hh85 static constexpr hb_tag_t tableTag = HB_OT_TAG_hdmx; member
Dhb-aat-layout-bsln-table.hh119 static constexpr hb_tag_t tableTag = HB_AAT_TAG_bsln; member
Dhb-ot-maxp-table.hh74 static constexpr hb_tag_t tableTag = HB_OT_TAG_maxp; member
Dhb-ot-var-hvar-table.hh358 static constexpr hb_tag_t tableTag = HB_OT_TAG_HVAR; member
362 static constexpr hb_tag_t tableTag = HB_OT_TAG_VVAR; member
/third_party/icu/icu4c/source/samples/layout/
DFontTableCache.cpp76 void FontTableCache::add(LETag tableTag, const void *table) in add()
/third_party/skia/third_party/externals/icu/source/samples/layout/
DFontTableCache.cpp76 void FontTableCache::add(LETag tableTag, const void *table) in add()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/
DSfntDump.java346 public void dumpTablesAsBinary(String tableTag) { in dumpTablesAsBinary()
416 int tableTag = Tag.intValue(tag); in dumpFont() local

123