Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos.hh336 match_glyph_data = nullptr; in init()
354 match_glyph_data = glyph_data; in set_match_func()
366 void reject () { num_items++; match_glyph_data--; } in reject()
384 matcher_t::may_match_t match = matcher.may_match (info, match_glyph_data); in next()
390 match_glyph_data++; in next()
411 matcher_t::may_match_t match = matcher.may_match (info, match_glyph_data); in prev()
417 match_glyph_data++; in prev()
431 const HBUINT16 *match_glyph_data; member