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
335 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::MultipleSubstFormat1
468 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::AlternateSubstFormat1
603 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::Ligature
696 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::LigatureSet
703 if (lig.would_apply (c))
781 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::LigatureSubstFormat1
788 return TRACE_RETURN (lig_set.would_apply (c));
958 inline bool would_apply (hb_would_apply_context_t *c) cons function in struct:OT::ReverseChainSingleSubstFormat1
1170 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 108 inline const char *get_name (void) { return "WOULD_APPLY"; }
112 inline return_t dispatch (const T &obj) { return obj.would_apply (this); }
1119 inline bool would_apply (hb_would_apply_context_t *c, ContextApplyLookupContext &lookup_context) const function in struct:OT::Rule
1174 inline bool would_apply (hb_would_apply_context_t *c, ContextApplyLookupContext &lookup_context) const function in struct:OT::RuleSet
1248 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ContextFormat1
1337 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ContextFormat2
1429 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ContextFormat3
1664 inline bool would_apply (hb_would_apply_context_t *c, ChainContextApplyLookupContext &lookup_context) const function in struct:OT::ChainRule
1737 inline bool would_apply (hb_would_apply_context_t *c, ChainContextApplyLookupContext &lookup_context) const function in struct:OT::ChainRuleSet
1807 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ChainContextFormat1
1903 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ChainContextFormat2
2024 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ChainContextFormat3
    [all...]
hb-ot-layout.cc 656 return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_digests[lookup_index]);

Completed in 67 milliseconds