Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos-private.hh850 unsigned int this_comp = _hb_glyph_info_get_lig_comp (&buffer->cur()); in ligate_input() local
851 if (this_comp == 0) in ligate_input()
852 this_comp = last_num_components; in ligate_input()
854 MIN (this_comp, last_num_components); in ligate_input()
872 unsigned int this_comp = _hb_glyph_info_get_lig_comp (&buffer->info[i]); in ligate_input() local
873 if (!this_comp) in ligate_input()
876 MIN (this_comp, last_num_components); in ligate_input()