Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-kern.hh55 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()
Dhb-ot-layout-gpos-table.hh955 hb_ot_apply_context_t::skipping_iterator_t &skippy_iter = c->iter_input; in apply() local
956 skippy_iter.reset (buffer->idx, 1); in apply()
957 if (!skippy_iter.next ()) return_trace (false); in apply()
959 return_trace ((this+pairSet[index]).apply (c, valueFormat, skippy_iter.idx)); in apply()
1064 hb_ot_apply_context_t::skipping_iterator_t &skippy_iter = c->iter_input; in apply() local
1065 skippy_iter.reset (buffer->idx, 1); in apply()
1066 if (!skippy_iter.next ()) return_trace (false); in apply()
1073 unsigned int klass2 = (this+classDef2).get_class (buffer->info[skippy_iter.idx].codepoint); in apply()
1079 valueFormat2.apply_value (c, this, v + len1, buffer->pos[skippy_iter.idx])) in apply()
1080 buffer->unsafe_to_break (buffer->idx, skippy_iter.idx + 1); in apply()
[all …]
Dhb-ot-layout-gsubgpos.hh794 hb_ot_apply_context_t::skipping_iterator_t &skippy_iter = c->iter_input; in match_input() local
795 skippy_iter.reset (buffer->idx, count - 1); in match_input()
796 skippy_iter.set_match_func (match_func, match_data, input); in match_input()
837 if (!skippy_iter.next ()) return_trace (false); in match_input()
839 match_positions[i] = skippy_iter.idx; in match_input()
841 unsigned int this_lig_id = _hb_glyph_info_get_lig_id (&buffer->info[skippy_iter.idx]); in match_input()
842 unsigned int this_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->info[skippy_iter.idx]); in match_input()
869 if (found && skippy_iter.may_skip (out[j]) == hb_ot_apply_context_t::matcher_t::SKIP_YES) in match_input()
888 total_component_count += _hb_glyph_info_get_lig_num_comps (&buffer->info[skippy_iter.idx]); in match_input()
891 *end_offset = skippy_iter.idx - buffer->idx + 1; in match_input()
[all …]