Searched refs:frameLightColor (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/kits/interface/
H A DHaikuControlLook.cpp1229 rgb_color frameLightColor; local
1239 frameLightColor = (rgb_color){ 0, 0, 0, frameLightAlpha };
1246 frameLightColor = tint_color(fillColor, frameLightTint);
1252 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor,
1256 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor,
1260 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor,
1264 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor,
1282 frameLightColor);
1293 frameLightColor);
1313 rgb_color frameLightColor;
1663 rgb_color frameLightColor; local
1833 rgb_color frameLightColor; local
2577 rgb_color frameLightColor = _FrameLightColor(base, flags); local
3093 rgb_color frameLightColor = _FrameLightColor(base, flags); local
3622 _DrawRoundBarCorner(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& edgeLightColor, const rgb_color& edgeShadowColor, const rgb_color& frameLightColor, const rgb_color& frameShadowColor, const rgb_color& fillLightColor, const rgb_color& fillShadowColor, float leftInset, float topInset, float rightInset, float bottomInset, orientation orientation) argument
[all...]
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp847 rgb_color frameLightColor; local
857 frameLightColor = (rgb_color){ 0, 0, 0, frameLightAlpha };
864 frameLightColor = tint_color(fillColor, frameLightTint);
870 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor,
874 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor,
878 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor,
882 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor,
898 frameLightColor);
909 frameLightColor);
931 rgb_color frameLightColor; local
1022 rgb_color frameLightColor; local
1483 rgb_color frameLightColor = customColor2; // _FrameLightColor(base, flags); local
1900 rgb_color frameLightColor = _FrameLightColor(base, flags); local
[all...]
/haiku/headers/private/interface/
H A DHaikuControlLook.h523 const rgb_color& frameLightColor,
/haiku/src/apps/mediaplayer/interface/
H A DVolumeSlider.cpp129 rgb_color frameLightColor; local
160 frameLightColor = ui_color(B_KEYBOARD_NAVIGATION_COLOR);
161 frameShadowColor = frameLightColor;
176 frameLightColor = tint_color(base, frameLightTint);
182 frameGradient.AddColor(frameLightColor, 255);

Completed in 51 milliseconds