HomeSort by relevance Sort by last modified time
    Searched refs:would_apply (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 67 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::SingleSubstFormat1
143 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::SingleSubstFormat2
353 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::MultipleSubstFormat1
486 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::AlternateSubstFormat1
621 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::Ligature
722 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::LigatureSet
729 if (lig.would_apply (c))
807 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::LigatureSubstFormat1
814 return TRACE_RETURN (lig_set.would_apply (c));
984 inline bool would_apply (hb_would_apply_context_t *c) cons function in struct:OT::ReverseChainSingleSubstFormat1
1198 inline bool would_apply (hb_would_apply_context_t *c, const hb_set_digest_t *digest) const function in struct:OT::SubstLookup
    [all...]
hb-ot-layout-gsubgpos-private.hh 107 inline const char *get_name (void) { return "WOULD_APPLY"; }
111 inline return_t dispatch (const T &obj) { return obj.would_apply (this); }
1156 inline bool would_apply (hb_would_apply_context_t *c, ContextApplyLookupContext &lookup_context) const function in struct:OT::Rule
1211 inline bool would_apply (hb_would_apply_context_t *c, ContextApplyLookupContext &lookup_context) const function in struct:OT::RuleSet
1285 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ContextFormat1
1374 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ContextFormat2
1466 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ContextFormat3
1703 inline bool would_apply (hb_would_apply_context_t *c, ChainContextApplyLookupContext &lookup_context) const function in struct:OT::ChainRule
1776 inline bool would_apply (hb_would_apply_context_t *c, ChainContextApplyLookupContext &lookup_context) const function in struct:OT::ChainRuleSet
1846 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ChainContextFormat1
1942 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ChainContextFormat2
2063 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ChainContextFormat3
    [all...]
hb-ot-layout.cc 702 return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_accels[lookup_index].digest);

Completed in 45 milliseconds