Searched refs:qimage (Results 1 – 1 of 1) sorted by relevance
279 QImage *qimage; in QT_SetVideoMode() local304 qimage = new QImage(current->w, current->h, bpp); in QT_SetVideoMode()305 if (qimage->isNull()) { in QT_SetVideoMode()307 delete qimage; in QT_SetVideoMode()310 current->pitch = qimage->bytesPerLine(); in QT_SetVideoMode()311 current->pixels = (void *)qimage->bits(); in QT_SetVideoMode()312 SDL_Win->setImage(qimage); in QT_SetVideoMode()