Searched refs:barColor (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/translators/avif/
H A DConfigView.cpp108 rgb_color barColor = { 0, 0, 229, 255 }; local
116 fQualitySlider->UseFillColor(true, &barColor);
127 fSpeedSlider->UseFillColor(true, &barColor);
137 fHTilesSlider->UseFillColor(true, &barColor);
148 fVTilesSlider->UseFillColor(true, &barColor);
/haiku/src/kits/interface/
H A DSlider.cpp1384 BSlider::SetBarColor(rgb_color barColor) argument
1386 fBarColor = barColor;
1399 BSlider::UseFillColor(bool useFill, const rgb_color* barColor) argument
1403 if (useFill && barColor)
1404 fFillColor = *barColor;
1411 BSlider::FillColor(rgb_color* barColor) const
1413 if (barColor && fUseFillColor)
1414 *barColor = fFillColor;
H A DChannelSlider.cpp585 rgb_color barColor = be_control_look->SliderBarColor(base); local
588 barColor, flags, Orientation());
H A DHaikuControlLook.cpp367 const rgb_color& base, const rgb_color& barColor, float progressPosition)
377 rgb_color dark1FilledBorderColor = tint_color(barColor, 1.20);
378 rgb_color dark2FilledBorderColor = tint_color(barColor, 1.45);
394 _FillGlossyGradient(view, filledRect, barColor, 0.55, 0.68, 0.76, 0.90);
366 DrawStatusBar(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& barColor, float progressPosition) argument
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp540 rgb_color barColor = { 0, 0, 229, 255 }; local
541 UseFillColor(true, &barColor);
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.h179 const rgb_color& barColor,
H A DBeControlLook.cpp970 const rgb_color& base, const rgb_color& barColor, float progressPosition)
995 rgb_color light = tint_color(barColor, 0.6);
996 rgb_color dark = tint_color(barColor, 1.4);
999 view->SetHighColor(barColor);
969 DrawStatusBar(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& barColor, float progressPosition) argument
/haiku/headers/os/interface/
H A DControlLook.h221 const rgb_color& barColor,
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp399 rgb_color barColor = { 0, 0, 229, 255 }; local
400 UseFillColor(true, &barColor);
/haiku/headers/private/interface/
H A DHaikuControlLook.h145 const rgb_color& barColor,

Completed in 96 milliseconds