Searched refs:_SetColor (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/icon-o-matic/gui/
H A DSwatchGroup.h43 void _SetColor(rgb_color color);
44 void _SetColor(float h, float s, float v,
H A DSwatchGroup.cpp166 _SetColor(h, s, v, color.alpha);
222 _SetColor(h, s, v, fAlphaSlider->Value());
234 _SetColor(h, s, v, fAlphaSlider->Value());
243 _SetColor(h, s, v, fAlphaSlider->Value());
301 SwatchGroup::_SetColor(rgb_color color) function in class:SwatchGroup
308 SwatchGroup::_SetColor(float h, float s, float v, uint8 a) function in class:SwatchGroup
338 _SetColor(color);
/haiku/src/apps/networkstatus/
H A DRadioView.h49 static void _SetColor(BView* view, int32 percent,
H A DRadioView.cpp101 _SetColor(view, percent, 0, i, count);
159 _SetColor(this, fPercent, fPhase, i, count);
227 RadioView::_SetColor(BView* view, int32 percent, int32 phase, int32 index, function in class:RadioView
/haiku/src/apps/terminal/
H A DThemeView.h66 void _SetColor(const char* name, rgb_color color);
H A DThemeView.cpp305 _SetColor(name, *color);
544 ThemeView::_SetColor(const char* name, rgb_color color) function in class:ThemeView
/haiku/src/preferences/appearance/
H A DAPRView.h57 void _SetColor(color_which which, rgb_color color);
H A DAPRView.cpp119 _SetColor(which, *color);
290 _SetColor(fWhich, color);
306 APRView::_SetColor(color_which which, rgb_color color) function in class:APRView

Completed in 97 milliseconds