Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-fallback.hh47 static OT::SubstLookup *
86 OT::SubstLookup *lookup = c.start_serialize<OT::SubstLookup> (); in arabic_fallback_synthesize_lookup_single()
94 return ret ? c.copy<OT::SubstLookup> () : nullptr; in arabic_fallback_synthesize_lookup_single()
97 static OT::SubstLookup *
159 OT::SubstLookup *lookup = c.start_serialize<OT::SubstLookup> (); in arabic_fallback_synthesize_lookup_ligature()
170 return ret ? c.copy<OT::SubstLookup> () : nullptr; in arabic_fallback_synthesize_lookup_ligature()
173 static OT::SubstLookup *
192 OT::SubstLookup *lookup_array[ARABIC_FALLBACK_MAX_LOOKUPS];
208 OT::OffsetTo<OT::SubstLookup> lookupOffset;
241 …fallback_plan->lookup_array[j] = const_cast<OT::SubstLookup*> (&(&manifest+manifest[i].lookupOffse… in arabic_fallback_plan_init_win1256()
Dhb-ot-layout-gsub-table.hh1229 friend struct SubstLookup;
1275 struct SubstLookup : Lookup struct
1443 const SubstLookup& get_lookup (unsigned int i) const in get_lookup()
1444 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()
1447 { return GSUBGPOS::subset<SubstLookup> (c); } in subset()
1450 { return GSUBGPOS::sanitize<SubstLookup> (c); } in sanitize()
1469 return SubstLookup::lookup_type_is_reverse (type); in is_reverse()
1473 /*static*/ inline typename context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, un… in dispatch_recurse_func()
1475 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func()
1479 /*static*/ inline bool SubstLookup::apply_recurse_func (hb_ot_apply_context_t *c, unsigned int look… in apply_recurse_func()
[all …]
Dhb-ot-layout.hh118 struct SubstLookup;
124 const OT::SubstLookup &lookup,
Dhb-ot-layout.cc893 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
977 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute_fast()
1052 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_substitute_closure()
1304 typedef OT::SubstLookup Lookup;
1469 const OT::SubstLookup &lookup, in hb_ot_layout_substitute_lookup()