HomeSort by relevance Sort by last modified time
    Searched refs:disassembleInstructions (Results 1 - 4 of 4) sorted by null

  /external/fonttools/Lib/fontTools/
ttx.py 109 disassembleInstructions = True
147 self.disassembleInstructions = False
204 disassembleInstructions=options.disassembleInstructions,
merge.py 883 font.disassembleInstructions = False # Work around ttLib bug
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 225 tables=None, skipTables=None, splitTables=False, disassembleInstructions=True,
237 self.disassembleInstructions = disassembleInstructions
  /external/fonttools/Lib/fontTools/ttLib/tables/
ttProgram.py 229 if not hasattr (ttFont, "disassembleInstructions") or ttFont.disassembleInstructions:

Completed in 76 milliseconds