Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/subset/
Dcff.py27 class _ClosureGlyphsT2Decompiler(psCharStrings.SimpleT2Decompiler):
30 psCharStrings.SimpleT2Decompiler.__init__(self,
202 class _MarkingT2Decompiler(psCharStrings.SimpleT2Decompiler):
205 psCharStrings.SimpleT2Decompiler.__init__(self,
215 psCharStrings.SimpleT2Decompiler.op_callsubr(self, index)
219 psCharStrings.SimpleT2Decompiler.op_callgsubr(self, index)
368 class _DesubroutinizingT2Decompiler(psCharStrings.SimpleT2Decompiler):
373 psCharStrings.SimpleT2Decompiler.__init__(self, localSubrs, globalSubrs,
384 psCharStrings.SimpleT2Decompiler.execute(self, charString)
390 psCharStrings.SimpleT2Decompiler.execute(self, charString)
[all …]
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py263 class SimpleT2Decompiler(object): class
457 class T2WidthExtractor(SimpleT2Decompiler):
460 SimpleT2Decompiler.__init__(self, localSubrs, globalSubrs, private)
465 SimpleT2Decompiler.reset(self)
937 decompilerClass = SimpleT2Decompiler