/inkscape/src/trace/ |
H A D | trace.h | 137 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 D | trace.cpp | 199 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 D | pixbuf-ops.h | 18 namespace Inkscape { class Pixbuf; } 23 Inkscape::Pixbuf *sp_generate_internal_bitmap(SPDocument *doc, gchar const *filename,
|
H A D | pixbuf-ops.cpp | 72 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 D | nr-filter-image.h | 21 class Pixbuf; 46 Inkscape::Pixbuf *image;
|
H A D | drawing-image.h | 22 class Pixbuf; 31 void setPixbuf(Inkscape::Pixbuf *pb); 44 Inkscape::Pixbuf *_pixbuf;
|
H A D | cairo-utils.h | 87 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 D | cairo-utils.cpp | 152 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 D | kopftracer2011.h | 86 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 D | sp-image.h | 28 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 D | sp-image.cpp | 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 [all...] |
/inkscape/src/ui/widget/ |
H A D | insertordericon.h | 31 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 D | clipmaskicon.h | 30 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 D | layertypeicon.h | 34 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 D | imagetoggler.h | 35 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 D | clipmaskicon.cpp | 34 _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 D | insertordericon.cpp | 29 _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 D | addtoicon.h | 30 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 D | layertypeicon.cpp | 35 _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 D | inkscape-potrace.h | 223 Glib::RefPtr<Gdk::Pixbuf> pixbuf); 233 Glib::RefPtr<Gdk::Pixbuf> preview(Glib::RefPtr<Gdk::Pixbuf> pixbuf);
|
/inkscape/src/ui/tool/ |
H A D | control-point.h | 244 * @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 D | selectable-control-point.h | 41 Glib::RefPtr<Gdk::Pixbuf> pixbuf,
|
/inkscape/src/ui/dialog/ |
H A D | undo-history.h | 45 _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 D | metafile-inout.h | 35 class Pixbuf;
|
/inkscape/src/widgets/ |
H A D | dash-selector.h | 78 Gtk::TreeModelColumn<Glib::RefPtr<Gdk::Pixbuf> > pixbuf;
|