Searched refs:setRy (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dsp-rect.h34 void setRy(bool set, double value);
H A Dsp-rect.cpp264 void SPRect::setRy(bool set, gdouble value) { function in class:SPRect
/inkscape/src/ui/tools/
H A Drect-tool.cpp403 this->rect->setRy(true, CLAMP(this->ry, 0, MIN(r.dimensions()[Geom::X], r.dimensions()[Geom::Y])/2));
405 this->rect->setRy(true, CLAMP(this->ry, 0, r.dimensions()[Geom::Y]));

Completed in 16 milliseconds