Home
last modified time | relevance | path

Searched refs:frameLightColor (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/mediaplayer/interface/
H A DVolumeSlider.cpp129 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 DFlatControlLook.cpp847 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 DHaikuControlLook.cpp1229 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 DHaikuControlLook.h523 const rgb_color& frameLightColor,