Lines Matching defs:pixbuf
205 static GrayMap *filter(PotraceTracingEngine &engine, GdkPixbuf * pixbuf)
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)
281 if (!pixbuf)
286 RgbMap *gm = gdkPixbufToRgbMap(pixbuf);
320 GdkPixbuf *pixbuf = thePixbuf->gobj();
325 IndexedMap *gm = filterIndexed(*this, pixbuf);
338 GrayMap *gm = filter(*this, pixbuf);
601 PotraceTracingEngine::trace(Glib::RefPtr<Gdk::Pixbuf> pixbuf)
604 GdkPixbuf *thePixbuf = pixbuf->gobj();