Searched defs:skippy_iter (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-fallback.cc | 428 OT::hb_apply_context_t::skipping_forward_iterator_t skippy_iter (&c, buffer->idx, 1); in _hb_ot_shape_fallback_kern() local
|
D | hb-ot-layout-gpos-table.hh | 662 hb_apply_context_t::skipping_forward_iterator_t skippy_iter (c, c->buffer->idx, 1); in apply() local 734 hb_apply_context_t::skipping_forward_iterator_t skippy_iter (c, c->buffer->idx, 1); in apply() local 884 hb_apply_context_t::skipping_forward_iterator_t skippy_iter (c, c->buffer->idx, 1); in apply() local 1032 hb_apply_context_t::skipping_backward_iterator_t skippy_iter (c, c->buffer->idx, 1); in apply() local 1136 hb_apply_context_t::skipping_backward_iterator_t skippy_iter (c, c->buffer->idx, 1); in apply() local 1252 hb_apply_context_t::skipping_backward_iterator_t skippy_iter (c, c->buffer->idx, 1); in apply() local
|
D | hb-ot-layout-gsubgpos-private.hh | 706 hb_apply_context_t::skipping_forward_iterator_t skippy_iter (c, c->buffer->idx, count - 1); in match_input() local 781 hb_apply_context_t::skipping_forward_iterator_t skippy_iter (c, c->buffer->idx, count - 1); in ligate_input() local 866 …hb_apply_context_t::skipping_backward_iterator_t skippy_iter (c, c->buffer->backtrack_len (), coun… in match_backtrack() local 886 …hb_apply_context_t::skipping_forward_iterator_t skippy_iter (c, c->buffer->idx + offset - 1, count… in match_lookahead() local 946 hb_apply_context_t::skipping_forward_iterator_t skippy_iter (c, c->buffer->idx, count - 1); in apply_lookup() local
|