Home | History | Annotate | Download | only in qt

Lines Matching defs:nativeImage

1750     QImage nativeImage = nativePixmap->toImage().convertToFormat(QImage::Format_ARGB32);
1751 outputVector.resize(nativeImage.byteCount());
1752 return packPixels(nativeImage.rgbSwapped().bits(), SourceFormatRGBA8, image->width(), image->height(), 0,