Searched refs:_hb_glyph_info_get_lig_id (Results 1 – 4 of 4) sorted by relevance
342 unsigned int lig_id = _hb_glyph_info_get_lig_id (&buffer->info[base]); in position_around_base()362 unsigned int this_lig_id = _hb_glyph_info_get_lig_id (&info[i]); in position_around_base()
1483 _hb_glyph_info_get_lig_id (&buffer->info[skippy_iter.idx]) != in apply()1484 _hb_glyph_info_get_lig_id (&buffer->info[skippy_iter.idx - 1]) || in apply()1614 unsigned int lig_id = _hb_glyph_info_get_lig_id (&buffer->info[j]); in apply()1615 unsigned int mark_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in apply()1719 unsigned int id1 = _hb_glyph_info_get_lig_id (&buffer->cur()); in apply()1720 unsigned int id2 = _hb_glyph_info_get_lig_id (&buffer->info[j]); in apply()
825 unsigned int first_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in match_input()841 unsigned int this_lig_id = _hb_glyph_info_get_lig_id (&buffer->info[skippy_iter.idx]); in match_input()858 while (j && _hb_glyph_info_get_lig_id (&out[j - 1]) == first_lig_id) in match_input()956 unsigned int last_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in ligate_input()986 last_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in ligate_input()997 if (last_lig_id == _hb_glyph_info_get_lig_id (&buffer->info[i])) { in ligate_input()
458 _hb_glyph_info_get_lig_id (const hb_glyph_info_t *info) in _hb_glyph_info_get_lig_id() function