Searched defs:iy (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/livarot/ |
H A D | ShapeDraw.cpp | 17 Shape::Plot (double ix, double iy, double ir, double mx, double my, bool doPoint, argument 56 double pv=(getPoint(i).x[1]-iy)*ir+my; 63 double pv=(getPoint(i).x[1]-iy)*ir+my; 75 double sv=(getPoint(stP).x[1]-iy)*ir+my; 77 double ev=(getPoint(enP).x[1]-iy)*ir+my; 93 double sv=(getPoint(stP).x[1]-iy)*ir+my; 95 double ev=(getPoint(enP).x[1]-iy)*ir+my;
|
/inkscape/src/2geom/ |
H A D | circle.cpp | 176 Coord iy = (-D*dx) / (dr*dr); local 177 Point ip(ix, iy); ip += _center;
|
/inkscape/src/display/ |
H A D | drawing-image.cpp | 216 int iy = floor((tp[Geom::Y] - _origin[Geom::Y]) / vh * height); local 218 if ((ix < 0) || (iy < 0) || (ix >= width) || (iy >= height)) 221 unsigned char *pix_ptr = pixels + iy * rowstride + ix * 4;
|
H A D | canvas-grid.cpp | 966 gint const iy = round(y); local 977 grid_dot (buf, ix, iy, _colordot); // | (guint32)0x000000FF); // put alpha to max value 981 grid_dot (buf, ix-pitch, iy, _empcolor); 982 grid_dot (buf, ix+pitch, iy, _empcolor); 984 grid_dot (buf, ix, iy, _empdot ); // | (guint32)0x000000FF); // put alpha to max value 986 grid_dot (buf, ix, iy-pitch, _empcolor); 987 grid_dot (buf, ix, iy+pitch, _empcolor);
|
H A D | sp-canvas.cpp | 1972 int ix = (int) round(cx); // ix and iy are the new canvas coordinates (integer screen pixels) 1973 int iy = (int) round(cy); // cx might be negative, so (int)(cx + 0.5) will not do! local 1975 int dy = iy - _y0; // canvas w.r.t its previous position 1989 cairo_translate(cr, -ix, -iy); 2004 _y0 = iy;
|
/inkscape/src/extension/internal/ |
H A D | odf.cpp | 1723 double iy = img->y.value; local 1727 Geom::Rect ibbox(Geom::Point(ix, iy), Geom::Point(ix+iwidth, iy+iheight)); 1730 iy = ibbox.min()[Geom::Y]; 1759 itemTransformString.c_str(), ix, iy); 1763 couts.printf("draw:transform=\"translate(%.3fcm, %.3fcm)\" ", ix, iy);
|
/inkscape/src/ui/dialog/ |
H A D | filter-effects-dialog.cpp | 2314 const int ix, const int iy) 2333 return ix >= x - h && iy >= con_y && ix <= x && iy <= points[1].get_y(); 2312 do_connection_node(const Gtk::TreeIter& row, const int input, std::vector<Gdk::Point>& points, const int ix, const int iy) argument
|
Completed in 55 milliseconds