Home
last modified time | relevance | path

Searched refs:matcher_t (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos-private.hh318 struct matcher_t struct
320 inline matcher_t (void) : in matcher_t() function
416 inline void set_match_func (matcher_t::match_func_t match_func, in set_match_func()
434 matcher_t::may_skip_t skip = matcher.may_skip (c, info); in next()
435 if (unlikely (skip == matcher_t::SKIP_YES)) in next()
438 matcher_t::may_match_t match = matcher.may_match (info, match_glyph_data); in next()
439 if (match == matcher_t::MATCH_YES || in next()
440 (match == matcher_t::MATCH_MAYBE && in next()
441 skip == matcher_t::SKIP_NO)) in next()
448 if (skip == matcher_t::SKIP_NO) in next()
[all …]