Searched refs:tableFormat (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_v_a_r.py | 63 compiledOffsets, tableFormat = self.compileOffsets_(offsets) 72 header["flags"] = tableFormat 97 …offsets = self.decompileOffsets_(data[GVAR_HEADER_SIZE:], tableFormat=(self.flags & 1), glyphCount… 118 def decompileOffsets_(data, tableFormat, glyphCount): argument 119 if tableFormat == 0: 134 if tableFormat == 0: 154 tableFormat = 0 157 tableFormat = 1 159 return (packed.tobytes(), tableFormat)
|
/external/fonttools/Tests/ttLib/tables/ |
D | _g_v_a_r_test.py | 213 list(decompileOffsets(data, tableFormat=0, glyphCount=5))) 220 list(decompileOffsets(data, tableFormat=1, glyphCount=2)))
|
/external/icu/icu4c/source/test/letest/ |
D | cmaps.cpp | 134 le_uint16 tableFormat = SWAPW(subtable->format); in createUnicodeMapper() local 137 switch (tableFormat) { in createUnicodeMapper()
|
/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()
|