Searched refs:_hb_glyph_info_get_lig_id (Results 1 – 4 of 4) sorted by relevance
321 unsigned int lig_id = _hb_glyph_info_get_lig_id (&buffer->info[base]); in position_around_base()339 unsigned int this_lig_id = _hb_glyph_info_get_lig_id (&info[i]); in position_around_base()
1206 unsigned int lig_id = _hb_glyph_info_get_lig_id (&buffer->info[j]); in apply()1207 unsigned int mark_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in apply()1304 unsigned int id1 = _hb_glyph_info_get_lig_id (&buffer->cur()); in apply()1305 unsigned int id2 = _hb_glyph_info_get_lig_id (&buffer->info[j]); in apply()
744 unsigned int first_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in match_input()754 unsigned int this_lig_id = _hb_glyph_info_get_lig_id (&buffer->info[skippy_iter.idx]); in match_input()829 unsigned int last_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in ligate_input()858 last_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in ligate_input()869 if (last_lig_id == _hb_glyph_info_get_lig_id (&buffer->info[i])) { in ligate_input()
436 _hb_glyph_info_get_lig_id (const hb_glyph_info_t *info) in _hb_glyph_info_get_lig_id() function