Searched refs:ratio_y (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | rect-tool.cpp | 418 int ratio_x, ratio_y; local 427 ratio_y = 1; 434 ratio_y = (int) rint (rdimy / rdimx); 438 this->message_context->setF(Inkscape::IMMEDIATE_MESSAGE, _("<b>Rectangle</b>: %s × %s (constrained to ratio %d:%d); with <b>Shift</b> to draw around the starting point"), xs->str, ys->str, ratio_x, ratio_y); 440 if (ratio_y == 1) {
|
H A D | arc-tool.cpp | 402 int ratio_x, ratio_y; local 406 ratio_y = 1; 409 ratio_y = (int) rint (rdimy / rdimx); 412 this->message_context->setF(Inkscape::IMMEDIATE_MESSAGE, _("<b>Ellipse</b>: %s × %s (constrained to ratio %d:%d); with <b>Shift</b> to draw around the starting point"), xs->str, ys->str, ratio_x, ratio_y);
|
Completed in 1153 milliseconds