Searched refs:comp_count (Results 1 – 2 of 2) sorted by relevance
57 const int comp_count = 6; in vertex_stride() local59 return sizeof(float) * comp_count; in vertex_stride()
1198 unsigned int comp_count = lig_attach.rows; in apply() local1199 if (unlikely (!comp_count)) return_trace (false); in apply()1210 comp_index = MIN (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1; in apply()1212 comp_index = comp_count - 1; in apply()