Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DttProgram.py186 streamOpcodeDict, streamMnemonicDict = _makeDict(streamInstructions) variable
480 if op in streamOpcodeDict:
484 while bytecode[i] in streamOpcodeDict:
486 mnemonic, argBits, argoffset, name = streamOpcodeDict[op]