hb-ot-layout-gsubgpos-private.hh | 305 match_data (NULL) {}; 316 { match_func = match_func_; match_data = match_data_; } 332 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO; 370 const void *match_data; member in struct:OT::hb_apply_context_t::matcher_t 397 const void *match_data, 400 matcher.set_match_func (match_func, match_data); 467 const void *match_data, 470 matcher.set_match_func (match_func, match_data); 684 const void *match_data) 690 if (likely (!match_func (c->glyphs[i], input[i - 1], match_data))) 1039 const void *match_data; member in struct:OT::ContextApplyLookupContext 1537 const void *match_data[3]; member in struct:OT::ChainContextApplyLookupContext [all...] |