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.py407 haveInstructions = hasattr(self, "program")
427 haveInstructions = self.numberOfContours > 0
428 if haveInstructions:
506 haveInstructions = 0
510 haveInstructions = haveInstructions | haveInstr
512 if haveInstructions:
622 haveInstructions = 0
625 haveInstructions = hasattr(self, "program")
628 data = data + compo.compile(more, haveInstructions, glyfTable)
629 if haveInstructions:
[all …]
/external/fonttools/Lib/fontTools/ttLib/
Dwoff2.py704 haveInstructions = 0
708 haveInstructions = haveInstructions | haveInstr
711 if haveInstructions:
830 haveInstructions = 0
833 haveInstructions = hasattr(glyph, "program")
836 self.compositeStream += component.compile(more, haveInstructions, self)
837 if haveInstructions: