Searched refs:frameLightColor (Results 1 – 4 of 4) sorted by relevance
/haiku/src/apps/mediaplayer/interface/ |
H A D | VolumeSlider.cpp | 129 rgb_color frameLightColor; in DrawThumb() local 160 frameLightColor = ui_color(B_KEYBOARD_NAVIGATION_COLOR); in DrawThumb() 161 frameShadowColor = frameLightColor; in DrawThumb() 176 frameLightColor = tint_color(base, frameLightTint); in DrawThumb() 182 frameGradient.AddColor(frameLightColor, 255); in DrawThumb()
|
/haiku/src/add-ons/control_look/FlatControlLook/ |
H A D | FlatControlLook.cpp | 847 rgb_color frameLightColor; in DrawSliderBar() local 857 frameLightColor = (rgb_color){ 0, 0, 0, frameLightAlpha }; in DrawSliderBar() 864 frameLightColor = tint_color(fillColor, frameLightTint); in DrawSliderBar() 870 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor, in DrawSliderBar() 874 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor, in DrawSliderBar() 878 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor, in DrawSliderBar() 882 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor, in DrawSliderBar() 898 frameLightColor); in DrawSliderBar() 909 frameLightColor); in DrawSliderBar() 931 rgb_color frameLightColor; in DrawSliderThumb() local [all …]
|
/haiku/src/kits/interface/ |
H A D | HaikuControlLook.cpp | 1229 rgb_color frameLightColor; in DrawSliderBar() local 1239 frameLightColor = (rgb_color){ 0, 0, 0, frameLightAlpha }; in DrawSliderBar() 1246 frameLightColor = tint_color(fillColor, frameLightTint); in DrawSliderBar() 1252 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor, in DrawSliderBar() 1256 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor, in DrawSliderBar() 1260 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor, in DrawSliderBar() 1264 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor, in DrawSliderBar() 1282 frameLightColor); in DrawSliderBar() 1293 frameLightColor); in DrawSliderBar() 1313 rgb_color frameLightColor; in DrawSliderThumb() local [all …]
|
/haiku/headers/private/interface/ |
H A D | HaikuControlLook.h | 523 const rgb_color& frameLightColor,
|