Searched defs:tt_instructions_error (Results 1 - 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DttProgram.py178 class tt_instructions_error(Exception): class in inherits:Exception
281 raise tt_instructions_error("Syntax error in TT program (%s)" % assembly[pos-5:pos+15])
295 raise tt_instructions_error("Incorrect number of argument bits (%s[%s])" % (mnemonic, arg))
307 raise tt_instructions_error("Syntax error in TT program (%s)" % assembly[pos:pos+15])
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DttProgram.py178 class tt_instructions_error(Exception): class in inherits:Exception
281 raise tt_instructions_error("Syntax error in TT program (%s)" % assembly[pos-5:pos+15])
295 raise tt_instructions_error("Incorrect number of argument bits (%s[%s])" % (mnemonic, arg))
307 raise tt_instructions_error("Syntax error in TT program (%s)" % assembly[pos:pos+15])

Completed in 84 milliseconds