Searched refs:comp_count (Results 1 – 2 of 2) sorted by relevance
51 const int comp_count = 6; in vertex_stride() local53 return sizeof(float) * comp_count; in vertex_stride()
1197 unsigned int comp_count = lig_attach.rows; in apply() local1198 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()