Home
last modified time | relevance | path

Searched refs:streamOpcodeDict (Results 1 – 1 of 1) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
DttProgram.py178 streamOpcodeDict, streamMnemonicDict = _makeDict(streamInstructions) variable
439 if op in streamOpcodeDict:
443 while bytecode[i] in streamOpcodeDict:
445 mnemonic, argBits, argoffset, name = streamOpcodeDict[op]