Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py352 haveInstructions = 0
356 haveInstructions = haveInstructions | haveInstr
358 if haveInstructions:
465 haveInstructions = 0
468 haveInstructions = hasattr(self, "program")
471 data = data + compo.compile(more, haveInstructions, glyfTable)
472 if haveInstructions:
847 haveInstructions = self.flags & WE_HAVE_INSTRUCTIONS
851 return more, haveInstructions, data
853 def compile(self, more, haveInstructions, glyfTable): argument
[all …]