Searched refs:held (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/
H A Dselected-color.cpp126 void SelectedColor::setHeld(bool held) { argument
130 bool grabbed = held && !_held;
131 bool released = !held && _held;
133 _held = held;
H A Dselected-color.h44 void setHeld(bool held);
/inkscape/src/widgets/
H A Dsp-color-selector.cpp250 void ColorSelector::_updateInternals( const SPColor& color, gfloat alpha, gboolean held )
256 gboolean grabbed = held && !_held;
257 gboolean released = !held && _held;
260 _held = held;
H A Dsp-color-selector.h36 void _updateInternals( const SPColor& color, gfloat alpha, gboolean held );

Completed in 14 milliseconds