Searched refs:LookupRecord (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsubgpos.hh | 1058 struct LookupRecord struct 1077 const LookupRecord lookupRecord[] /* Array of LookupRecords--in design order */) in recurse_lookups() 1087 const LookupRecord lookupRecord[], /* Array of LookupRecords--in design order */ in apply_lookup() 1240 const LookupRecord lookupRecord[], in context_closure_lookup() 1254 const LookupRecord lookupRecord[], in context_collect_glyphs_lookup() 1268 const LookupRecord lookupRecord[] HB_UNUSED, in context_would_apply_lookup() 1279 const LookupRecord lookupRecord[], in context_apply_lookup() 1306 const UnsizedArrayOf<LookupRecord> &lookupRecord = StructAfter<UnsizedArrayOf<LookupRecord>> in closure() 1317 const UnsizedArrayOf<LookupRecord> &lookupRecord = StructAfter<UnsizedArrayOf<LookupRecord>> in collect_glyphs() 1328 const UnsizedArrayOf<LookupRecord> &lookupRecord = StructAfter<UnsizedArrayOf<LookupRecord>> in would_apply() [all …]
|
/external/fonttools/Lib/fontTools/mtiLib/ |
D | __init__.py | 538 self.LookupRecord = Type+'LookupRecord' 686 setattr(rule, c.LookupRecord, recs) 709 recs = parseLookupRecords(line[1+c.DataLen:], c.LookupRecord, lookupMap) 740 recs = parseLookupRecords(line[1+c.DataLen:], c.LookupRecord, lookupMap) 769 recs = parseLookupRecords(line[1:], c.LookupRecord, lookupMap) 771 setattr(self, c.LookupRecord, recs)
|
/external/fonttools/Lib/fontTools/subset/ |
D | __init__.py | 810 self.LookupRecord = Type+'LookupRecord' 932 for ll in getattr(r, c.LookupRecord): 962 for ll in getattr(r, c.LookupRecord): 984 for ll in getattr(r, c.LookupRecord): 1090 setattr(r, c.LookupRecord, 1091 [ll for ll in getattr(r, c.LookupRecord) 1093 for ll in getattr(r, c.LookupRecord): 1097 setattr(self, c.LookupRecord, 1098 [ll for ll in getattr(self, c.LookupRecord) 1100 for ll in getattr(self, c.LookupRecord): [all …]
|
/external/fonttools/Lib/fontTools/ |
D | merge.py | 733 self.LookupRecord = Type+'LookupRecord' 764 for ll in getattr(r, c.LookupRecord): 768 for ll in getattr(self, c.LookupRecord):
|
/external/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 6008 …t::check_struct<OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> > >(const OT::Ar… 6009 …<function-decl name='check_struct<OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigne… 6012 …<!-- parameter of type 'const OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >*… 6856 <!-- const OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >* --> 8536 <!-- const OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> > --> 9080 <!-- struct OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> > --> 9081 …<class-decl name='ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >' siz… 9083 …<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned … 9087 …<!-- OT::LookupRecord OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >::array[1… 9091 …<!-- static const unsigned int OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >… [all …]
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 3852 …<function-decl name='check_struct<OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigne… 5844 …<class-decl name='ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >' siz… 8811 …<class-decl name='LookupRecord' size-in-bits='32' is-struct='yes' visibility='default' filepath='/… 15044 …<class-decl name='LookupRecord' size-in-bits='32' is-struct='yes' visibility='default' filepath='/… 15689 …<class-decl name='ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >' siz… 16757 …<class-decl name='Supplier<OT::LookupRecord>' is-struct='yes' visibility='default' is-declar…
|