Lines Matching refs:frameLightColor
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
1319 frameLightColor = ui_color(B_KEYBOARD_NAVIGATION_COLOR); in DrawSliderThumb()
1320 frameShadowColor = frameLightColor; in DrawSliderThumb()
1335 frameLightColor = tint_color(base, frameLightTint); in DrawSliderThumb()
1343 _DrawFrame(view, rect, frameLightColor, frameLightColor, in DrawSliderThumb()
1407 rgb_color frameLightColor; in DrawSliderTriangle() local
1430 frameLightColor = ui_color(B_KEYBOARD_NAVIGATION_COLOR); in DrawSliderTriangle()
1431 frameShadowColor = frameLightColor; in DrawSliderTriangle()
1446 frameLightColor = tint_color(base, frameLightTint); in DrawSliderTriangle()
1486 view->SetHighColor(frameLightColor); in DrawSliderTriangle()
1663 rgb_color frameLightColor; in DrawActiveTab() local
1673 frameLightColor = tint_color(base, 1.25); in DrawActiveTab()
1682 frameLightColor = tint_color(base, 1.30); in DrawActiveTab()
1722 edgeShadowColor, frameLightColor, bevelLightColor, in DrawActiveTab()
1726 edgeShadowColor, edgeLightColor, frameLightColor, in DrawActiveTab()
1736 edgeShadowColor, edgeLightColor, frameLightColor, in DrawActiveTab()
1750 edgeShadowColor, frameLightColor, bevelLightColor, in DrawActiveTab()
1754 edgeShadowColor, edgeLightColor, frameLightColor, in DrawActiveTab()
1764 edgeShadowColor, edgeLightColor, frameLightColor, in DrawActiveTab()
1809 _DrawFrame(view, rect, frameLightColor, frameLightColor, frameShadowColor, in DrawActiveTab()
1833 rgb_color frameLightColor; in DrawInactiveTab() local
1843 frameLightColor = tint_color(base, 1.25); in DrawInactiveTab()
1852 frameLightColor = tint_color(base, 1.30); in DrawInactiveTab()
1899 _DrawFrame(view, rect, frameLightColor, frameLightColor, frameShadowColor, in DrawInactiveTab()
2576 rgb_color frameLightColor = _FrameLightColor(base, flags); in _DrawButtonFrame() local
2589 cornerBgColor, edgeShadowColor, frameLightColor); in _DrawButtonFrame()
2602 frameLightColor, frameShadowColor); in _DrawButtonFrame()
2615 frameLightColor, frameShadowColor); in _DrawButtonFrame()
2650 _DrawFrame(view, rect, frameLightColor, frameLightColor, in _DrawButtonFrame()
2655 _DrawFrame(view, rect, frameLightColor, frameLightColor, in _DrawButtonFrame()
3092 rgb_color frameLightColor = _FrameLightColor(base, flags); in _DrawMenuFieldBackgroundInside() local
3147 view->SetHighColor(frameLightColor); in _DrawMenuFieldBackgroundInside()
3175 if (frameLightColor == frameShadowColor) { in _DrawMenuFieldBackgroundInside()
3176 view->SetHighColor(frameLightColor); in _DrawMenuFieldBackgroundInside()
3180 gradient.AddColor(frameLightColor, 0); in _DrawMenuFieldBackgroundInside()
3213 if (frameLightColor == frameShadowColor) { in _DrawMenuFieldBackgroundInside()
3214 view->SetHighColor(frameLightColor); in _DrawMenuFieldBackgroundInside()
3218 gradient.AddColor(frameLightColor, 0); in _DrawMenuFieldBackgroundInside()
3624 const rgb_color& frameLightColor, const rgb_color& frameShadowColor, in _DrawRoundBarCorner() argument
3650 gradient.AddColor(frameLightColor, 255); in _DrawRoundBarCorner()
3749 rgb_color frameLightColor; in _FrameLightColor() local
3753 frameLightColor = tint_color(base, 1.145); in _FrameLightColor()
3756 frameLightColor = tint_color(frameLightColor, 1.14); in _FrameLightColor()
3759 frameLightColor = (rgb_color){ 0, 0, 0, 75 }; in _FrameLightColor()
3761 frameLightColor = tint_color(base, 1.33); in _FrameLightColor()
3764 frameLightColor = tint_color(frameLightColor, 1.35); in _FrameLightColor()
3767 return frameLightColor; in _FrameLightColor()