Searched refs:comp_count (Results 1 – 5 of 5) sorted by relevance
205 unsigned comp_count = util_last_bit(instr->dsts[0]->wrmask); in lower_block() local209 movmsk->repeat = comp_count - 1; in lower_block()
1278 unsigned int comp_count = lig_attach.rows; in apply() local1279 if (unlikely (!comp_count)) return_trace (false); in apply()1290 comp_index = hb_min (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1; in apply()1292 comp_index = comp_count - 1; in apply()
2330 unsigned int comp_count = lig_attach.rows; in apply() local2331 if (unlikely (!comp_count)) return_trace (false); in apply()2342 comp_index = hb_min (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1; in apply()2344 comp_index = comp_count - 1; in apply()
2334 unsigned int comp_count = lig_attach.rows; in apply() local2335 if (unlikely (!comp_count)) return_trace (false); in apply()2346 comp_index = hb_min (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1; in apply()2348 comp_index = comp_count - 1; in apply()
34848 unsigned int comp_count = lig_attach.rows;34849 - if (unlikely (!comp_count)) return_trace (false);34850 + if (unlikely (!comp_count))