Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Ddisplay.c127 init_pair(PT_COLOR_HEADER_BAR, COLOR_BLACK, COLOR_WHITE); in initialize_curses()
142 wattrset(title_bar_window, COLOR_PAIR(PT_COLOR_HEADER_BAR)); in show_title_bar()
143 wbkgd(title_bar_window, COLOR_PAIR(PT_COLOR_HEADER_BAR)); in show_title_bar()
Dpowertop.h93 #define PT_COLOR_HEADER_BAR 2 macro