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

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

Completed in 143 milliseconds