Home
last modified time | relevance | path

Searched refs:_hb_glyph_info_get_lig_num_comps (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-private.hh489 _hb_glyph_info_get_lig_num_comps (const hb_glyph_info_t *info) in _hb_glyph_info_get_lig_num_comps() function
Dhb-ot-layout-gsubgpos-private.hh744 total_component_count += _hb_glyph_info_get_lig_num_comps (&buffer->cur()); in match_input()
774 total_component_count += _hb_glyph_info_get_lig_num_comps (&buffer->info[skippy_iter.idx]); in match_input()
832 unsigned int last_num_components = _hb_glyph_info_get_lig_num_comps (&buffer->cur()); in ligate_input()
861 last_num_components = _hb_glyph_info_get_lig_num_comps (&buffer->cur()); in ligate_input()
Dhb-ot-shape-fallback.cc322 unsigned int num_lig_components = _hb_glyph_info_get_lig_num_comps (&buffer->info[base]); in position_around_base()