Lines Matching defs:img
67 SPImage *img = NULL;
92 if (img) //we want only one
98 img = SP_IMAGE(item);
100 else // if (img) //# items -after- the image in tree (above it in Z)
110 if (!img || sioxShapes.size() < 1)
116 return img;
138 SPImage *img = SP_IMAGE(item);
140 return img;
199 Glib::RefPtr<Gdk::Pixbuf> Tracer::sioxProcessImage(SPImage *img, Glib::RefPtr<Gdk::Pixbuf>origPixbuf)
231 Inkscape::DrawingItem *aImg = img->get_arenaitem(desktop->dkey);
232 //g_message("img: %d %d %d %d\n", aImg->bbox.x0, aImg->bbox.y0,
334 SPImage *img = getSelectedSPImage();
335 if (!img)
338 if (!img->pixbuf)
341 GdkPixbuf *raw_pb = img->pixbuf->getPixbufRaw(false);
343 if (img->pixbuf->pixelFormat() == Inkscape::Pixbuf::PF_CAIRO) {
356 sioxProcessImage(img, pixbuf);
417 SPImage *img = getSelectedSPImage();
418 if (!img)
424 GdkPixbuf *trace_pb = gdk_pixbuf_copy(img->pixbuf->getPixbufRaw(false));
425 if (img->pixbuf->pixelFormat() == Inkscape::Pixbuf::PF_CAIRO) {
435 pixbuf = sioxProcessImage(img, pixbuf);
463 Inkscape::XML::Node *imgRepr = SP_OBJECT(img)->getRepr();
494 tf *= img->transform;