/inkscape/src/trace/ |
H A D | imagemap-gdk.h | 26 GrayMap *gdkPixbufToGrayMap(GdkPixbuf *buf); 27 GdkPixbuf *grayMapToGdkPixbuf(GrayMap *grayMap); 28 PackedPixelMap *gdkPixbufToPackedPixelMap(GdkPixbuf *buf); 29 RgbMap *gdkPixbufToRgbMap(GdkPixbuf *buf); 30 GdkPixbuf *indexedMapToGdkPixbuf(IndexedMap *iMap);
|
H A D | imagemap-gdk.cpp | 10 GrayMap *gdkPixbufToGrayMap(GdkPixbuf *buf) 46 GdkPixbuf *grayMapToGdkPixbuf(GrayMap *grayMap) 59 GdkPixbuf *buf = gdk_pixbuf_new_from_data(pixdata, GDK_COLORSPACE_RGB, 87 PackedPixelMap *gdkPixbufToPackedPixelMap(GdkPixbuf *buf) 130 RgbMap *gdkPixbufToRgbMap(GdkPixbuf *buf) 175 GdkPixbuf *indexedMapToGdkPixbuf(IndexedMap *iMap) 188 GdkPixbuf *buf = gdk_pixbuf_new_from_data(pixdata, GDK_COLORSPACE_RGB,
|
H A D | siox.h | 316 * Special constructor to create an image from a GdkPixbuf. 318 SioxImage(GdkPixbuf *buf); 321 * Creates a GdkPixbuf from this image. The user must 325 GdkPixbuf *getGdkPixbuf();
|
H A D | trace.cpp | 341 GdkPixbuf *raw_pb = img->pixbuf->getPixbufRaw(false); 342 GdkPixbuf *trace_pb = gdk_pixbuf_copy(raw_pb); 424 GdkPixbuf *trace_pb = gdk_pixbuf_copy(img->pixbuf->getPixbufRaw(false));
|
/inkscape/src/ |
H A D | sp-cursor.h | 5 typedef struct _GdkPixbuf GdkPixbuf; typedef in typeref:struct:_GdkPixbuf 9 GdkPixbuf* sp_cursor_pixbuf_from_xpm(char const *const *xpm, GdkColor const& black, GdkColor const& white, guint32 fill, guint32 stroke);
|
H A D | sp-cursor.cpp | 57 GdkPixbuf *sp_cursor_pixbuf_from_xpm(char const *const *xpm, GdkColor const& black, GdkColor const& white, guint32 fill, guint32 stroke) 117 GdkPixbuf *pixbuf = gdk_pixbuf_new_from_xpm_data((const gchar **)xpm);
|
/inkscape/src/ui/cache/ |
H A D | svg_preview_cache.h | 25 GdkPixbuf* render_pixbuf(Inkscape::Drawing &drawing, double scale_factor, const Geom::Rect& dbox, unsigned psize); 33 std::map<Glib::ustring, GdkPixbuf*> _pixmap_cache; 40 GdkPixbuf* get_preview_from_cache(const Glib::ustring& key); 41 void set_preview_in_cache(const Glib::ustring& key, GdkPixbuf* px); 42 GdkPixbuf* get_preview(const gchar* uri, const gchar* id, Inkscape::DrawingItem *root, double scale_factor, unsigned int psize);
|
H A D | svg_preview_cache.cpp | 36 GdkPixbuf* render_pixbuf(Inkscape::Drawing &drawing, double scale_factor, Geom::Rect const &dbox, unsigned psize) 64 GdkPixbuf* pixbuf = ink_pixbuf_create_from_cairo_surface(s); 78 for (std::map<Glib::ustring, GdkPixbuf *>::iterator i = _pixmap_cache.begin(); 96 GdkPixbuf* SvgPreview::get_preview_from_cache(const Glib::ustring& key) { 97 std::map<Glib::ustring, GdkPixbuf *>::iterator found = _pixmap_cache.find(key); 104 void SvgPreview::set_preview_in_cache(const Glib::ustring& key, GdkPixbuf* px) { 109 GdkPixbuf* SvgPreview::get_preview(const gchar* uri, const gchar* id, Inkscape::DrawingItem */*root*/, 113 GdkPixbuf* px = get_preview_from_cache(key); 125 std::map<Glib::ustring, GdkPixbuf *>::iterator found = _pixmap_cache.find(key);
|
/inkscape/src/widgets/ |
H A D | icon.h | 41 GdkPixbuf *pb; 48 GdkPixbuf *sp_pixbuf_new( Inkscape::IconSize size, const gchar *name );
|
H A D | dash-selector.h | 50 GdkPixbuf* sp_dash_to_pixbuf(double *pattern); 55 GdkPixbuf* sp_text_to_pixbuf(char *text);
|
H A D | gradient-image.h | 43 GdkPixbuf *sp_gradient_to_pixbuf (SPGradient *gr, int width, int height);
|
H A D | dash-selector.cpp | 241 GdkPixbuf* SPDashSelector::sp_dash_to_pixbuf(double *pattern) 260 GdkPixbuf* pixbuf = ink_pixbuf_create_from_cairo_surface(s); 267 GdkPixbuf* SPDashSelector::sp_text_to_pixbuf(char *text) 283 GdkPixbuf* pixbuf = ink_pixbuf_create_from_cairo_surface(s);
|
H A D | icon.cpp | 80 static GdkPixbuf* renderup( gchar const* name, Inkscape::IconSize lsize, unsigned psize ); 83 static GdkPixbuf *loadPixmap(gchar const *name, unsigned lsize, unsigned psize); 84 static GdkPixbuf *loadSvg(std::list<Glib::ustring> const &names, GtkIconSize lsize, unsigned psize); 131 IconCacheItem( GtkIconSize lsize, GdkPixbuf* pb ) : 136 GdkPixbuf* _pb; 243 GdkPixbuf *image = icon->pb; 342 GdkPixbuf* IconImpl::renderup( gchar const* name, Inkscape::IconSize lsize, unsigned psize ) { 345 GdkPixbuf *pb = NULL; 543 static GdkPixbuf *get_cached_pixbuf(Glib::ustring const &key); 872 GdkPixbuf *sp_pixbuf_ne [all...] |
H A D | eek-preview.h | 122 void eek_preview_set_pixbuf( EekPreview* splat, GdkPixbuf* pixbuf );
|
H A D | gradient-image.cpp | 174 GdkPixbuf* 196 GdkPixbuf *pixbuf = ink_pixbuf_create_from_cairo_surface(s);
|
/inkscape/src/trace/potrace/ |
H A D | inkscape-potrace.h | 218 * implementing classes. Take a GdkPixbuf, trace it, and 272 std::vector<TracingEngineResult>traceBrightnessMulti(GdkPixbuf *pixbuf); 273 std::vector<TracingEngineResult>traceQuant(GdkPixbuf *pixbuf); 274 std::vector<TracingEngineResult>traceSingle(GdkPixbuf *pixbuf);
|
H A D | inkscape-potrace.cpp | 205 static GrayMap *filter(PotraceTracingEngine &engine, GdkPixbuf * pixbuf) 279 static IndexedMap *filterIndexed(PotraceTracingEngine &engine, GdkPixbuf * pixbuf) 320 GdkPixbuf *pixbuf = thePixbuf->gobj(); 418 std::vector<TracingEngineResult> PotraceTracingEngine::traceSingle(GdkPixbuf * thePixbuf) 473 std::vector<TracingEngineResult> PotraceTracingEngine::traceBrightnessMulti(GdkPixbuf * thePixbuf) 531 std::vector<TracingEngineResult> PotraceTracingEngine::traceQuant(GdkPixbuf * thePixbuf) 596 * implementing classes. Take a GdkPixbuf, trace it, and 604 GdkPixbuf *thePixbuf = pixbuf->gobj();
|
/inkscape/src/libgdl/ |
H A D | gdl-switcher.h | 63 GdkPixbuf *pixbuf_icon,
|
/inkscape/src/ui/widget/ |
H A D | color-preview.h | 31 GdkPixbuf* toPixbuf (int width, int height);
|
H A D | highlight-picker.cpp | 136 GdkPixbuf* pixbuf = gdk_pixbuf_new_from_data( cairo_image_surface_get_data(s), 166 * Converts GdkPixbuf's data to premultiplied ARGB. 167 * This function will convert a GdkPixbuf in place into Cairo's native pixel format. 172 convert_pixbuf_normal_to_argb32(GdkPixbuf *pb) 182 * Converts GdkPixbuf's data back to its native format. 186 convert_pixbuf_argb32_to_normal(GdkPixbuf *pb)
|
H A D | color-preview.cpp | 140 GdkPixbuf* 179 GdkPixbuf* pixbuf = ink_pixbuf_create_from_cairo_surface(s);
|
H A D | addtoicon.cpp | 142 GdkPixbuf *pixbuf = sp_pixbuf_new(Inkscape::ICON_SIZE_BUTTON, active ? INKSCAPE_ICON("list-add") : INKSCAPE_ICON("edit-delete"));
|
/inkscape/src/display/ |
H A D | cairo-utils.h | 21 typedef struct _GdkPixbuf GdkPixbuf; typedef in typeref:struct:_GdkPixbuf 24 void convert_pixbuf_argb32_to_normal(GdkPixbuf *pb); 86 * Allows easy interoperation with GdkPixbuf and Cairo. */ 96 explicit Pixbuf(GdkPixbuf *pb); 100 GdkPixbuf *getPixbufRaw(bool convert_format = true); 130 GdkPixbuf *_pixbuf; 175 GdkPixbuf *ink_pixbuf_create_from_cairo_surface(cairo_surface_t *s);
|
H A D | sodipodi-ctrl.h | 52 GdkPixbuf * pixbuf;
|
H A D | cairo-utils.cpp | 125 * The pixels formats of Cairo and GdkPixbuf are different. 126 * GdkPixbuf accesses pixels as bytes, alpha is not premultiplied, 131 * In other words, on a little endian system, a GdkPixbuf will contain: 142 * The class allows interoperation between GdkPixbuf 144 * This is implemented by creating a GdkPixbuf and a Cairo image surface 146 * the pixels are converted in place to the Cairo or the GdkPixbuf format. 163 /** Create a pixbuf from a GdkPixbuf. 164 * The constructor takes ownership of the passed GdkPixbuf reference, 166 Pixbuf::Pixbuf(GdkPixbuf *pb) 265 GdkPixbuf *bu [all...] |