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

/haiku/src/kits/interface/
H A DColorControl.cpp486 _DrawColorRamp(_RampFrame(0), target, white, compColor, 0, false,
488 _DrawColorRamp(_RampFrame(1), target, red, compColor, 0, false,
490 _DrawColorRamp(_RampFrame(2), target, green, compColor, 0, false,
492 _DrawColorRamp(_RampFrame(3), target, blue, compColor, 0, false,
518 BPoint center = _SelectorPosition(_RampFrame(i), components[i]);
587 BColorControl::_RampFrame(uint8 rampIndex) const function in class:BColorControl
657 BPoint pos = _SelectorPosition(_RampFrame(ramp), colorValue);
879 min_c((point.x - _RampFrame(0).left) * 255
880 / _RampFrame(0).Width(), 255));
882 if (_RampFrame(
[all...]
/haiku/headers/os/interface/
H A DColorControl.h109 BRect _RampFrame(uint8 rampIndex) const;

Completed in 41 milliseconds