/inkscape/src/trace/ |
H A D | filterset.h | 18 #include <gdk-pixbuf/gdk-pixbuf.h>
|
H A D | imagemap-gdk.h | 14 #include <gdk-pixbuf/gdk-pixbuf.h>
|
H A D | trace.cpp | 338 if (!img->pixbuf) 341 GdkPixbuf *raw_pb = img->pixbuf->getPixbufRaw(false); 343 if (img->pixbuf->pixelFormat() == Inkscape::Pixbuf::PF_CAIRO) { 351 Glib::RefPtr<Gdk::Pixbuf> pixbuf = Glib::wrap(trace_pb, false); local 356 sioxProcessImage(img, pixbuf); 359 return pixbuf; 368 return pixbuf; 424 GdkPixbuf *trace_pb = gdk_pixbuf_copy(img->pixbuf->getPixbufRaw(false)); 425 if (img->pixbuf->pixelFormat() == Inkscape::Pixbuf::PF_CAIRO) { 433 Glib::RefPtr<Gdk::Pixbuf> pixbuf local [all...] |
/inkscape/src/ |
H A D | sp-image.cpp | 130 this->pixbuf = 0; 162 delete this->pixbuf; 163 this->pixbuf = NULL; 258 void SPImage::apply_profile(Inkscape::Pixbuf *pixbuf) { argument 262 pixbuf->ensurePixelFormat(Inkscape::Pixbuf::PF_GDK); 263 int imagewidth = pixbuf->width(); 264 int imageheight = pixbuf->height(); 265 int rowstride = pixbuf->rowstride();; 266 guchar* px = pixbuf->pixels(); 334 delete this->pixbuf; 338 Inkscape::Pixbuf *pixbuf = NULL; local 614 GdkPixbuf *pixbuf = gdk_pixbuf_new_from_xpm_data((const gchar **) brokenimage_xpm); local [all...] |
H A D | sp-cursor.cpp | 117 GdkPixbuf *pixbuf = gdk_pixbuf_new_from_xpm_data((const gchar **)xpm); local 119 if (pixbuf) { 121 pixbuf, hot_x, hot_y); 123 g_object_unref(pixbuf);
|
H A D | sp-image.h | 50 Inkscape::Pixbuf *pixbuf; member in class:SPImage 68 void apply_profile(Inkscape::Pixbuf *pixbuf);
|
/inkscape/src/display/ |
H A D | sodipodi-ctrl.h | 10 #include <gdk-pixbuf/gdk-pixbuf.h> 52 GdkPixbuf * pixbuf; member in struct:SPCtrl
|
H A D | drawing-image.h | 16 #include <gdk-pixbuf/gdk-pixbuf.h>
|
H A D | sodipodi-ctrl.cpp | 56 ARG_PIXBUF, g_param_spec_pointer ("pixbuf", "pixbuf", "Pixbuf", (GParamFlags) G_PARAM_READWRITE)); 78 GdkPixbuf * pixbuf = NULL; local 111 pixbuf = (GdkPixbuf*) g_value_get_pointer(value); 112 // A pixbuf defines it's own size, don't mess about with size. 113 ctrl->width = gdk_pixbuf_get_width(pixbuf) / 2.0; 114 ctrl->height = gdk_pixbuf_get_height(pixbuf) / 2.0; 115 if (gdk_pixbuf_get_has_alpha(pixbuf)) { 116 ctrl->pixbuf = pixbuf; [all...] |
/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); 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) argument 207 if (!pixbuf) 215 RgbMap *rgbmap = gdkPixbufToRgbMap(pixbuf); 227 GrayMap *gm = gdkPixbufToGrayMap(pixbuf); 254 GrayMap *gm = gdkPixbufToGrayMap(pixbuf); 279 static IndexedMap *filterIndexed(PotraceTracingEngine &engine, GdkPixbuf * pixbuf) argument 281 if (!pixbuf) 286 RgbMap *gm = gdkPixbufToRgbMap(pixbuf); 320 GdkPixbuf *pixbuf = thePixbuf->gobj(); local 325 IndexedMap *gm = filterIndexed(*this, pixbuf); 601 trace(Glib::RefPtr<Gdk::Pixbuf> pixbuf) argument [all...] |
/inkscape/src/widgets/ |
H A D | dash-selector.cpp | 89 row[dash_columns.pixbuf] = Glib::wrap(sp_dash_to_pixbuf(dashes[i])); 94 row[dash_columns.pixbuf] = Glib::wrap(sp_text_to_pixbuf((char *)"Custom")); 109 Glib::RefPtr<Gdk::Pixbuf> pixbuf = (*row)[dash_columns.pixbuf]; local 110 image_renderer.property_pixbuf() = pixbuf; 239 * Fill a pixbuf with the dash pattern using standard cairo drawing 260 GdkPixbuf* pixbuf = ink_pixbuf_create_from_cairo_surface(s); local 261 return pixbuf; 265 * Fill a pixbuf with a text label using standard cairo drawing 283 GdkPixbuf* pixbuf local [all...] |
H A D | dash-selector.h | 48 * Fill a pixbuf with the dash pattern using standard cairo drawing 53 * Fill a pixbuf with text standard cairo drawing 78 Gtk::TreeModelColumn<Glib::RefPtr<Gdk::Pixbuf> > pixbuf; member in class:SPDashSelector::DashColumns 81 add(dash); add(pixbuf);
|
H A D | gradient-selector.h | 90 add(pixbuf); 98 Gtk::TreeModelColumn<Glib::RefPtr<Gdk::Pixbuf> > pixbuf; member in class:SPGradientSelector::ModelColumns
|
/inkscape/src/ui/cache/ |
H A D | svg_preview_cache.h | 13 #include <gdk-pixbuf/gdk-pixbuf.h>
|
H A D | svg_preview_cache.cpp | 64 GdkPixbuf* pixbuf = ink_pixbuf_create_from_cairo_surface(s); local 65 return pixbuf;
|
/inkscape/src/ui/widget/ |
H A D | highlight-picker.cpp | 136 GdkPixbuf* pixbuf = gdk_pixbuf_new_from_data( cairo_image_surface_get_data(s), local 140 convert_pixbuf_argb32_to_normal(pixbuf); 142 property_pixbuf() = Glib::wrap(pixbuf); 168 * Note that this is a hack intended to save memory. When the pixbuf is in Cairo's format, 183 * Once this is done, the pixbuf can be used with GTK again.
|
H A D | addtoicon.cpp | 142 GdkPixbuf *pixbuf = sp_pixbuf_new(Inkscape::ICON_SIZE_BUTTON, active ? INKSCAPE_ICON("list-add") : INKSCAPE_ICON("edit-delete")); local 143 property_pixbuf() = Glib::wrap(pixbuf);
|
H A D | color-preview.cpp | 179 GdkPixbuf* pixbuf = ink_pixbuf_create_from_cairo_surface(s); local 180 return pixbuf;
|
/inkscape/src/libdepixelize/priv/ |
H A D | pixelgraph.h | 28 #include <gdkmm/pixbuf.h> 99 PixelGraph(Glib::RefPtr<Gdk::Pixbuf const> pixbuf); 268 // The data representation follows the image data pattern from gdk-pixbuf. 271 // "Image data in a pixbuf is stored in memory in uncompressed, packed 280 inline PixelGraph::PixelGraph(Glib::RefPtr<Gdk::Pixbuf const> pixbuf) : argument 281 _width(pixbuf->get_width()), 282 _height(pixbuf->get_height()), 289 guint8 *pixels = pixbuf->get_pixels(); 291 const int n_channels = pixbuf->get_n_channels(); 292 const int rowpadding = pixbuf [all...] |
/inkscape/src/ui/tool/ |
H A D | selectable-control-point.cpp | 37 Glib::RefPtr<Gdk::Pixbuf> pixbuf, 40 ControlPoint(d, initial_pos, anchor, pixbuf, cset, group), 36 SelectableControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor, Glib::RefPtr<Gdk::Pixbuf> pixbuf, ControlPointSelection &sel, ColorSet const &cset, SPCanvasGroup *group) argument
|
H A D | selectable-control-point.h | 41 Glib::RefPtr<Gdk::Pixbuf> pixbuf,
|
H A D | control-point.h | 13 #include <gdkmm/pixbuf.h> 239 * Create a control point with a pixbuf-based visual representation. 244 * @param pixbuf Pixbuf to be used as the visual representation 249 Glib::RefPtr<Gdk::Pixbuf> pixbuf,
|
/inkscape/src/ui/dialog/ |
H A D | pixelartdialog.cpp | 80 Glib::RefPtr<Gdk::Pixbuf> pixbuf; member in struct:Inkscape::UI::Dialog::PixelArtDialogImpl::Input 382 input.pixbuf = Glib::wrap(img->pixbuf->getPixbufRaw(), true); 386 if ( input.pixbuf->get_width() > 256 387 || input.pixbuf->get_height() > 256 ) { 421 if ( input.pixbuf->get_width() > 256 || input.pixbuf->get_height() > 256 ) { 433 output.push_back(Output(Tracer::Kopf2011::to_voronoi(input.pixbuf, 437 output.push_back(Output(Tracer::Kopf2011::to_splines(input.pixbuf,
|
/inkscape/src/helper/ |
H A D | pixbuf-ops.cpp | 35 #include "helper/pixbuf-ops.h" 72 boost::scoped_ptr<Inkscape::Pixbuf> pixbuf( 78 gboolean saved = gdk_pixbuf_save(pixbuf->getPixbufRaw(), filename, "jpeg", NULL, "quality", c, NULL); 158 // gdk_pixbuf_save (pixbuf, "C:\\temp\\internal.jpg", "jpeg", NULL, "quality","100", NULL);
|