Searched refs:info_cc (Results 1 – 3 of 3) sorted by relevance
411 info_cc(buffer->info[i-1]) <= info_cc(buffer->info[i+1])) in _hb_ot_shape_normalize()443 info_cc (buffer->prev()) < info_cc (buffer->cur())) && in _hb_ot_shape_normalize()470 if (info_cc (buffer->prev()) == 0) in _hb_ot_shape_normalize()
647 while (i < end && info_cc(info[i]) < cc) in reorder_marks_arabic()654 if (info_cc(info[i]) > cc) in reorder_marks_arabic()658 while (j < end && info_cc(info[j]) == cc && info_is_mcm (info[j])) in reorder_marks_arabic()
294 #define info_cc(info) (_hb_glyph_info_get_modified_combining_class (&(info))) macro