Lines Matching defs:input
381 Input input;
382 input.pixbuf = Glib::wrap(img->pixbuf->getPixbufRaw(), true);
383 input.x = img->x;
384 input.y = img->y;
386 if ( input.pixbuf->get_width() > 256
387 || input.pixbuf->get_height() > 256 ) {
398 queue.push_back(input);
417 void PixelArtDialogImpl::processLibdepixelize(const Input &input)
421 if ( input.pixbuf->get_width() > 256 || input.pixbuf->get_height() > 256 ) {
433 output.push_back(Output(Tracer::Kopf2011::to_voronoi(input.pixbuf,
435 input.x, input.y));
437 output.push_back(Output(Tracer::Kopf2011::to_splines(input.pixbuf,
439 input.x, input.y));