Searched refs:LookupRecord (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsubgpos-private.hh | 924 struct LookupRecord struct 944 const LookupRecord lookupRecord[] /* Array of LookupRecords--in design order */) in recurse_lookups() 954 const LookupRecord lookupRecord[], /* Array of LookupRecords--in design order */ in apply_lookup() 1064 const LookupRecord lookupRecord[], in context_closure_lookup() 1078 const LookupRecord lookupRecord[], in context_collect_glyphs_lookup() 1092 const LookupRecord lookupRecord[] HB_UNUSED, in context_would_apply_lookup() 1103 const LookupRecord lookupRecord[], in context_apply_lookup() 1123 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in closure() 1133 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in collect_glyphs() 1143 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in would_apply() [all …]
|
/external/fonttools/Lib/fontTools/ |
D | 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) 719 for ll in getattr(self, c.LookupRecord): [all …]
|
D | merge.py | 539 self.LookupRecord = Type+'LookupRecord' 570 for ll in getattr(r, c.LookupRecord): 574 for ll in getattr(self, c.LookupRecord):
|