Searched refs:getPixbufRaw (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/helper/
H A Dpixbuf-ops.cpp78 gboolean saved = gdk_pixbuf_save(pixbuf->getPixbufRaw(), filename, "jpeg", NULL, "quality", c, NULL);
/inkscape/src/trace/
H A Dtrace.cpp341 GdkPixbuf *raw_pb = img->pixbuf->getPixbufRaw(false);
424 GdkPixbuf *trace_pb = gdk_pixbuf_copy(img->pixbuf->getPixbufRaw(false));
/inkscape/src/display/
H A Dcairo-utils.h100 GdkPixbuf *getPixbufRaw(bool convert_format = true);
H A Dcairo-utils.cpp340 GdkPixbuf *Pixbuf::getPixbufRaw(bool convert_format) function in class:Inkscape::Pixbuf
/inkscape/src/
H A Dsp-image.cpp765 gdk_pixbuf_save_to_buffer(pb->getPixbufRaw(), reinterpret_cast<gchar**>(&data), &len, "png", NULL, NULL);
/inkscape/src/ui/dialog/
H A Dpixelartdialog.cpp382 input.pixbuf = Glib::wrap(img->pixbuf->getPixbufRaw(), true);

Completed in 25 milliseconds