Home | History | Annotate | Download | only in fontTools

Lines Matching refs:psCharStrings

14 from fontTools.misc import psCharStrings
1375 @_add_method(psCharStrings.T2CharString)
1387 @_add_method(psCharStrings
1414 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)
1496 psCharStrings.SimpleT2Decompiler.op_vstem(self, index)
1499 psCharStrings.SimpleT2Decompiler.op_hstemhm(self, index)
1502 psCharStrings.SimpleT2Decompiler.op_vstemhm(self, index)
1505 psCharStrings.SimpleT2Decompiler.op_hintmask(self, index)
1508 psCharStrings.SimpleT2Decompiler.op_cntrmask(self, index)
1665 subrs._old_bias = psCharStrings.calcSubrBias(subrs)
1666 subrs._new_bias = psCharStrings.calcSubrBias(subrs._used)