Home
last modified time | relevance | path

Searched refs:would_apply (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh71 bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
168 bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
410 bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
620 bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
746 bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
874 bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
879 | hb_map ([c] (const Ligature &_) { return _.would_apply (c); }) in would_apply()
982 bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
988 return lig_set.would_apply (c); in would_apply()
1182 bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
[all …]
Dhb-ot-layout-gsubgpos.hh131 return_t dispatch (const T &obj) { return obj.would_apply (this); } in dispatch()
1325 bool would_apply (hb_would_apply_context_t *c, in would_apply() function
1404 bool would_apply (hb_would_apply_context_t *c, in would_apply() function
1410 | hb_map ([&] (const Rule &_) { return _.would_apply (c, lookup_context); }) in would_apply()
1492 bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
1499 return rule_set.would_apply (c, lookup_context); in would_apply()
1607 bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
1616 return rule_set.would_apply (c, lookup_context); in would_apply()
1714 bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
1977 bool would_apply (hb_would_apply_context_t *c, in would_apply() function
[all …]
Dhb-ot-layout.cc1378 return l.would_apply (&c, &face->table.GSUB->accels[lookup_index]); in hb_ot_layout_lookup_would_substitute()