Searched refs:Pixbuf (Results 1 - 25 of 64) sorted by relevance

123

/inkscape/src/trace/
H A Dtrace.h137 Glib::RefPtr<Gdk::Pixbuf> /*pixbuf*/)
193 Glib::RefPtr<Gdk::Pixbuf> getSelectedImage();
248 Glib::RefPtr<Gdk::Pixbuf> sioxProcessImage(SPImage *img, Glib::RefPtr<Gdk::Pixbuf> origPixbuf);
250 Glib::RefPtr<Gdk::Pixbuf> lastSioxPixbuf;
251 Glib::RefPtr<Gdk::Pixbuf> lastOrigPixbuf;
H A Dtrace.cpp199 Glib::RefPtr<Gdk::Pixbuf> Tracer::sioxProcessImage(SPImage *img, Glib::RefPtr<Gdk::Pixbuf>origPixbuf)
217 return Glib::RefPtr<Gdk::Pixbuf>(NULL);
228 return Glib::RefPtr<Gdk::Pixbuf>(NULL);
315 return Glib::RefPtr<Gdk::Pixbuf>(NULL);
320 Glib::RefPtr<Gdk::Pixbuf> newPixbuf = Glib::wrap(result.getGdkPixbuf());
330 Glib::RefPtr<Gdk::Pixbuf> Tracer::getSelectedImage()
336 return Glib::RefPtr<Gdk::Pixbuf>(NULL);
339 return Glib::RefPtr<Gdk::Pixbuf>(NULL);
343 if (img->pixbuf->pixelFormat() == Inkscape::Pixbuf
[all...]
/inkscape/src/helper/
H A Dpixbuf-ops.h18 namespace Inkscape { class Pixbuf; }
23 Inkscape::Pixbuf *sp_generate_internal_bitmap(SPDocument *doc, gchar const *filename,
H A Dpixbuf-ops.cpp72 boost::scoped_ptr<Inkscape::Pixbuf> pixbuf(
96 Inkscape::Pixbuf *sp_generate_internal_bitmap(SPDocument *doc, gchar const */*filename*/,
105 Inkscape::Pixbuf *inkpb = NULL;
148 inkpb = new Inkscape::Pixbuf(surface);
/inkscape/src/display/
H A Dnr-filter-image.h21 class Pixbuf;
46 Inkscape::Pixbuf *image;
H A Ddrawing-image.h22 class Pixbuf;
31 void setPixbuf(Inkscape::Pixbuf *pb);
44 Inkscape::Pixbuf *_pixbuf;
H A Dcairo-utils.h87 class Pixbuf { class in namespace:Inkscape
95 explicit Pixbuf(cairo_surface_t *s);
96 explicit Pixbuf(GdkPixbuf *pb);
97 Pixbuf(Inkscape::Pixbuf const &other);
98 ~Pixbuf();
101 //Glib::RefPtr<Gdk::Pixbuf> getPixbuf(bool convert_format = true);
121 static Pixbuf *create_from_data_uri(gchar const *uri);
122 static Pixbuf *create_from_file(std::string const &fn);
H A Dcairo-utils.cpp152 Pixbuf::Pixbuf(cairo_surface_t *s) function in class:Inkscape::Pixbuf
166 Pixbuf::Pixbuf(GdkPixbuf *pb) function in class:Inkscape::Pixbuf
179 Pixbuf::Pixbuf(Inkscape::Pixbuf const &other) function in class:Inkscape::Pixbuf
190 Pixbuf::~Pixbuf()
201 Pixbuf *Pixbu
[all...]
/inkscape/src/libdepixelize/
H A Dkopftracer2011.h86 static Splines to_voronoi(const Glib::RefPtr<Gdk::Pixbuf const> &buf,
103 static Splines to_grouped_voronoi(const Glib::RefPtr<Gdk::Pixbuf const> &buf,
115 static Splines to_splines(const Glib::RefPtr<Gdk::Pixbuf const> &buf,
123 _voronoi(const Glib::RefPtr<Gdk::Pixbuf const> &buf,
/inkscape/src/
H A Dsp-image.h28 namespace Inkscape { class Pixbuf; }
50 Inkscape::Pixbuf *pixbuf;
68 void apply_profile(Inkscape::Pixbuf *pixbuf);
74 void sp_embed_image(Inkscape::XML::Node *imgnode, Inkscape::Pixbuf *pb);
H A Dsp-image.cpp78 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
[all...]
/inkscape/src/ui/widget/
H A Dinsertordericon.h31 Glib::PropertyProxy< Glib::RefPtr<Gdk::Pixbuf> > property_pixbuf_on();
32 Glib::PropertyProxy< Glib::RefPtr<Gdk::Pixbuf> > property_pixbuf_off();
78 Glib::Property< Glib::RefPtr<Gdk::Pixbuf> > _property_pixbuf_top;
79 Glib::Property< Glib::RefPtr<Gdk::Pixbuf> > _property_pixbuf_bottom;
H A Dclipmaskicon.h30 Glib::PropertyProxy< Glib::RefPtr<Gdk::Pixbuf> > property_pixbuf_on();
31 Glib::PropertyProxy< Glib::RefPtr<Gdk::Pixbuf> > property_pixbuf_off();
78 Glib::Property< Glib::RefPtr<Gdk::Pixbuf> > _property_pixbuf_clip;
79 Glib::Property< Glib::RefPtr<Gdk::Pixbuf> > _property_pixbuf_inverse;
80 Glib::Property< Glib::RefPtr<Gdk::Pixbuf> > _property_pixbuf_mask;
H A Dlayertypeicon.h34 Glib::PropertyProxy< Glib::RefPtr<Gdk::Pixbuf> > property_pixbuf_on();
35 Glib::PropertyProxy< Glib::RefPtr<Gdk::Pixbuf> > property_pixbuf_off();
81 Glib::Property< Glib::RefPtr<Gdk::Pixbuf> > _property_pixbuf_layer;
82 Glib::Property< Glib::RefPtr<Gdk::Pixbuf> > _property_pixbuf_group;
83 Glib::Property< Glib::RefPtr<Gdk::Pixbuf> > _property_pixbuf_path;
H A Dimagetoggler.h35 Glib::PropertyProxy< Glib::RefPtr<Gdk::Pixbuf> > property_pixbuf_on();
36 Glib::PropertyProxy< Glib::RefPtr<Gdk::Pixbuf> > property_pixbuf_off();
81 Glib::Property< Glib::RefPtr<Gdk::Pixbuf> > _property_pixbuf_on;
82 Glib::Property< Glib::RefPtr<Gdk::Pixbuf> > _property_pixbuf_off;
H A Dclipmaskicon.cpp34 _property_pixbuf_clip(*this, "pixbuf_on", Glib::RefPtr<Gdk::Pixbuf>(0)),
35 _property_pixbuf_inverse(*this, "pixbuf_on", Glib::RefPtr<Gdk::Pixbuf>(0)),
36 _property_pixbuf_mask(*this, "pixbuf_off", Glib::RefPtr<Gdk::Pixbuf>(0))
63 property_pixbuf() = Glib::RefPtr<Gdk::Pixbuf>(0);
143 property_pixbuf() = Glib::RefPtr<Gdk::Pixbuf>(0);
H A Dinsertordericon.cpp29 _property_pixbuf_top(*this, "pixbuf_on", Glib::RefPtr<Gdk::Pixbuf>(0)),
30 _property_pixbuf_bottom(*this, "pixbuf_on", Glib::RefPtr<Gdk::Pixbuf>(0))
51 property_pixbuf() = Glib::RefPtr<Gdk::Pixbuf>(0);
128 property_pixbuf() = Glib::RefPtr<Gdk::Pixbuf>(0);
H A Daddtoicon.h30 Glib::PropertyProxy< Glib::RefPtr<Gdk::Pixbuf> > property_pixbuf_on();
31 Glib::PropertyProxy< Glib::RefPtr<Gdk::Pixbuf> > property_pixbuf_off();
76 // Glib::Property< Glib::RefPtr<Gdk::Pixbuf> > _property_pixbuf_add;
H A Dlayertypeicon.cpp35 _property_pixbuf_layer(*this, "pixbuf_on", Glib::RefPtr<Gdk::Pixbuf>(0)),
36 _property_pixbuf_group(*this, "pixbuf_off", Glib::RefPtr<Gdk::Pixbuf>(0)),
37 _property_pixbuf_path(*this, "pixbuf_off", Glib::RefPtr<Gdk::Pixbuf>(0))
/inkscape/src/trace/potrace/
H A Dinkscape-potrace.h223 Glib::RefPtr<Gdk::Pixbuf> pixbuf);
233 Glib::RefPtr<Gdk::Pixbuf> preview(Glib::RefPtr<Gdk::Pixbuf> pixbuf);
/inkscape/src/ui/tool/
H A Dcontrol-point.h244 * @param pixbuf Pixbuf to be used as the visual representation
249 Glib::RefPtr<Gdk::Pixbuf> pixbuf,
318 Glib::RefPtr<Gdk::Pixbuf> _pixbuf();
326 void _setPixbuf(Glib::RefPtr<Gdk::Pixbuf>);
H A Dselectable-control-point.h41 Glib::RefPtr<Gdk::Pixbuf> pixbuf,
/inkscape/src/ui/dialog/
H A Dundo-history.h45 _property_icon(*this, "icon", Glib::RefPtr<Gdk::Pixbuf>(0)),
69 Glib::Property<Glib::RefPtr<Gdk::Pixbuf> > _property_icon;
71 std::map<const unsigned int, Glib::RefPtr<Gdk::Pixbuf> > _icon_cache;
/inkscape/src/extension/internal/
H A Dmetafile-inout.h35 class Pixbuf;
/inkscape/src/widgets/
H A Ddash-selector.h78 Gtk::TreeModelColumn<Glib::RefPtr<Gdk::Pixbuf> > pixbuf;

Completed in 51 milliseconds

123