OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tableVersion
(Results
1 - 13
of
13
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
_m_a_x_p.py
9
tableVersion
: i
38
if self.
tableVersion
!= 0x00005000:
49
if self.
tableVersion
!= 0x00005000:
50
self.
tableVersion
= 0x00010000
52
if self.
tableVersion
== 0x00010000:
125
if self.
tableVersion
!= 0x00005000:
129
if self.
tableVersion
!= 0x00005000:
134
if name == "
tableVersion
":
_h_h_e_a.py
13
tableVersion
: L
45
self.
tableVersion
= fi2ve(self.
tableVersion
)
99
if name == "
tableVersion
":
106
if name == "
tableVersion
":
_v_h_e_a.py
13
tableVersion
: L
44
self.
tableVersion
= fi2ve(self.
tableVersion
)
98
if name == "
tableVersion
":
105
if name == "
tableVersion
":
_c_m_a_p.py
71
tableVersion
, numSubTables = struct.unpack(">HH", data[:4])
72
self.
tableVersion
= int(
tableVersion
)
109
data = struct.pack(">HH", self.
tableVersion
, numSubTables)
127
writer.simpletag("
tableVersion
", version=self.
tableVersion
)
133
if name == "
tableVersion
":
134
self.
tableVersion
= safeEval(attrs["version"])
[
all
...]
/external/fonttools/Tests/ttLib/tables/
_v_h_e_a_test.py
39
'
tableVersion
': 0x00011000,
59
VHEA_VERSION_10_AS_DICT['
tableVersion
'] = 0x00010000
62
'<
tableVersion
value="0x00011000"/>',
82
'<
tableVersion
value="1.0625"/>',
86
'<
tableVersion
value="0x00010000"/>',
90
'<
tableVersion
value="1.0"/>',
98
vhea.
tableVersion
= 0x00010000
123
vhea.
tableVersion
= 0x00010000
128
vhea.
tableVersion
= 1.0
137
vhea.
tableVersion
= 0x0001100
[
all
...]
_h_h_e_a_test.py
37
'
tableVersion
': 0x00010000,
57
'<
tableVersion
value="0x00010000"/>',
77
'<
tableVersion
value="1.0"/>',
85
hhea.
tableVersion
= 0x00010000
104
hhea.
tableVersion
= 0x00010000
109
hhea.
tableVersion
= 1.0
118
self.font['hhea'].
tableVersion
= 0x00010000
123
hhea.
tableVersion
= 1.0
_c_m_a_p_test.py
153
cmap.
tableVersion
= 0
/external/fonttools/Snippets/
otf2ttf.py
56
maxp.
tableVersion
= 0x00010000
/external/fonttools/Lib/fontTools/
fontBuilder.py
126
tableVersion
= 1.0,
146
tableVersion
= 0x00010000,
163
tableVersion
= 0x00005000,
180
tableVersion
= 0x00010000,
200
tableVersion
= 0x00010000,
416
self.font["cmap"].
tableVersion
= 0
merge.py
168
'
tableVersion
': equal,
193
'
tableVersion
': max,
215
'
tableVersion
': max,
232
'
tableVersion
': max,
465
self.
tableVersion
= 0
/external/fonttools/Lib/fontTools/feaLib/
builder.py
239
table.
tableVersion
= 1.0
250
table.
tableVersion
= 0x00010000
267
table.
tableVersion
= 0x00011000
[
all
...]
/external/fonttools/Lib/fontTools/mtiLib/
__init__.py
1017
container.
tableVersion
= 0
[
all
...]
/external/fonttools/Lib/fontTools/subset/
__init__.py
[
all
...]
Completed in 1051 milliseconds