Home
last modified time | relevance | path

Searched refs:haveInstructions (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py574 haveInstructions = hasattr(self, "program")
594 haveInstructions = self.numberOfContours > 0
595 if haveInstructions:
675 haveInstructions = 0
679 haveInstructions = haveInstructions | haveInstr
681 if haveInstructions:
791 haveInstructions = 0
794 haveInstructions = hasattr(self, "program")
797 data = data + compo.compile(more, haveInstructions, glyfTable)
798 if haveInstructions:
[all …]
/external/fonttools/Lib/fontTools/ttLib/
Dwoff2.py768 haveInstructions = 0
772 haveInstructions = haveInstructions | haveInstr
775 if haveInstructions:
894 haveInstructions = 0
897 haveInstructions = hasattr(glyph, "program")
900 self.compositeStream += component.compile(more, haveInstructions, self)
901 if haveInstructions: