Home
last modified time | relevance | path

Searched refs:_hb_glyph_info_get_lig_comp (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1167 0 == _hb_glyph_info_get_lig_comp (&buffer->info[skippy_iter.idx]) || in apply()
1172 _hb_glyph_info_get_lig_comp (&buffer->info[skippy_iter.idx]) != in apply()
1173 _hb_glyph_info_get_lig_comp (&buffer->info[skippy_iter.idx - 1]) + 1 in apply()
1304 unsigned int mark_comp = _hb_glyph_info_get_lig_comp (&buffer->cur()); in apply()
1306 comp_index = MIN (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1; in apply()
1410 unsigned int comp1 = _hb_glyph_info_get_lig_comp (&buffer->cur()); in apply()
1411 unsigned int comp2 = _hb_glyph_info_get_lig_comp (&buffer->info[j]); in apply()
Dhb-ot-layout-gsubgpos.hh819 unsigned int first_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->cur()); in match_input()
835 unsigned int this_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->info[skippy_iter.idx]); in match_input()
853 if (_hb_glyph_info_get_lig_comp (&out[j - 1]) == 0) in match_input()
969 unsigned int this_comp = _hb_glyph_info_get_lig_comp (&buffer->cur()); in ligate_input()
991 unsigned int this_comp = _hb_glyph_info_get_lig_comp (&buffer->info[i]); in ligate_input()
Dhb-ot-layout.hh466 _hb_glyph_info_get_lig_comp (const hb_glyph_info_t *info) in _hb_glyph_info_get_lig_comp() function
Dhb-ot-shape-fallback.cc344 int this_lig_component = _hb_glyph_info_get_lig_comp (&info[i]) - 1; in position_around_base()
Dhb-ot-shape-complex-use.cc510 0 == _hb_glyph_info_get_lig_comp (&info[i]) && in reorder_syllable()
Dhb-ot-shape-complex-arabic.cc434 unsigned int comp = _hb_glyph_info_get_lig_comp (&info[i]); in record_stch()