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

  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 73 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::SingleSubstFormat1
158 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::SingleSubstFormat2
362 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::MultipleSubstFormat1
496 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::AlternateSubstFormat1
624 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::Ligature
726 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::LigatureSet
733 if (lig.would_apply (c))
820 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::LigatureSubstFormat1
827 return_trace (lig_set.would_apply (c));
999 inline bool would_apply (hb_would_apply_context_t *c) cons function in struct:OT::ReverseChainSingleSubstFormat1
1186 inline bool would_apply (hb_would_apply_context_t *c, function in struct:OT::SubstLookup
    [all...]
hb-ot-layout-gsubgpos-private.hh 101 inline const char *get_name (void) { return "WOULD_APPLY"; }
103 inline return_t dispatch (const T &obj) { return obj.would_apply (this); }
1149 inline bool would_apply (hb_would_apply_context_t *c, ContextApplyLookupContext &lookup_context) const function in struct:OT::Rule
1205 inline bool would_apply (hb_would_apply_context_t *c, ContextApplyLookupContext &lookup_context) const function in struct:OT::RuleSet
1280 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ContextFormat1
1370 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ContextFormat2
1463 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ContextFormat3
1691 inline bool would_apply (hb_would_apply_context_t *c, ChainContextApplyLookupContext &lookup_context) const function in struct:OT::ChainRule
1765 inline bool would_apply (hb_would_apply_context_t *c, ChainContextApplyLookupContext &lookup_context) const function in struct:OT::ChainRuleSet
1836 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ChainContextFormat1
1933 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ChainContextFormat2
2057 inline bool would_apply (hb_would_apply_context_t *c) const function in struct:OT::ChainContextFormat3
    [all...]

Completed in 620 milliseconds