Searched refs:skippy_iter (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 762 hb_ot_apply_context_t::skipping_iterator_t &skippy_iter = c->iter_input; in apply() local 763 skippy_iter.reset (buffer->idx, 1); in apply() 764 if (!skippy_iter.next ()) return_trace (false); in apply() 766 return_trace ((this+pairSet[index]).apply (c, valueFormat, skippy_iter.idx)); in apply() 837 hb_ot_apply_context_t::skipping_iterator_t &skippy_iter = c->iter_input; in apply() local 838 skippy_iter.reset (buffer->idx, 1); in apply() 839 if (!skippy_iter.next ()) return_trace (false); in apply() 846 unsigned int klass2 = (this+classDef2).get_class (buffer->info[skippy_iter.idx].codepoint); in apply() 852 valueFormat2.apply_value (c, this, v + len1, buffer->pos[skippy_iter.idx])) in apply() 853 buffer->unsafe_to_break (buffer->idx, skippy_iter.idx + 1); in apply() [all …]
|
D | hb-kern.hh | 55 OT::hb_ot_apply_context_t::skipping_iterator_t &skippy_iter = c.iter_input; in kern() local 56 skippy_iter.init (&c); in kern() 70 skippy_iter.reset (idx, 1); in kern() 71 if (!skippy_iter.next ()) in kern() 78 unsigned int j = skippy_iter.idx; in kern() 127 idx = skippy_iter.idx; in kern()
|
D | hb-ot-layout-gsubgpos.hh | 787 hb_ot_apply_context_t::skipping_iterator_t &skippy_iter = c->iter_input; in match_input() local 788 skippy_iter.reset (buffer->idx, count - 1); in match_input() 789 skippy_iter.set_match_func (match_func, match_data, input); in match_input() 830 if (!skippy_iter.next ()) return_trace (false); in match_input() 832 match_positions[i] = skippy_iter.idx; in match_input() 834 unsigned int this_lig_id = _hb_glyph_info_get_lig_id (&buffer->info[skippy_iter.idx]); in match_input() 835 unsigned int this_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->info[skippy_iter.idx]); in match_input() 862 if (found && skippy_iter.may_skip (out[j]) == hb_ot_apply_context_t::matcher_t::SKIP_YES) in match_input() 881 total_component_count += _hb_glyph_info_get_lig_num_comps (&buffer->info[skippy_iter.idx]); in match_input() 884 *end_offset = skippy_iter.idx - buffer->idx + 1; in match_input() [all …]
|