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.hh1087 if (0 == _hb_glyph_info_get_lig_comp (&buffer->info[skippy_iter.idx])) break; in apply()
1208 unsigned int mark_comp = _hb_glyph_info_get_lig_comp (&buffer->cur()); in apply()
1210 comp_index = MIN (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1; in apply()
1306 unsigned int comp1 = _hb_glyph_info_get_lig_comp (&buffer->cur()); in apply()
1307 unsigned int comp2 = _hb_glyph_info_get_lig_comp (&buffer->info[j]); in apply()
Dhb-ot-layout-private.hh448 _hb_glyph_info_get_lig_comp (const hb_glyph_info_t *info) in _hb_glyph_info_get_lig_comp() function
Dhb-ot-layout-gsubgpos-private.hh745 unsigned int first_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->cur()); in match_input()
755 unsigned int this_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->info[skippy_iter.idx]); in match_input()
848 unsigned int this_comp = _hb_glyph_info_get_lig_comp (&buffer->cur()); in ligate_input()
870 unsigned int this_comp = _hb_glyph_info_get_lig_comp (&buffer->info[i]); in ligate_input()
Dhb-ot-shape-complex-use.cc472 0 == _hb_glyph_info_get_lig_comp (&info[i]) && in reorder_syllable()
Dhb-ot-shape-fallback.cc340 unsigned int this_lig_component = _hb_glyph_info_get_lig_comp (&info[i]) - 1; in position_around_base()
Dhb-ot-shape-complex-arabic.cc443 unsigned int comp = _hb_glyph_info_get_lig_comp (&info[i]); in record_stch()