Searched refs:fixedValue (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.h25 SelectedColorMode mode, float fixedValue,
30 float fixedValue,
54 float fixedValue);
55 void SetFixedValue(float fixedValue);
69 float fixedValue, orientation orient,
77 float fixedValue, orientation orient) const;
H A DColorField.cpp35 float fixedValue, orientation orient, border_style border)
41 _Init(mode, fixedValue, orient, border);
46 ColorField::ColorField(SelectedColorMode mode, float fixedValue, argument
51 _Init(mode, fixedValue, orient, border);
227 ColorField::SetModeAndValue(SelectedColorMode mode, float fixedValue) argument
282 if (fFixedValue != fixedValue || fMode != mode) {
283 fFixedValue = fixedValue;
294 ColorField::SetFixedValue(float fixedValue) argument
296 if (fFixedValue != fixedValue) {
297 fFixedValue = fixedValue;
34 ColorField(BPoint offsetPoint, SelectedColorMode mode, float fixedValue, orientation orient, border_style border) argument
389 _Init(SelectedColorMode mode, float fixedValue, orientation orient, border_style border) argument
441 _FillBitmap(BBitmap* bitmap, SelectedColorMode mode, float fixedValue, orientation orient) const argument
[all...]

Completed in 75 milliseconds