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

/inkscape/src/ui/tools/
H A Drect-tool.cpp418 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 &#215; %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 Darc-tool.cpp402 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 &#215; %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