Searched defs:this_comp (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh862 unsigned int this_comp = _hb_glyph_info_get_lig_comp (&buffer->cur()); local
863 if (this_comp == 0)
864 this_comp = last_num_components;
866 MIN (this_comp, last_num_components);
884 unsigned int this_comp = _hb_glyph_info_get_lig_comp (&buffer->info[i]); local
885 if (!this_comp)
888 MIN (this_comp, last_num_components);

Completed in 232 milliseconds