Searched refs:haveInstructions (Results 1 – 2 of 2) sorted by relevance
407 haveInstructions = hasattr(self, "program")427 haveInstructions = self.numberOfContours > 0428 if haveInstructions:506 haveInstructions = 0510 haveInstructions = haveInstructions | haveInstr512 if haveInstructions:622 haveInstructions = 0625 haveInstructions = hasattr(self, "program")628 data = data + compo.compile(more, haveInstructions, glyfTable)629 if haveInstructions:[all …]
704 haveInstructions = 0708 haveInstructions = haveInstructions | haveInstr711 if haveInstructions:830 haveInstructions = 0833 haveInstructions = hasattr(glyph, "program")836 self.compositeStream += component.compile(more, haveInstructions, self)837 if haveInstructions: