/external/icu/icu4c/source/test/perf/leperf/ |
D | FontTableCache.cpp | 64 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()
|
D | PortableFontInstance.h | 72 …const void *readFontTable(LETag tableTag) const { size_t ignored; return readFontTable(tableTag, i… in readFontTable()
|
D | PortableFontInstance.cpp | 263 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/ |
D | FontTableCache.cpp | 62 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()
|
D | PortableFontInstance.h | 68 …const void *readFontTable(LETag tableTag) const { size_t ignored; return readFontTable(tableTag, i… in readFontTable()
|
D | SimpleFontInstance.cpp | 46 const void *SimpleFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable()
|
D | PortableFontInstance.cpp | 255 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/ |
D | hb-ot-hhea-table.hh | 88 static const hb_tag_t tableTag = HB_OT_TAG_hhea; member 91 static const hb_tag_t tableTag = HB_OT_TAG_vhea; member
|
D | hb-ot-maxp-table.hh | 44 static const hb_tag_t tableTag = HB_OT_TAG_maxp; member
|
D | hb-ot-var-hvar-table.hh | 142 static const hb_tag_t tableTag = HB_OT_TAG_HVAR; member 145 static const hb_tag_t tableTag = HB_OT_TAG_VVAR; member
|
D | hb-ot-glyf-table.hh | 48 static const hb_tag_t tableTag = HB_OT_TAG_loca; member 71 static const hb_tag_t tableTag = HB_OT_TAG_glyf; member
|
D | hb-ot-hmtx-table.hh | 194 static const hb_tag_t tableTag = HB_OT_TAG_hmtx; member 200 static const hb_tag_t tableTag = HB_OT_TAG_vmtx; member
|
D | hb-ot-var-mvar-table.hh | 61 static const hb_tag_t tableTag = HB_OT_TAG_MVAR; member
|
D | hb-ot-var-avar-table.hh | 99 static const hb_tag_t tableTag = HB_OT_TAG_avar; member
|
D | hb-ot-head-table.hh | 46 static const hb_tag_t tableTag = HB_OT_TAG_head; member
|
D | hb-ot-name-table.hh | 80 static const hb_tag_t tableTag = HB_OT_TAG_name; member
|
D | hb-ot-os2-table.hh | 44 static const hb_tag_t tableTag = HB_OT_TAG_os2; member
|
D | hb-ot-var-fvar-table.hh | 87 static const hb_tag_t tableTag = HB_OT_TAG_fvar; member
|
D | hb-ot-layout-jstf-table.hh | 197 static const hb_tag_t tableTag = HB_OT_TAG_JSTF; member
|
D | hb-ot-cbdt-table.hh | 320 static const hb_tag_t tableTag = HB_OT_TAG_CBLC; member 367 static const hb_tag_t tableTag = HB_OT_TAG_CBDT; member
|
D | hb-ot-post-table.hh | 70 static const hb_tag_t tableTag = HB_OT_TAG_post; member
|
D | hb-open-file-private.hh | 216 static const hb_tag_t tableTag = HB_TAG ('_','_','_','_'); /* Sanitizer needs this. */ member
|
D | hb-ot-layout-gdef-table.hh | 341 static const hb_tag_t tableTag = HB_OT_TAG_GDEF; member
|
D | hb-ot-kern-table.hh | 337 static const hb_tag_t tableTag = HB_OT_TAG_kern; member
|
/external/icu/icu4c/source/samples/layout/ |
D | FontTableCache.cpp | 76 void FontTableCache::add(LETag tableTag, const void *table) in add()
|