HomeSort by relevance Sort by last modified time
    Searched full:match_func (Results 1 - 1 of 1) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 304 match_func (NULL),
316 { match_func = match_func_; match_data = match_data_; }
331 if (match_func)
332 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO;
369 match_func_t match_func; member in struct:OT::hb_apply_context_t::matcher_t
396 inline void set_match_func (matcher_t::match_func_t match_func,
400 matcher.set_match_func (match_func, match_data);
466 inline void set_match_func (matcher_t::match_func_t match_func,
470 matcher.set_match_func (match_func, match_data);
683 match_func_t match_func,
    [all...]

Completed in 38 milliseconds