Searched refs:getPixbufRaw (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/helper/ |
H A D | pixbuf-ops.cpp | 78 gboolean saved = gdk_pixbuf_save(pixbuf->getPixbufRaw(), filename, "jpeg", NULL, "quality", c, NULL);
|
/inkscape/src/trace/ |
H A D | trace.cpp | 341 GdkPixbuf *raw_pb = img->pixbuf->getPixbufRaw(false); 424 GdkPixbuf *trace_pb = gdk_pixbuf_copy(img->pixbuf->getPixbufRaw(false));
|
/inkscape/src/display/ |
H A D | cairo-utils.h | 100 GdkPixbuf *getPixbufRaw(bool convert_format = true);
|
H A D | cairo-utils.cpp | 340 GdkPixbuf *Pixbuf::getPixbufRaw(bool convert_format) function in class:Inkscape::Pixbuf
|
/inkscape/src/ |
H A D | sp-image.cpp | 765 gdk_pixbuf_save_to_buffer(pb->getPixbufRaw(), reinterpret_cast<gchar**>(&data), &len, "png", NULL, NULL);
|
/inkscape/src/ui/dialog/ |
H A D | pixelartdialog.cpp | 382 input.pixbuf = Glib::wrap(img->pixbuf->getPixbufRaw(), true);
|
Completed in 25 milliseconds