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

/inkscape/src/trace/
H A Dtrace.cpp238 double iwidth = simage.getWidth(); local
241 double iwscale = width / iwidth;
483 double iwidth = (double)pixbuf->get_width(); local
486 double iwscale = width / iwidth;
/inkscape/src/extension/internal/
H A Dodf.cpp1724 double iwidth = img->width.value; local
1727 Geom::Rect ibbox(Geom::Point(ix, iy), Geom::Point(ix+iwidth, iy+iheight));
1731 iwidth = xscale * iwidth;
1755 iwidth, iheight);

Completed in 21 milliseconds