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.hh976 unsigned int this_comp = _hb_glyph_info_get_lig_comp (&buffer->cur()); in ligate_input() local
977 if (this_comp == 0) in ligate_input()
978 this_comp = last_num_components; in ligate_input()
980 hb_min (this_comp, last_num_components); in ligate_input()
998 unsigned int this_comp = _hb_glyph_info_get_lig_comp (&buffer->info[i]); in ligate_input() local
999 if (!this_comp) in ligate_input()
1002 hb_min (this_comp, last_num_components); in ligate_input()