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.hh73 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
158 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
360 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
492 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
618 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
720 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
727 if (lig.would_apply (c)) in would_apply()
814 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
821 return_trace (lig_set.would_apply (c)); in would_apply()
990 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
[all …]
Dhb-ot-layout-gsubgpos-private.hh86 inline return_t dispatch (const T &obj) { return obj.would_apply (this); } in dispatch()
1194 …inline bool would_apply (hb_would_apply_context_t *c, ContextApplyLookupContext &lookup_context) c… in would_apply() function
1250 …inline bool would_apply (hb_would_apply_context_t *c, ContextApplyLookupContext &lookup_context) c… in would_apply() function
1256 if ((this+rule[i]).would_apply (c, lookup_context)) in would_apply()
1325 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
1334 return_trace (rule_set.would_apply (c, lookup_context)); in would_apply()
1415 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
1426 return_trace (rule_set.would_apply (c, lookup_context)); in would_apply()
1508 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
1738 …inline bool would_apply (hb_would_apply_context_t *c, ChainContextApplyLookupContext &lookup_conte… in would_apply() function
[all …]
Dhb-ot-layout.cc914 return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_accels[lookup_index]); in hb_ot_layout_lookup_would_substitute_fast()