Searched defs:ir (Results 1 - 11 of 11) sorted by relevance

/inkscape/src/livarot/
H A DShapeDraw.cpp17 Shape::Plot (double ix, double iy, double ir, double mx, double my, bool doPoint, argument
55 double ph=(getPoint(i).x[0]-ix)*ir+mx;
56 double pv=(getPoint(i).x[1]-iy)*ir+my;
62 double ph=(getPoint(i).x[0]-ix)*ir+mx;
63 double pv=(getPoint(i).x[1]-iy)*ir+my;
74 double sh=(getPoint(stP).x[0]-ix)*ir+mx;
75 double sv=(getPoint(stP).x[1]-iy)*ir+my;
76 double eh=(getPoint(enP).x[0]-ix)*ir+mx;
77 double ev=(getPoint(enP).x[1]-iy)*ir+my;
92 double sh=(getPoint(stP).x[0]-ix)*ir
[all...]
H A DShapeSweep.cpp2527 double il = ils->pData[lSt].rx[0], it = ils->pData[lSt].rx[1], ir = local
2529 if (il > ir)
2532 il = ir;
2533 ir = swf;
2556 if (il > jr || it > jb || ir < jl || ib < jt)
/inkscape/src/ui/dialog/
H A Dobject-attributes.cpp143 Inkscape::XML::Node *ir = obj->getRepr(); local
144 const gchar *href = ir->attribute("xlink:href");
/inkscape/src/xml/
H A Drebase-hrefs.cpp225 Inkscape::XML::Node *ir = (*it)->getRepr(); local
229 gchar const *tmp = ir->attribute("xlink:href");
264 std::string abs_href = calc_abs_href(old_abs_base, href, ir->attribute("sodipodi:absref"));
275 ir->setAttribute("sodipodi:absref", ( spns
284 ir->setAttribute("xlink:href", new_href.c_str());
286 ir->setAttribute("xlink:href", g_filename_to_uri(new_href.c_str(), NULL, NULL));
/inkscape/src/display/
H A Dnr-filter-units.cpp165 Geom::IntRect ir = r.roundOutwards(); local
166 return ir;
H A Dsp-canvas.cpp1806 Geom::IntRect ir = dr.roundOutwards(); local
1807 cairo_rectangle_int_t irect = { ir.left(), ir.top(), ir.width(), ir.height() };
/inkscape/src/extension/internal/
H A Dgdkpixbuf-input.cpp80 ImageResolution *ir = 0; local
85 if (!ir && !forcexdpi) {
86 ir = new ImageResolution(uri);
88 if (ir && ir->ok()) {
89 xscale = 960.0 / round(10.*ir->x()); // round-off to 0.1 dpi
90 yscale = 960.0 / round(10.*ir->y());
92 if (ir->x() <= .05)
94 if (ir->y() <= .05)
104 delete ir; // deletin
[all...]
/inkscape/src/2geom/
H A Drect.h106 Rect(IntRect const &ir) : Base(ir.min(), ir.max()) {} argument
143 IntRect ir(f[X].roundOutwards(), f[Y].roundOutwards());
144 return ir;
166 bool operator==(IntRect const &ir) const {
167 return f[X] == ir[X] && f[Y] == ir[Y];
/inkscape/src/
H A Dresource-manager.cpp184 Inkscape::XML::Node *ir = (*it)->getRepr(); local
186 gchar const *href = ir->attribute("xlink:href");
311 Inkscape::XML::Node *ir = (*it)->getRepr(); local
313 gchar const *href = ir->attribute("xlink:href");
320 ir->setAttribute( "xlink:href", mapping[href].c_str() );
321 if ( ir->attribute( "sodipodi:absref" ) ) {
322 ir->setAttribute( "sodipodi:absref", 0 ); // Remove this attribute
325 SPObject *updated = doc->getObjectByRepr(ir);
/inkscape/src/trace/
H A Dsiox.cpp123 int ir = (rgb>>16) & 0xff; local
127 float fr = ((float)ir) / 255.0;
/inkscape/src/ui/
H A Dinterface.cpp1990 Inkscape::XML::Node *ir = _object->getRepr(); local
1991 const gchar *href = ir->attribute("xlink:href");
2101 Inkscape::XML::Node *ir = (*i)->getRepr(); local
2102 const gchar *href = ir->attribute("xlink:href");

Completed in 68 milliseconds