Lines Matching defs:skipping_iterator_t
340 struct skipping_iterator_t struct
342 inline void init (hb_apply_context_t *c_, bool context_match = false) in init()
354 inline void set_lookup_props (unsigned int lookup_props) in set_lookup_props()
358 inline void set_match_func (matcher_t::match_func_t match_func_, in set_match_func()
366 inline void reset (unsigned int start_index_, in reset()
375 inline void reject (void) { num_items++; match_glyph_data--; } in reject()
377 inline bool next (void) in next()
404 inline bool prev (void) in prev()
432 unsigned int idx;
434 hb_apply_context_t *c;
435 matcher_t matcher;
436 const USHORT *match_glyph_data;
438 unsigned int num_items;
439 unsigned int end;