Lines Matching refs:localSubrs
29 def __init__(self, components, localSubrs, globalSubrs): argument
31 localSubrs,
208 def __init__(self, localSubrs, globalSubrs, private): argument
210 localSubrs,
213 for subrs in [localSubrs, globalSubrs]:
218 self.localSubrs._used.add(self.operandStack[-1]+self.localBias)
252 def __init__(self, css, localSubrs, globalSubrs, nominalWidthX, defaultWidthX, private=None): argument
255 self, localSubrs, globalSubrs, nominalWidthX, defaultWidthX)
283 subr = self.localSubrs[self.operandStack[-1]+self.localBias]
376 def __init__(self, localSubrs, globalSubrs, private=None): argument
377 psCharStrings.SimpleT2Decompiler.__init__(self, localSubrs, globalSubrs,
419 subr = self.localSubrs[self.operandStack[-1]+self.localBias]