Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/demos/smoke/
DMeshes.cpp51 const int comp_count = 6; in vertex_stride() local
53 return sizeof(float) * comp_count; in vertex_stride()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1197 unsigned int comp_count = lig_attach.rows; in apply() local
1198 if (unlikely (!comp_count)) return_trace (false); in apply()
1209 comp_index = MIN (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1; in apply()
1211 comp_index = comp_count - 1; in apply()