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

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.cpp148 _FillBitmap(fBitmap, fMode, fFixedValue, fOrientation);
238 R = fFixedValue * 255;
245 G = fFixedValue * 255;
252 B = fFixedValue * 255;
256 H = fFixedValue;
263 S = fFixedValue;
270 V = fFixedValue;
282 if (fFixedValue != fixedValue || fMode != mode) {
283 fFixedValue = fixedValue;
296 if (fFixedValue !
[all...]
H A DColorField.h57 { return fFixedValue; }
81 float fFixedValue; member in class:ColorField

Completed in 14 milliseconds