Searched defs:ys (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/libcola/
H A Dstraightener.h12 Route(unsigned n) : n(n), xs(new double[n]), ys(new double[n]) {}
15 delete [] ys;
23 ymin = std::min(ymin,ys[i]);
24 ymax = std::max(ymax,ys[i]);
29 double *ys; member in struct:straightener::Route
62 r->ys[i]=Y[path[i]];
69 double ax=route->xs[i-1], bx=route->xs[i], ay=route->ys[i-1], by=route->ys[i];
77 void ypos(double x, std::vector<double>& ys) { argument
80 double ax=route->xs[i-1], bx=route->xs[i], ay=route->ys[
[all...]
/inkscape/src/ui/tools/
H A Darc-tool.cpp399 GString *ys = g_string_new(rdimy_q.string(desktop->namedview->display_units).c_str()); local
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);
414 this->message_context->setF(Inkscape::IMMEDIATE_MESSAGE, _("<b>Ellipse</b>: %s &#215; %s; with <b>Ctrl</b> to make square or integer-ratio ellipse; with <b>Shift</b> to draw around the starting point"), xs->str, ys->str);
418 g_string_free(ys, FALSE);
H A Drect-tool.cpp415 GString *ys = g_string_new(rdimy_q.string(desktop->namedview->display_units).c_str()); local
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);
441 this->message_context->setF(Inkscape::IMMEDIATE_MESSAGE, _("<b>Rectangle</b>: %s &#215; %s (constrained to golden ratio 1.618 : 1); with <b>Shift</b> to draw around the starting point"), xs->str, ys->str);
443 this->message_context->setF(Inkscape::IMMEDIATE_MESSAGE, _("<b>Rectangle</b>: %s &#215; %s (constrained to golden ratio 1 : 1.618); with <b>Shift</b> to draw around the starting point"), xs->str, ys->str);
447 this->message_context->setF(Inkscape::IMMEDIATE_MESSAGE, _("<b>Rectangle</b>: %s &#215; %s; with <b>Ctrl</b> to make square or integer-ratio rectangle; with <b>Shift</b> to draw around the starting point"), xs->str, ys->str);
451 g_string_free(ys, FALSE);
H A Dtext-tool.cpp585 GString *ys = g_string_new(y_q.string(desktop->namedview->display_units).c_str()); local
586 this->message_context->setF(Inkscape::IMMEDIATE_MESSAGE, _("<b>Flowed text frame</b>: %s &#215; %s"), xs->str, ys->str);
589 g_string_free(ys, FALSE);
/inkscape/src/display/
H A Dcanvas-axonomgrid.cpp71 sp_grid_vline (SPCanvasBuf *buf, gint x, gint ys, gint ye, guint32 rgba) argument
76 cairo_move_to(buf->ct, 0.5 + x, 0.5 + ys);
H A Dcanvas-grid.cpp878 grid_vline (SPCanvasBuf *buf, gint x, gint ys, gint ye, guint32 rgba) argument
883 cairo_move_to(buf->ct, 0.5 + x, 0.5 + ys);
/inkscape/src/
H A Dseltrans.cpp1314 GString *ys = g_string_new(y_q.string(_desktop->namedview->display_units).c_str()); local
1315 _message_context.setF(Inkscape::NORMAL_MESSAGE, _("Move <b>center</b> to %s, %s"), xs->str, ys->str);
1317 g_string_free(ys, FALSE);
1460 GString *ys = g_string_new(y_q.string(_desktop->namedview->display_units).c_str()); local
1461 _message_context.setF(Inkscape::NORMAL_MESSAGE, _("<b>Move</b> by %s, %s; with <b>Ctrl</b> to restrict to horizontal/vertical; with <b>Shift</b> to disable snapping"), xs->str, ys->str);
1463 g_string_free(ys, TRUE);

Completed in 534 milliseconds