H A D | hb-ot-layout-gsubgpos-private.hh | 277 match_data (NULL) {}; 288 { match_func = match_func_; match_data = match_data_; } 304 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO; 337 const void *match_data; member in struct:OT::hb_apply_context_t::matcher_t 690 const void *match_data) 696 if (likely (!match_func (c->glyphs[i], input[i - 1], match_data))) 705 const void *match_data, 719 skippy_iter.set_match_func (match_func, match_data, input); 887 const void *match_data) 893 skippy_iter.set_match_func (match_func, match_data, backtrac 686 would_match_input(hb_would_apply_context_t *c, unsigned int count, const USHORT input[], match_func_t match_func, const void *match_data) argument 701 match_input(hb_apply_context_t *c, unsigned int count, const USHORT input[], match_func_t match_func, const void *match_data, unsigned int *end_offset, unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], bool *p_is_mark_ligature = NULL, unsigned int *p_total_component_count = NULL) argument 883 match_backtrack(hb_apply_context_t *c, unsigned int count, const USHORT backtrack[], match_func_t match_func, const void *match_data) argument 902 match_lookahead(hb_apply_context_t *c, unsigned int count, const USHORT lookahead[], match_func_t match_func, const void *match_data, unsigned int offset) argument 1057 const void *match_data; member in struct:OT::ContextApplyLookupContext 1554 const void *match_data[3]; member in struct:OT::ChainContextApplyLookupContext [all...] |