Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/
Dsubset.py1414 class _MarkingT2Decompiler(psCharStrings.SimpleT2Decompiler):
1417 psCharStrings.SimpleT2Decompiler.__init__(self,
1426 psCharStrings.SimpleT2Decompiler.op_callsubr(self, index)
1430 psCharStrings.SimpleT2Decompiler.op_callgsubr(self, index)
1432 class _DehintingT2Decompiler(psCharStrings.SimpleT2Decompiler):
1454 psCharStrings.SimpleT2Decompiler.__init__(self,
1462 psCharStrings.SimpleT2Decompiler.execute(self, charString)
1484 psCharStrings.SimpleT2Decompiler.op_callsubr(self, index)
1489 psCharStrings.SimpleT2Decompiler.op_callgsubr(self, index)
1493 psCharStrings.SimpleT2Decompiler.op_hstem(self, index)
[all …]
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py260 decompiler = SimpleT2Decompiler(subrs, self.globalSubrs)
485 class SimpleT2Decompiler(object): class
635 class T2OutlineExtractor(SimpleT2Decompiler):
638 SimpleT2Decompiler.__init__(self, localSubrs, globalSubrs)
644 SimpleT2Decompiler.reset(self)