Searched defs:would_apply (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh67 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::SingleSubstFormat1
144 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::SingleSubstFormat2
347 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::MultipleSubstFormat1
473 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::AlternateSubstFormat1
601 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::Ligature
703 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::LigatureSet
710 if (lig.would_apply (c))
789 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::LigatureSubstFormat1
796 return_trace (lig_set.would_apply (c));
964 inline bool would_apply (hb_would_apply_context_ function in struct:OT::ReverseChainSingleSubstFormat1
1151 inline bool would_apply (hb_would_apply_context_t *c, function in struct:OT::SubstLookup
[all...]
H A Dhb-ot-layout-gsubgpos-private.hh103 inline return_t dispatch (const T &obj) { return obj.would_apply (this); }
1140 inline bool would_apply (hb_would_apply_context_t *c, ContextApplyLookupContext &lookup_context) const function in struct:OT::Rule
1196 inline bool would_apply (hb_would_apply_context_t *c, ContextApplyLookupContext &lookup_context) const function in struct:OT::RuleSet
1202 if ((this+rule[i]).would_apply (c, lookup_context))
1271 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ContextFormat1
1280 return_trace (rule_set.would_apply (c, lookup_context));
1361 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ContextFormat2
1372 return_trace (rule_set.would_apply (c, lookup_context));
1454 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ContextFormat3
1682 inline bool would_apply (hb_would_apply_context_ function in struct:OT::ChainRule
1756 inline bool would_apply (hb_would_apply_context_t *c, ChainContextApplyLookupContext &lookup_context) const function in struct:OT::ChainRuleSet
1827 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ChainContextFormat1
1924 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ChainContextFormat2
2048 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ChainContextFormat3
[all...]

Completed in 109 milliseconds