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-private.hh401 match_glyph_data (NULL), in skipping_forward_iterator_t()
421 match_glyph_data = glyph_data; in set_match_func()
425 inline void reject (void) { num_items++; match_glyph_data--; } in reject()
438 matcher_t::may_match_t match = matcher.may_match (info, match_glyph_data); in next()
444 match_glyph_data++; in next()
458 const USHORT *match_glyph_data; member
472 match_glyph_data (NULL), in skipping_backward_iterator_t()
491 match_glyph_data = glyph_data; in set_match_func()
508 matcher_t::may_match_t match = matcher.may_match (info, match_glyph_data); in prev()
514 match_glyph_data++; in prev()
[all …]