OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:would_apply
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh
84
inline const char *get_name (void) { return "
WOULD_APPLY
"; }
86
inline return_t dispatch (const T &obj) { return obj.
would_apply
(this); }
1194
inline bool
would_apply
(hb_
would_apply
_context_t *c, ContextApplyLookupContext &lookup_context) const
function in struct:OT::Rule
1250
inline bool
would_apply
(hb_
would_apply
_context_t *c, ContextApplyLookupContext &lookup_context) const
function in struct:OT::RuleSet
1325
inline bool
would_apply
(hb_
would_apply
_context_t *c) const
function in struct:OT::ContextFormat1
1415
inline bool
would_apply
(hb_
would_apply
_context_t *c) const
function in struct:OT::ContextFormat2
1508
inline bool
would_apply
(hb_
would_apply
_context_t *c) const
function in struct:OT::ContextFormat3
1738
inline bool
would_apply
(hb_
would_apply
_context_t *c, ChainContextApplyLookupContext &lookup_context) const
function in struct:OT::ChainRule
1812
inline bool
would_apply
(hb_
would_apply
_context_t *c, ChainContextApplyLookupContext &lookup_context) const
function in struct:OT::ChainRuleSet
1883
inline bool
would_apply
(hb_
would_apply
_context_t *c) const
function in struct:OT::ChainContextFormat1
1980
inline bool
would_apply
(hb_
would_apply
_context_t *c) const
function in struct:OT::ChainContextFormat2
2104
inline bool
would_apply
(hb_
would_apply
_context_t *c) const
function in struct:OT::ChainContextFormat3
[
all
...]
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
360
inline bool
would_apply
(hb_would_apply_context_t *c) const
function in struct:OT::MultipleSubstFormat1
492
inline bool
would_apply
(hb_would_apply_context_t *c) const
function in struct:OT::AlternateSubstFormat1
618
inline bool
would_apply
(hb_would_apply_context_t *c) const
function in struct:OT::Ligature
720
inline bool
would_apply
(hb_would_apply_context_t *c) const
function in struct:OT::LigatureSet
727
if (lig.
would_apply
(c))
814
inline bool
would_apply
(hb_would_apply_context_t *c) const
function in struct:OT::LigatureSubstFormat1
821
return_trace (lig_set.
would_apply
(c));
990
inline bool
would_apply
(hb_would_apply_context_t *c) cons
function in struct:OT::ReverseChainSingleSubstFormat1
1180
inline bool
would_apply
(hb_
would_apply
_context_t *c,
function in struct:OT::SubstLookup
[
all
...]
hb-ot-layout.cc
914
return l.
would_apply
(&c, &hb_ot_layout_from_face (face)->gsub_accels[lookup_index]);
[
all
...]
Completed in 3466 milliseconds