Searched refs:buttonBgColor (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/control_look/FlatControlLook/ |
H A D | FlatControlLook.cpp | 1655 rgb_color buttonBgColor; in _DrawNonFlatButtonBackground() local 1657 buttonBgColor = tint_color(base, 1.04); in _DrawNonFlatButtonBackground() 1726 BPoint(rect.left, rect.bottom), buttonBgColor); in _DrawNonFlatButtonBackground() 1731 BPoint(rect.right, rect.top), buttonBgColor); in _DrawNonFlatButtonBackground() 1738 BPoint(rect.left, rect.bottom), buttonBgColor); in _DrawNonFlatButtonBackground() 1743 BPoint(rect.right, rect.top), buttonBgColor); in _DrawNonFlatButtonBackground() 1750 buttonBgColor, buttonBgColor, in _DrawNonFlatButtonBackground() 1751 buttonBgColor, buttonBgColor, in _DrawNonFlatButtonBackground() 1752 buttonBgColor, buttonBgColor, borders); in _DrawNonFlatButtonBackground()
|
/haiku/src/add-ons/control_look/BeControlLook/ |
H A D | BeControlLook.cpp | 2537 rgb_color buttonBgColor = lighten1; in _DrawButtonFrame() local 2573 borderBevelLight = buttonBgColor; in _DrawButtonFrame() 2581 bevelColor2 = buttonBgColor; in _DrawButtonFrame() 2718 view->AddLine(rect.RightTop(), rect.RightBottom(), buttonBgColor); in _DrawButtonFrame() 2720 buttonBgColor); // compensate for extra pixel in _DrawButtonFrame()
|
/haiku/src/kits/interface/ |
H A D | HaikuControlLook.cpp | 2849 rgb_color buttonBgColor; in _DrawNonFlatButtonBackground() local 2851 buttonBgColor = tint_color(base, 0.7); in _DrawNonFlatButtonBackground() 2853 buttonBgColor = tint_color(base, B_LIGHTEN_1_TINT); in _DrawNonFlatButtonBackground() 2948 buttonBgColor, buttonBgColor, borders); in _DrawNonFlatButtonBackground()
|