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
362 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
496 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
624 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
726 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
733 if (lig.would_apply (c)) in would_apply()
820 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
827 return_trace (lig_set.would_apply (c)); in would_apply()
999 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
[all …]
Dhb-ot-layout-gsubgpos-private.hh103 inline return_t dispatch (const T &obj) { return obj.would_apply (this); } in dispatch()
1149 …inline bool would_apply (hb_would_apply_context_t *c, ContextApplyLookupContext &lookup_context) c… in would_apply() function
1205 …inline bool would_apply (hb_would_apply_context_t *c, ContextApplyLookupContext &lookup_context) c… in would_apply() function
1211 if ((this+rule[i]).would_apply (c, lookup_context)) in would_apply()
1280 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
1289 return_trace (rule_set.would_apply (c, lookup_context)); in would_apply()
1370 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
1381 return_trace (rule_set.would_apply (c, lookup_context)); in would_apply()
1463 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
1691 …inline bool would_apply (hb_would_apply_context_t *c, ChainContextApplyLookupContext &lookup_conte… in would_apply() function
[all …]
Dhb-ot-layout.cc886 return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_accels[lookup_index]); in hb_ot_layout_lookup_would_substitute_fast()