Searched refs:fillLightColor (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp849 rgb_color fillLightColor = tint_color(fillColor, fillLightTint); local
870 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor,
874 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor,
878 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor,
882 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor,
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp1231 rgb_color fillLightColor = tint_color(fillColor, fillLightTint); local
1252 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor,
1256 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor,
1260 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor,
1264 edgeShadowColor, frameLightColor, frameShadowColor, fillLightColor,
3626 const rgb_color& fillLightColor, const rgb_color& fillShadowColor,
3667 gradient.AddColor(fillLightColor, 255);
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
/haiku/headers/private/interface/
H A DHaikuControlLook.h525 const rgb_color& fillLightColor,

Completed in 59 milliseconds