Lines Matching refs:pb
488 Inkscape::Pixbuf *pb = new Inkscape::Pixbuf(*this->pixbuf);
489 pb->ensurePixelFormat(Inkscape::Pixbuf::PF_GDK);
491 guchar *px = pb->pixels();
492 int w = pb->width();
493 int h = pb->height();
494 int rs = pb->rowstride();
504 delete pb;
751 void sp_embed_image(Inkscape::XML::Node *image_node, Inkscape::Pixbuf *pb)
760 data = const_cast<guchar *>(pb->getMimeData(len, data_mimetype));
765 gdk_pixbuf_save_to_buffer(pb->getPixbufRaw(), reinterpret_cast<gchar**>(&data), &len, "png", NULL, NULL);