Lines Matching defs:SubstLookup

1332 struct SubstLookup : Lookup  struct
1334 typedef SubstLookupSubTable SubTable;
1336 const SubTable& get_subtable (unsigned int i) const in get_subtable()
1339 HB_INTERNAL static bool lookup_type_is_reverse (unsigned int lookup_type) in lookup_type_is_reverse()
1342 bool is_reverse () const in is_reverse()
1350 bool apply (hb_ot_apply_context_t *c) const in apply()
1356 bool intersects (const hb_set_t *glyphs) const in intersects()
1362 hb_closure_context_t::return_t closure (hb_closure_context_t *c, unsigned int this_index) const in closure()
1376 hb_collect_glyphs_context_t::return_t collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs()
1383 void add_coverage (set_t *glyphs) const in add_coverage()
1389 bool would_apply (hb_would_apply_context_t *c, in would_apply()
1399 SubTable& serialize_subtable (hb_serialize_context_t *c, in serialize_subtable()
1403 bool serialize_single (hb_serialize_context_t *c, in serialize_single()
1414 bool serialize_multiple (hb_serialize_context_t *c, in serialize_multiple()
1429 bool serialize_alternate (hb_serialize_context_t *c, in serialize_alternate()
1444 bool serialize_ligature (hb_serialize_context_t *c, in serialize_ligature()
1466 …text_t::return_t dispatch_closure_recurse_func (hb_closure_context_t *c, unsigned int lookup_index) in dispatch_closure_recurse_func()
1482 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch()
1485 bool subset (hb_subset_context_t *c) const in subset()
1488 bool sanitize (hb_sanitize_context_t *c) const in sanitize()