Lines Matching refs:Pixbuf
78 static Inkscape::Pixbuf *sp_image_repr_read_image(gchar const *href, gchar const *absref, gchar const *base );
258 void SPImage::apply_profile(Inkscape::Pixbuf *pixbuf) {
262 pixbuf->ensurePixelFormat(Inkscape::Pixbuf::PF_GDK);
338 Inkscape::Pixbuf *pixbuf = NULL;
488 Inkscape::Pixbuf *pb = new Inkscape::Pixbuf(*this->pixbuf);
489 pb->ensurePixelFormat(Inkscape::Pixbuf::PF_GDK);
542 Inkscape::Pixbuf *sp_image_repr_read_image(gchar const *href, gchar const *absref, gchar const *base)
544 Inkscape::Pixbuf *inkpb = 0;
552 inkpb = Inkscape::Pixbuf::create_from_file(fullname);
561 inkpb = Inkscape::Pixbuf::create_from_data_uri(filename);
579 inkpb = Inkscape::Pixbuf::create_from_file(fullname);
590 inkpb = Inkscape::Pixbuf::create_from_file(filename);
608 inkpb = Inkscape::Pixbuf::create_from_file(filename);
615 inkpb = new Inkscape::Pixbuf(pixbuf);
751 void sp_embed_image(Inkscape::XML::Node *image_node, Inkscape::Pixbuf *pb)