Searched refs:bottomTint (Results 1 - 6 of 6) sorted by last modified time

/haiku/src/kits/interface/
H A DHaikuControlLook.cpp184 float bottomTint; local
191 bottomTint = 1.20;
204 bottomTint = 1.03;
214 _FillGradient(view, rect, base, topTint, bottomTint);
335 float bottomTint; local
340 bottomTint = 1.05;
343 bottomTint = 1.07;
346 bottomTint = 1.12;
350 rgb_color bevelShadowColor = tint_color(selectedColor, bottomTint);
360 // _FillGradient(view, rect, selectedColor, topTint, bottomTint);
536 float bottomTint; local
1414 float bottomTint = 0.90; local
3842 _FillGradient(BView* view, const BRect& rect, const rgb_color& base, float topTint, float bottomTint, orientation orientation) argument
3853 _FillGlossyGradient(BView* view, const BRect& rect, const rgb_color& base, float topTint, float middle1Tint, float middle2Tint, float bottomTint, orientation orientation) argument
3865 _MakeGradient(BGradientLinear& gradient, const BRect& rect, const rgb_color& base, float topTint, float bottomTint, orientation orientation) const argument
3880 _MakeGlossyGradient(BGradientLinear& gradient, const BRect& rect, const rgb_color& base, float topTint, float middle1Tint, float middle2Tint, float bottomTint, orientation orientation) const argument
3904 float bottomTint = 0.90; local
[all...]
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp269 float bottomTint = 0.90; local
275 gradient.AddColor(tint_color(fillColor, bottomTint), 255);
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp127 float bottomTint = 1.0; local
139 bottomTint = 1.0;
152 bottomTint = 1.0;
162 _FillGradient(view, rect, customColor, topTint, bottomTint);
278 float bottomTint; local
283 bottomTint = 1.1;
286 bottomTint = 1.0;
289 bottomTint = 1.1;
292 rgb_color bevelShadowColor = tint_color(selectedColor, bottomTint);
302 _FillGradient(view, rect, selectedColor, topTint, bottomTint);
2111 _MakeGradient(BGradientLinear& gradient, const BRect& rect, const rgb_color& base, float topTint, float bottomTint, orientation orientation) const argument
2126 _MakeGlossyGradient(BGradientLinear& gradient, const BRect& rect, const rgb_color& base, float topTint, float middle1Tint, float middle2Tint, float bottomTint, orientation orientation) const argument
2148 float bottomTint = 1.05; local
[all...]
H A DFlatControlLook.h283 float topTint, float bottomTint,
289 float middle2Tint, float bottomTint,
/haiku/headers/private/interface/
H A DHaikuControlLook.h555 float bottomTint,
561 float middle2Tint, float bottomTint,
566 float topTint, float bottomTint,
572 float middle2Tint, float bottomTint,
/haiku/src/apps/mediaplayer/interface/
H A DVolumeSlider.cpp136 float bottomTint = 0.90; local
142 bottomTint = (bottomTint + B_NO_TINT) / 2;
198 gradient.AddColor(tint_color(base, bottomTint), 255);
203 gradient.AddColor(tint_color(base, bottomTint), 255);

Completed in 65 milliseconds