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

/external/vulkan-validation-layers/demos/smoke/
H A DMeshes.cpp50 const int comp_count = 6; local
52 return sizeof(float) * comp_count;
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh1189 unsigned int comp_count = lig_attach.rows; local
1190 if (unlikely (!comp_count)) return_trace (false);
1201 comp_index = MIN (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1;
1203 comp_index = comp_count - 1;

Completed in 101 milliseconds