Searched refs:backgroundColor (Results 1 - 9 of 9) sorted by relevance

/haiku/src/libs/print/libprint/
H A DPagesView.cpp28 rgb_color backgroundColor = {255, 255, 255}; local
31 backgroundColor = Parent()->ViewColor();
33 SetHighColor(backgroundColor);
/haiku/headers/private/shared/
H A DIconButton.h42 const rgb_color& backgroundColor,
46 const rgb_color& backgroundColor,
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.h205 rgb_color backgroundColor() const function in class:DiagramView
/haiku/src/kits/interface/
H A DStatusBar.cpp281 rgb_color backgroundColor = LowColor(); local
325 if (backgroundColor != ui_color(B_PANEL_BACKGROUND_COLOR)) {
326 if (backgroundColor.IsLight())
349 backgroundColor, fBarColor, _BarPosition(barFrame));
/haiku/src/kits/shared/
H A DIconButton.cpp142 const rgb_color& backgroundColor, uint32 flags)
144 be_control_look->DrawButtonFrame(this, frame, updateRect, backgroundColor,
145 backgroundColor, flags);
151 const rgb_color& backgroundColor, uint32 flags)
154 backgroundColor, flags);
141 DrawBorder(BRect& frame, const BRect& updateRect, const rgb_color& backgroundColor, uint32 flags) argument
150 DrawBackground(BRect& frame, const BRect& updateRect, const rgb_color& backgroundColor, uint32 flags) argument
/haiku/src/system/kernel/debug/
H A Dframe_buffer_console.cpp154 uint8* backgroundColor = get_palette_entry(background_color(attr)); local
165 = backgroundColor[i];
/haiku/src/apps/deskbar/
H A DSwitcher.cpp1435 rgb_color backgroundColor; local
1439 backgroundColor = tint_color(panelColor, B_DARKEN_1_TINT);
1440 dark = tint_color(backgroundColor, B_DARKEN_3_TINT);
1442 backgroundColor = tint_color(panelColor, 0.85);
1488 SetHighColor(backgroundColor);
1504 SetHighColor(backgroundColor);
1517 rgb_color backgroundColor; local
1521 backgroundColor = tint_color(panelColor, B_DARKEN_1_TINT);
1522 dark = tint_color(backgroundColor, B_DARKEN_2_TINT);
1524 backgroundColor
[all...]
/haiku/src/apps/sudoku/
H A DSudokuView.cpp844 rgb_color backgroundColor = fBackgroundColor; local
846 backgroundColor = kValueHintBackgroundColor;
848 backgroundColor = kHintValueHintBackgroundColor;
855 SetLowColor(tint_color(backgroundColor, B_DARKEN_2_TINT));
858 SetLowColor(backgroundColor);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp1114 rgb_color c = backgroundColor();

Completed in 134 milliseconds