Home | History | Annotate | Download | only in fontTools

Lines Matching refs:LookupRecord

480       self.LookupRecord = Type+'LookupRecord'
575 for ll in getattr(r, c.LookupRecord):
601 for ll in getattr(r, c.LookupRecord):
620 for ll in getattr(r, c.LookupRecord):
709 setattr(r, c.LookupRecord,
710 [ll for ll in getattr(r, c.LookupRecord)
712 for ll in getattr(r, c.LookupRecord):
716 setattr(self, c.LookupRecord,
717 [ll for ll in getattr(self, c.LookupRecord)
719 for ll in getattr(self, c.LookupRecord):
736 for ll in getattr(r, c.LookupRecord) if ll]
739 for ll in getattr(self, c.LookupRecord) if ll]