Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/fonttools/Tests/ttLib/tables/
H A Dtables_test.py256 def read_expected_ttx(testfile, tableTag): argument
264 def dump_ttx(font, tableTag): argument
295 def test_xml_from_binary(testfile, tableTag): argument
307 def test_xml_from_xml(testfile, tableTag): argument
/aosp_15_r20/external/fonttools/Tests/mtiLib/
H A Dmti_test.py426 def check_mti_file(self, name, tableTag=None): argument
496 def generate_mti_file_test(name, tableTag=None): argument
/aosp_15_r20/external/cronet/third_party/icu/source/test/letest/
H A 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()
H A 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()
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/leperf/
H A 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()
H A 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()
/aosp_15_r20/external/icu/icu4c/source/test/perf/leperf/
H A 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()
H A DPortableFontInstance.cpp262 const void *PortableFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable()
267 const void *PortableFontInstance::readFontTable(LETag tableTag, size_t &length) const in readFontTable()
H A DPortableFontInstance.h72 …const void *readFontTable(LETag tableTag) const { size_t ignored; return readFontTable(tableTag, i… in readFontTable()
/aosp_15_r20/external/icu/icu4c/source/test/letest/
H A 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()
H A DPortableFontInstance.cpp254 const void *PortableFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable()
259 const void *PortableFontInstance::readFontTable(LETag tableTag, size_t &length) const in readFontTable()
/aosp_15_r20/external/fonttools/Lib/fontTools/
H A DfontBuilder.py358 def _initTableWithValues(self, tableTag, defaults, values): argument
366 def _updateTableWithValues(self, tableTag, values): argument
745 def setupMetrics(self, tableTag, metrics): argument
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DTupleVariation.py273 def decompilePoints_(numPoints, data, offset, tableTag): argument
709 tableTag, argument
748 pointCount, sharedTuples, sharedPoints, tableTag, axisTags, data, tupleData argument
H A DotBase.py266 def __init__(self, data, localState=None, offset=0, tableTag=None): argument
395 def __init__(self, localState=None, tableTag=None): argument
643 def getAllDataUsingHarfbuzz(self, tableTag): argument
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-hhea-table.hh96 static constexpr hb_tag_t tableTag = HB_OT_TAG_hhea; member
99 static constexpr hb_tag_t tableTag = HB_OT_TAG_vhea; member
H A Dhb-ot-kern-table.hh234 static constexpr hb_tag_t tableTag = HB_OT_TAG_kern; member
289 static constexpr hb_tag_t tableTag = HB_OT_TAG_kern; member
306 static constexpr hb_tag_t tableTag = HB_OT_TAG_kern; member
H A Dhb-ot-hmtx-table.hh482 static constexpr hb_tag_t tableTag = HB_OT_TAG_hmtx; member
487 static constexpr hb_tag_t tableTag = HB_OT_TAG_vmtx; member
H A Dhb-ot-var-hvar-table.hh422 static constexpr hb_tag_t tableTag = HB_OT_TAG_HVAR; member
426 static constexpr hb_tag_t tableTag = HB_OT_TAG_VVAR; member
H A Dhb-ot-cff2-table.hh383 static constexpr hb_tag_t tableTag = HB_OT_TAG_CFF2; member
396 static constexpr hb_tag_t tableTag = cff2::tableTag; member
H A Dhb-ot-gasp-table.hh60 static constexpr hb_tag_t tableTag = HB_OT_TAG_gasp; member
/aosp_15_r20/cts/tests/tests/text/src/android/text/cts/
H A DFontFileTestUtil.java69 int tableTag = buffer.getInt(tableEntryOffset); in getPostScriptName() local
145 int tableTag = buffer.getInt(tableEntryOffset); in hasTable() local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/fonts/
H A DFontFileTestUtil.java62 int tableTag = buffer.getInt(tableEntryOffset); in getPostScriptName() local
160 int tableTag = buffer.getInt(tableEntryOffset); in getFVarTable() local
/aosp_15_r20/external/fonttools/Lib/fontTools/mtiLib/
H A D__init__.py939 def parseLookup(lines, tableTag, font, lookupMap=None): argument
992 def parseGSUBGPOS(lines, font, tableTag): argument
1178 def parseTable(lines, font, tableTag=None): argument
1305 def build(f, font, tableTag=None): argument
/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A Dloca.hh22 static constexpr hb_tag_t tableTag = HB_OT_TAG_loca; member
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GSUB/
H A DGSUB.hh23 static constexpr hb_tag_t tableTag = HB_OT_TAG_GSUB; member

123