Searched defs:Pixbuf (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/display/ | ||
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...] |
Completed in 16 milliseconds