Searched refs:thePixbuf (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/trace/potrace/
H A Dinkscape-potrace.cpp318 PotraceTracingEngine::preview(Glib::RefPtr<Gdk::Pixbuf> thePixbuf) argument
320 GdkPixbuf *pixbuf = thePixbuf->gobj();
418 std::vector<TracingEngineResult> PotraceTracingEngine::traceSingle(GdkPixbuf * thePixbuf) argument
423 if (!thePixbuf)
428 GrayMap *grayMap = filter(*this, thePixbuf);
473 std::vector<TracingEngineResult> PotraceTracingEngine::traceBrightnessMulti(GdkPixbuf * thePixbuf) argument
477 if ( thePixbuf ) {
489 GrayMap *grayMap = filter(*this, thePixbuf);
531 std::vector<TracingEngineResult> PotraceTracingEngine::traceQuant(GdkPixbuf * thePixbuf) argument
535 if (thePixbuf) {
604 GdkPixbuf *thePixbuf = pixbuf->gobj(); local
[all...]

Completed in 24 milliseconds