OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ui_browser__set_color
(Results
1 - 5
of
5
) sorted by null
/external/linux-tools-perf/util/ui/
browser.h
27
void
ui_browser__set_color
(struct ui_browser *self, int color);
browser.c
25
void
ui_browser__set_color
(struct ui_browser *self __used, int color)
function
34
ui_browser__set_color
(self, color);
163
ui_browser__set_color
(browser, NEWT_COLORSET_ROOT);
225
ui_browser__set_color
(self, HE_COLORSET_NORMAL);
/external/linux-tools-perf/util/ui/browsers/
hists.c
427
ui_browser__set_color
(&self->b, color);
487
ui_browser__set_color
(&self->b, color);
565
ui_browser__set_color
(&self->b, color);
1017
ui_browser__set_color
(browser, current_entry ? HE_COLORSET_SELECTED :