Searched refs:tableFormat (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_v_a_r.py | 66 compiledOffsets, tableFormat = self.compileOffsets_(offsets) 75 header["flags"] = tableFormat 100 …offsets = self.decompileOffsets_(data[GVAR_HEADER_SIZE:], tableFormat=(self.flags & 1), glyphCount… 114 def decompileOffsets_(data, tableFormat, glyphCount): argument 115 if tableFormat == 0: 130 if tableFormat == 0: 150 tableFormat = 0 153 tableFormat = 1 155 return (packed.tostring(), tableFormat)
|
/external/fonttools/Tests/ttLib/tables/ |
D | _g_v_a_r_test.py | 199 list(decompileOffsets(data, tableFormat=0, glyphCount=5))) 206 list(decompileOffsets(data, tableFormat=1, glyphCount=2)))
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | cmaps.cpp | 135 le_uint16 tableFormat = SWAPW(subtable->format); in createUnicodeMapper() local 138 switch (tableFormat) { in createUnicodeMapper()
|
/external/icu/icu4c/source/test/letest/ |
D | cmaps.cpp | 134 le_uint16 tableFormat = SWAPW(subtable->format); in createUnicodeMapper() local 137 switch (tableFormat) { in createUnicodeMapper()
|