Searched refs:SubstLookup (Results 1 – 4 of 4) sorted by relevance
47 static OT::SubstLookup *88 OT::SubstLookup *lookup = c.start_serialize<OT::SubstLookup> (); in arabic_fallback_synthesize_lookup_single()97 return ret ? c.copy<OT::SubstLookup> () : NULL; in arabic_fallback_synthesize_lookup_single()100 static OT::SubstLookup *167 OT::SubstLookup *lookup = c.start_serialize<OT::SubstLookup> (); in arabic_fallback_synthesize_lookup_ligature()180 return ret ? c.copy<OT::SubstLookup> () : NULL; in arabic_fallback_synthesize_lookup_ligature()183 static OT::SubstLookup *204 OT::SubstLookup *lookup_array[ARABIC_FALLBACK_MAX_LOOKUPS];220 OT::OffsetTo<OT::SubstLookup> lookupOffset;251 …fallback_plan->lookup_array[j] = const_cast<OT::SubstLookup*> (&(&manifest+manifest[i].lookupOffse… in arabic_fallback_plan_init_win1256()
1095 friend struct SubstLookup;1143 struct SubstLookup : Lookup struct1292 typedef OffsetListOf<SubstLookup> SubstLookupList;1302 inline const SubstLookup& get_lookup (unsigned int i) const in get_lookup()1303 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()1340 return SubstLookup::lookup_type_is_reverse (type); in is_reverse()1344 /*static*/ inline typename context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, un… in dispatch_recurse_func()1347 const SubstLookup &l = gsub.get_lookup (lookup_index); in dispatch_recurse_func()1351 /*static*/ inline bool SubstLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_… in apply_recurse_func()1354 const SubstLookup &l = gsub.get_lookup (lookup_index); in apply_recurse_func()
802 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()884 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute_fast()907 const OT::SubstLookup& l = _get_gsub (face).get_lookup (lookup_index); in hb_ot_layout_lookup_substitute_closure()1001 typedef OT::SubstLookup Lookup;1227 const OT::SubstLookup &lookup, in hb_ot_layout_substitute_lookup()
94 struct SubstLookup;99 const OT::SubstLookup &lookup,