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

  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 944 struct LookupRecord
964 const LookupRecord lookupRecord[] /* Array of LookupRecords--in design order */)
967 c->recurse (lookupRecord[i].lookupListIndex);
974 const LookupRecord lookupRecord[], /* Array of LookupRecords--in design order */
    [all...]
  /external/fonttools/Lib/fontTools/
merge.py 539 self.LookupRecord = Type+'LookupRecord'
570 for ll in getattr(r, c.LookupRecord):
574 for ll in getattr(self, c.LookupRecord):
subset.py 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)
    [all...]

Completed in 465 milliseconds