Home
last modified time | relevance | path

Searched refs:info_cc (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-normalize.cc407 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()
Dhb-ot-shape-complex-arabic.cc640 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()
Dhb-ot-layout.hh290 #define info_cc(info) (_hb_glyph_info_get_modified_combining_class (&(info))) macro