Searched refs:resultimg (Results 1 – 2 of 2) sorted by relevance
439 QImage resultimg = mage->scaled(img->size()); in LoopCapture() local444 resultimg = resultimg.transformed (matrix); in LoopCapture()448 img->setPixmap(QPixmap::fromImage(resultimg)); in LoopCapture()
279 QImage resultimg=mage->scaled(ui->label->size(),Qt::KeepAspectRatio,Qt::SmoothTransformation); in show_() local280 ui->label->setPixmap(QPixmap::fromImage(resultimg)); in show_()