Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1059 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()
Dhb-ot-layout-private.hh315 _hb_glyph_info_get_lig_comp (const hb_glyph_info_t *info) in _hb_glyph_info_get_lig_comp() function
Dhb-ot-shape-fallback.cc338 unsigned int this_lig_component = _hb_glyph_info_get_lig_comp (&info[i]) - 1; in position_around_base()
Dhb-ot-layout-gsubgpos-private.hh772 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()