Searched refs:info_cc (Results 1 – 3 of 3) sorted by relevance
419 (info_cc(buffer->info[i+1]) == 0 || info_cc(buffer->info[i-1]) <= info_cc(buffer->info[i+1]))) in _hb_ot_shape_normalize()452 info_cc (buffer->prev()) < info_cc (buffer->cur())) && in _hb_ot_shape_normalize()477 if (info_cc (buffer->prev()) == 0) in _hb_ot_shape_normalize()
645 while (i < end && info_cc(info[i]) < cc) in reorder_marks_arabic()652 if (info_cc(info[i]) > cc) in reorder_marks_arabic()656 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