HomeSort by relevance Sort by last modified time
    Searched refs:info_cc (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-normalize.cc 407 info_cc(buffer->info[i-1]) <= info_cc(buffer->info[i+1]))
439 info_cc (buffer->prev()) < info_cc (buffer->cur())) &&
466 if (info_cc (buffer->prev()) == 0)
hb-ot-shape-complex-arabic.cc 640 while (i < end && info_cc(info[i]) < cc)
647 if (info_cc(info[i]) > cc)
651 while (j < end && info_cc(info[j]) == cc && info_is_mcm (info[j]))
hb-ot-layout.hh 290 #define info_cc(info) (_hb_glyph_info_get_modified_combining_class (&(info))) macro

Completed in 668 milliseconds