Searched refs:SubstLookup (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh47 static OT::SubstLookup *
88 OT::SubstLookup *lookup = c.start_serialize<OT::SubstLookup> ();
97 return ret ? c.copy<OT::SubstLookup> () : nullptr;
100 static OT::SubstLookup *
167 OT::SubstLookup *lookup = c.start_serialize<OT::SubstLookup> ();
180 return ret ? c.copy<OT::SubstLookup> () : nullptr;
183 static OT::SubstLookup *
204 OT::SubstLookup *lookup_arra
[all...]
H A Dhb-ot-layout-gsub-table.hh1084 * SubstLookup
1089 friend struct SubstLookup;
1137 struct SubstLookup : Lookup struct in namespace:OT
1288 typedef OffsetListOf<SubstLookup> SubstLookupList;
1298 inline const SubstLookup& get_lookup (unsigned int i) const
1299 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); }
1336 return SubstLookup::lookup_type_is_reverse (type);
1340 /*static*/ inline typename context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index)
1343 const SubstLookup &l = gsub.get_lookup (lookup_index);
1347 /*static*/ inline bool SubstLookup
[all...]
H A Dhb-ot-layout-private.hh94 struct SubstLookup;
99 const OT::SubstLookup &lookup,
H A Dhb-ot-layout.cc830 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
912 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
935 const OT::SubstLookup& l = _get_gsub (face).get_lookup (lookup_index);
1029 typedef OT::SubstLookup Lookup;
1256 const OT::SubstLookup &lookup,

Completed in 593 milliseconds