HomeSort by relevance Sort by last modified time
    Searched refs:haveInstructions (Results 1 - 2 of 2) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 407 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
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/
woff2.py 704 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:
    [all...]

Completed in 784 milliseconds