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

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerView.h56 bool _SetTextControlValue(int32 index, int value);
H A DColorPickerView.cpp464 updateRequired |= _SetTextControlValue(0, round(h * 60));
465 updateRequired |= _SetTextControlValue(1, round(s * 100));
466 updateRequired |= _SetTextControlValue(2, round(v * 100));
467 updateRequired |= _SetTextControlValue(3, round(r * 255));
468 updateRequired |= _SetTextControlValue(4, round(g * 255));
469 updateRequired |= _SetTextControlValue(5, round(b * 255));
495 ColorPickerView::_SetTextControlValue(int32 index, int value) function in class:ColorPickerView

Completed in 56 milliseconds