Lines Matching refs:thePixbuf
318 PotraceTracingEngine::preview(Glib::RefPtr<Gdk::Pixbuf> thePixbuf)
320 GdkPixbuf *pixbuf = thePixbuf->gobj();
418 std::vector<TracingEngineResult> PotraceTracingEngine::traceSingle(GdkPixbuf * thePixbuf)
423 if (!thePixbuf)
428 GrayMap *grayMap = filter(*this, thePixbuf);
473 std::vector<TracingEngineResult> PotraceTracingEngine::traceBrightnessMulti(GdkPixbuf * thePixbuf)
477 if ( thePixbuf ) {
489 GrayMap *grayMap = filter(*this, thePixbuf);
531 std::vector<TracingEngineResult> PotraceTracingEngine::traceQuant(GdkPixbuf * thePixbuf)
535 if (thePixbuf) {
536 IndexedMap *iMap = filterIndexed(*this, thePixbuf);
604 GdkPixbuf *thePixbuf = pixbuf->gobj();
612 return traceQuant(thePixbuf);
616 return traceBrightnessMulti(thePixbuf);
620 return traceSingle(thePixbuf);