OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tableFormat
(Results
1 - 4
of
4
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
_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=self.glyphCount)
114
def decompileOffsets_(data,
tableFormat
, glyphCount):
115
if
tableFormat
== 0:
130
if
tableFormat
== 0:
139
Returns a pair (bytestring,
tableFormat
). Bytestring is the
141
uses short (
tableFormat
=0) or long (
tableFormat
=1) integers.
142
The returned
tableFormat
should get packed into the flags fiel
[
all
...]
/external/fonttools/Tests/ttLib/tables/
_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/letest/
cmaps.cpp
134
le_uint16
tableFormat
= SWAPW(subtable->format);
135
//printf("%s:%d: table format %d\n", __FILE__, __LINE__,
tableFormat
);
137
switch (
tableFormat
) {
/external/icu/icu4c/source/test/perf/leperf/
cmaps.cpp
135
le_uint16
tableFormat
= SWAPW(subtable->format);
136
//printf("%s:%d: table format %d\n", __FILE__, __LINE__,
tableFormat
);
138
switch (
tableFormat
) {
Completed in 280 milliseconds