Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1294 unsigned int comp_count = lig_attach.rows; in apply() local
1295 if (unlikely (!comp_count)) return_trace (false); in apply()
1306 comp_index = MIN (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1; in apply()
1308 comp_index = comp_count - 1; in apply()