OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:splitTables
(Results
1 - 3
of
3
) sorted by null
/external/fonttools/Lib/fontTools/
ttx.py
117
splitTables
= False
168
self.
splitTables
= True
170
# -g implies (and forces)
splitTables
172
self.
splitTables
= True
268
splitTables
=options.
splitTables
,
/external/fonttools/Lib/fontTools/ttLib/
ttFont.py
220
files when
splitTables
is true. In the latter case, the 'fileOrPath'
233
quiet=None, tables=None, skipTables=None,
splitTables
=False,
261
# always
splitTables
if splitGlyphs is enabled
262
splitTables
=
splitTables
or splitGlyphs
264
if not
splitTables
:
272
if
splitTables
:
284
if
splitTables
:
/external/fonttools/Tests/ttx/
ttx_test.py
192
self.assertTrue(options.
splitTables
)
223
# splitGlyphs also forces
splitTables
224
self.assertTrue(options.
splitTables
)
392
assert tto.
splitTables
is True
399
assert tto.
splitTables
is True
Completed in 1047 milliseconds