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

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh55 static OT::SubstLookup *
93 OT::SubstLookup *lookup = c.start_serialize<OT::SubstLookup> ();
102 return ret ? c.copy<OT::SubstLookup> () : NULL;
105 static OT::SubstLookup *
169 OT::SubstLookup *lookup = c.start_serialize<OT::SubstLookup> ();
182 return ret ? c.copy<OT::SubstLookup> () : NULL;
185 static OT::SubstLookup *
201 OT::SubstLookup *lookup_arra
[all...]
H A Dhb-ot-layout-private.hh83 struct SubstLookup;
88 const OT::SubstLookup &lookup,
H A Dhb-ot-layout-gsub-table.hh1082 * SubstLookup
1087 friend struct SubstLookup;
1153 struct SubstLookup : Lookup struct in namespace:OT
1311 typedef OffsetListOf<SubstLookup> SubstLookupList;
1321 inline const SubstLookup& get_lookup (unsigned int i) const
1322 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); }
1366 return SubstLookup::lookup_type_is_reverse (type);
1370 /*static*/ inline typename context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index)
1373 const SubstLookup &l = gsub.get_lookup (lookup_index);
1377 /*static*/ inline bool SubstLookup
[all...]
H A Dhb-ot-layout.cc655 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
700 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
724 const OT::SubstLookup& l = _get_gsub (face).get_lookup (lookup_index);
807 typedef OT::SubstLookup Lookup;
946 const OT::SubstLookup &lookup,
/external/chromium_org/third_party/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> () : NULL;
100 static OT::SubstLookup *
167 OT::SubstLookup *lookup = c.start_serialize<OT::SubstLookup> ();
180 return ret ? c.copy<OT::SubstLookup> () : NULL;
183 static OT::SubstLookup *
204 OT::SubstLookup *lookup_arra
[all...]
H A Dhb-ot-layout-private.hh83 struct SubstLookup;
88 const OT::SubstLookup &lookup,
H A Dhb-ot-layout-gsub-table.hh1082 * SubstLookup
1087 friend struct SubstLookup;
1153 struct SubstLookup : Lookup struct in namespace:OT
1311 typedef OffsetListOf<SubstLookup> SubstLookupList;
1321 inline const SubstLookup& get_lookup (unsigned int i) const
1322 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); }
1366 return SubstLookup::lookup_type_is_reverse (type);
1370 /*static*/ inline typename context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index)
1373 const SubstLookup &l = gsub.get_lookup (lookup_index);
1377 /*static*/ inline bool SubstLookup
[all...]
H A Dhb-ot-layout.cc655 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
700 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
724 const OT::SubstLookup& l = _get_gsub (face).get_lookup (lookup_index);
807 typedef OT::SubstLookup Lookup;
946 const OT::SubstLookup &lookup,

Completed in 166 milliseconds