Home | History | Annotate | Download | only in qtopia

Lines Matching refs:qimage

279     QImage *qimage;
303 /* Create the QImage framebuffer */
304 qimage = new QImage(current->w, current->h, bpp);
305 if (qimage->isNull()) {
307 delete qimage;
310 current->pitch = qimage->bytesPerLine();
311 current->pixels = (void *)qimage->bits();
312 SDL_Win->setImage(qimage);