Searched refs:haveInstructions (Results 1 – 2 of 2) sorted by relevance
574 haveInstructions = hasattr(self, "program")594 haveInstructions = self.numberOfContours > 0595 if haveInstructions:675 haveInstructions = 0679 haveInstructions = haveInstructions | haveInstr681 if haveInstructions:791 haveInstructions = 0794 haveInstructions = hasattr(self, "program")797 data = data + compo.compile(more, haveInstructions, glyfTable)798 if haveInstructions:[all …]
768 haveInstructions = 0772 haveInstructions = haveInstructions | haveInstr775 if haveInstructions:894 haveInstructions = 0897 haveInstructions = hasattr(glyph, "program")900 self.compositeStream += component.compile(more, haveInstructions, self)901 if haveInstructions: