Home
last modified time | relevance | path

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

123

/external/fonttools/Tests/ttLib/tables/
Dtables_test.py247 def read_expected_ttx(testfile, tableTag): argument
255 def dump_ttx(font, tableTag): argument
286 def test_xml_from_binary(testfile, tableTag): argument
298 def test_xml_from_xml(testfile, tableTag): argument
/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()
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()
DSimpleFontInstance.cpp46 const void *SimpleFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable()
/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/fonttools/Tests/mtiLib/
Dmti_test.py162 def check_mti_file(self, name, tableTag=None): argument
219 def generate_mti_file_test(name, tableTag=None): argument
/external/harfbuzz_ng/src/
Dhb-ot-hhea-table.hh91 static constexpr hb_tag_t tableTag = HB_OT_TAG_hhea; member
94 static constexpr hb_tag_t tableTag = HB_OT_TAG_vhea; member
Dhb-ot-var-hvar-table.hh150 static constexpr hb_tag_t tableTag = HB_OT_TAG_HVAR; member
153 static constexpr hb_tag_t tableTag = HB_OT_TAG_VVAR; 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-ot-kern-table.hh204 static constexpr hb_tag_t tableTag = HB_OT_TAG_kern; member
259 static constexpr hb_tag_t tableTag = HB_OT_TAG_kern; member
276 static constexpr hb_tag_t tableTag = HB_OT_TAG_kern; member
Dhb-aat-layout-ankr-table.hh61 static constexpr hb_tag_t tableTag = HB_AAT_TAG_ankr; 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-aat-layout-lcar-table.hh117 static constexpr hb_tag_t tableTag = HB_AAT_TAG_lcar; member
Dhb-ot-var-avar-table.hh108 static constexpr hb_tag_t tableTag = HB_OT_TAG_avar; member
Dhb-ot-color-colr-table.hh92 static constexpr hb_tag_t tableTag = HB_OT_TAG_COLR; member
Dhb-ot-meta-table.hh70 static constexpr hb_tag_t tableTag = HB_OT_TAG_meta; member
/external/icu/icu4c/source/samples/layout/
DFontTableCache.cpp76 void FontTableCache::add(LETag tableTag, const void *table) in add()
/external/fonttools/Lib/fontTools/
DfontBuilder.py351 def _initTableWithValues(self, tableTag, defaults, values): argument
359 def _updateTableWithValues(self, tableTag, values): argument
718 def setupMetrics(self, tableTag, metrics): argument
/external/fonttools/Lib/fontTools/ttLib/tables/
DTupleVariation.py254 def decompilePoints_(numPoints, data, offset, tableTag): argument
664 def decompileTupleVariationStore(tableTag, axisTags, argument
688 tableTag, axisTags, data, tupleData): argument

123