Searched defs:ir (Results 1 - 11 of 11) 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 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 D | ShapeSweep.cpp | 2527 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 D | object-attributes.cpp | 143 Inkscape::XML::Node *ir = obj->getRepr(); local 144 const gchar *href = ir->attribute("xlink:href");
|
/inkscape/src/xml/ |
H A D | rebase-hrefs.cpp | 225 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 D | nr-filter-units.cpp | 165 Geom::IntRect ir = r.roundOutwards(); local 166 return ir;
|
H A D | sp-canvas.cpp | 1806 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 D | gdkpixbuf-input.cpp | 80 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 D | rect.h | 106 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 D | resource-manager.cpp | 184 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 D | siox.cpp | 123 int ir = (rgb>>16) & 0xff; local 127 float fr = ((float)ir) / 255.0;
|
/inkscape/src/ui/ |
H A D | interface.cpp | 1990 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 517 milliseconds