Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c517 #define COLOR_INVERSE 3 macro
564 wattron(win, COLOR_PAIR(COLOR_INVERSE)); in redraw_counter_label()
567 wattroff(win, COLOR_PAIR(COLOR_INVERSE)); in redraw_counter_label()
592 wattron(win, COLOR_PAIR(COLOR_INVERSE)); in redraw_counter_value_cycles()
598 wattroff(win, COLOR_PAIR(COLOR_INVERSE)); in redraw_counter_value_cycles()
783 wattron(dialog, COLOR_PAIR(COLOR_INVERSE)); in counter_dialog()
789 wattroff(dialog, COLOR_PAIR(COLOR_INVERSE)); in counter_dialog()
857 init_pair(COLOR_INVERSE, COLOR_BLACK, COLOR_WHITE); in main_ui()