Searched refs:SimpleT2Decompiler (Results 1 - 4 of 4) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
H A DpsCharStrings.py260 decompiler = SimpleT2Decompiler(subrs, self.globalSubrs)
485 class SimpleT2Decompiler(object): class in inherits:object
635 class T2OutlineExtractor(SimpleT2Decompiler):
638 SimpleT2Decompiler.__init__(self, localSubrs, globalSubrs)
644 SimpleT2Decompiler.reset(self)
/external/fonttools/Tools/fontTools/misc/
H A DpsCharStrings.py260 decompiler = SimpleT2Decompiler(subrs, self.globalSubrs)
485 class SimpleT2Decompiler(object): class in inherits:object
635 class T2OutlineExtractor(SimpleT2Decompiler):
638 SimpleT2Decompiler.__init__(self, localSubrs, globalSubrs)
644 SimpleT2Decompiler.reset(self)
/external/fonttools/Lib/fontTools/
H A 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
[all...]
/external/fonttools/Tools/fontTools/
H A 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
[all...]

Completed in 80 milliseconds