Searched refs:_hb_glyph_info_get_lig_comp (Results 1 – 4 of 4) sorted by relevance
1059 if (0 == _hb_glyph_info_get_lig_comp (&buffer->info[skippy_iter.idx])) break; in apply()1183 unsigned int mark_comp = _hb_glyph_info_get_lig_comp (&buffer->cur()); in apply()1185 comp_index = MIN (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1; in apply()1284 unsigned int comp1 = _hb_glyph_info_get_lig_comp (&buffer->cur()); in apply()1285 unsigned int comp2 = _hb_glyph_info_get_lig_comp (&buffer->info[j]); in apply()
315 _hb_glyph_info_get_lig_comp (const hb_glyph_info_t *info) in _hb_glyph_info_get_lig_comp() function
338 unsigned int this_lig_component = _hb_glyph_info_get_lig_comp (&info[i]) - 1; in position_around_base()
772 unsigned int first_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->cur()); in match_input()782 unsigned int this_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->info[skippy_iter.idx]); in match_input()877 MIN (MAX (_hb_glyph_info_get_lig_comp (&buffer->cur()), 1u), last_num_components); in ligate_input()896 MIN (MAX (_hb_glyph_info_get_lig_comp (&buffer->info[i]), 1u), last_num_components); in ligate_input()