Searched refs:info_cc (Results 1 – 3 of 3) sorted by relevance
407 info_cc(buffer->info[i-1]) <= info_cc(buffer->info[i+1])) in _hb_ot_shape_normalize()439 info_cc (buffer->prev()) < info_cc (buffer->cur())) && in _hb_ot_shape_normalize()466 if (info_cc (buffer->prev()) == 0) in _hb_ot_shape_normalize()
640 while (i < end && info_cc(info[i]) < cc) in reorder_marks_arabic()647 if (info_cc(info[i]) > cc) in reorder_marks_arabic()651 while (j < end && info_cc(info[j]) == cc && info_is_mcm (info[j])) in reorder_marks_arabic()
290 #define info_cc(info) (_hb_glyph_info_get_modified_combining_class (&(info))) macro