Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c315 #define COLOR_INVERSE 3 macro
361 wattron(win, COLOR_PAIR(COLOR_INVERSE)); in redraw_counter_label()
364 wattroff(win, COLOR_PAIR(COLOR_INVERSE)); in redraw_counter_label()
389 wattron(win, COLOR_PAIR(COLOR_INVERSE)); in redraw_counter_value_cycles()
395 wattroff(win, COLOR_PAIR(COLOR_INVERSE)); in redraw_counter_value_cycles()
578 wattron(dialog, COLOR_PAIR(COLOR_INVERSE)); in counter_dialog()
584 wattroff(dialog, COLOR_PAIR(COLOR_INVERSE)); in counter_dialog()
652 init_pair(COLOR_INVERSE, COLOR_BLACK, COLOR_WHITE); in main_ui()