Searched defs:cw (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/2geom/ |
H A D | point.h | 138 Point cw() const { function in class:Geom::Point
|
/inkscape/src/ui/widget/ |
H A D | color-slider.cpp | 206 gint cx, cw; local 212 cw = allocation.get_width() - 2 * cx; 216 ColorScales::setScaled(_adjustment->gobj(), CLAMP((gfloat)(event->x - cx) / cw, 0.0, 1.0)); 257 gint cx, cw; local 264 cw = allocation.get_width() - 2 * cx; 265 ColorScales::setScaled(_adjustment->gobj(), CLAMP((gfloat)(event->x - cx) / cw, 0.0, 1.0)); 317 gint cx, cy, cw, ch; local 330 cw = allocation.get_width() - 2 * cx; 332 if ((gint)(ColorScales::getScaled(_adjustment->gobj()) * cw) != (gint)(_value * cw)) { [all...] |
Completed in 16 milliseconds