Searched refs:fBackgroundColor (Results 1 - 8 of 8) sorted by relevance

/haiku/src/preferences/screen/
H A DMonitorView.h36 rgb_color fBackgroundColor; member in class:MonitorView
H A DMonitorView.cpp50 fBackgroundColor = ui_color(B_PANEL_BACKGROUND_COLOR);
72 SetHighColor(fBackgroundColor);
159 &fBackgroundColor); local
/haiku/src/libs/icon/
H A DIconRenderer.h95 agg::rgba8 fBackgroundColor; member in class:IconRenderer
H A DIconRenderer.cpp400 fBackgroundColor(0, 0, 0, 0),
493 fBackgroundColor.r = fGammaTable.dir(background.r);
494 fBackgroundColor.g = fGammaTable.dir(background.g);
495 fBackgroundColor.b = fGammaTable.dir(background.b);
496 fBackgroundColor.a = background.a;
547 fBaseRendererPre.clear(fBackgroundColor);
/haiku/src/apps/sudoku/
H A DSudokuView.h134 rgb_color fBackgroundColor; member in class:SudokuView
H A DSudokuView.cpp811 SetLowColor(fBackgroundColor);
844 rgb_color backgroundColor = fBackgroundColor;
930 fBackgroundColor = kBackgroundColor;
931 SetLowColor(fBackgroundColor);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp348 fBackgroundColor(ui_color(B_DOCUMENT_BACKGROUND_COLOR)),
349 fSelectedBackgroundColor(tint_color(fBackgroundColor, B_DARKEN_2_TINT))
539 rgb_color fBackgroundColor; member in class:MainWindow::SchedulingPage::LineBaseView
574 SetLowColor(fBackgroundColor);
597 SetHighColor(fBackgroundColor);
936 SetLowColor(fBackgroundColor);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp207 rgb_color fBackgroundColor; member in class:SourceView::MarkerView
885 fBackgroundColor = tint_color(background, B_LIGHTEN_2_TINT);
939 SetLowColor(fBackgroundColor);

Completed in 175 milliseconds