Home
last modified time | relevance | path

Searched refs:_hb_glyph_info_get_lig_id (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1170 _hb_glyph_info_get_lig_id (&buffer->info[skippy_iter.idx]) != in apply()
1171 _hb_glyph_info_get_lig_id (&buffer->info[skippy_iter.idx - 1]) || in apply()
1302 unsigned int lig_id = _hb_glyph_info_get_lig_id (&buffer->info[j]); in apply()
1303 unsigned int mark_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in apply()
1408 unsigned int id1 = _hb_glyph_info_get_lig_id (&buffer->cur()); in apply()
1409 unsigned int id2 = _hb_glyph_info_get_lig_id (&buffer->info[j]); in apply()
Dhb-ot-shape-fallback.cc323 unsigned int lig_id = _hb_glyph_info_get_lig_id (&buffer->info[base]); in position_around_base()
343 unsigned int this_lig_id = _hb_glyph_info_get_lig_id (&info[i]); in position_around_base()
Dhb-ot-layout-gsubgpos.hh818 unsigned int first_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in match_input()
834 unsigned int this_lig_id = _hb_glyph_info_get_lig_id (&buffer->info[skippy_iter.idx]); in match_input()
851 while (j && _hb_glyph_info_get_lig_id (&out[j - 1]) == first_lig_id) in match_input()
949 unsigned int last_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in ligate_input()
979 last_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in ligate_input()
990 if (last_lig_id == _hb_glyph_info_get_lig_id (&buffer->info[i])) { in ligate_input()
Dhb-ot-layout.hh454 _hb_glyph_info_get_lig_id (const hb_glyph_info_t *info) in _hb_glyph_info_get_lig_id() function