Home | History | Annotate | Download | only in fontTools

Lines Matching refs:subr

1483     subr = self.localSubrs[self.operandStack[-1]+self.localBias]
1485 self.processSubr(index, subr)
1488 subr = self.globalSubrs[self.operandStack[-1]+self.globalBias]
1490 self.processSubr(index, subr)
1534 def processSubr(self, index, subr):
1537 subr_hints = subr._hints
1548 hints.last_hint = index - 2 # Leave the subr call in
1570 hints.last_hint = index - 2 # Leave the subr call in