Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/cffLib/
D__init__.py311 for entry in topDictOperators:
2012 topDictOperators = [ variable
2134 addConverters(topDictOperators)
2138 operators = buildOperatorDict(topDictOperators)
2321 opcodes = buildOpcodeDict(topDictOperators)
2381 opcodes = buildOpcodeDict(topDictOperators)
2542 defaults = buildDefaults(topDictOperators)
2543 converters = buildConverters(topDictOperators)
2545 order = buildOrder(topDictOperators)
2558 self.defaults = buildDefaults(topDictOperators)
[all …]
/external/fonttools/Lib/fontTools/varLib/
Dcff.py6 topDictOperators,
112 for entry in topDictOperators: