Searched refs:currentImage (Results 1 – 3 of 3) sorted by relevance
33 currentImage = image.convertToFormat(QImage::Format_Mono); in setPicture()38 currentImage = image.convertToFormat(QImage::Format_MonoLSB); in setPicture()43 currentImage = image.convertToFormat(QImage::Format_Indexed8); in setPicture()48 currentImage = image.convertToFormat(QImage::Format_RGB32); in setPicture()53 currentImage = image.convertToFormat(QImage::Format_ARGB32); in setPicture()59 currentImage = image.convertToFormat(QImage::Format_ARGB32_Premultiplied); in setPicture()65 currentImage = image.convertToFormat(QImage::Format_RGB16); in setPicture()71 currentImage = image.convertToFormat(QImage::Format_ARGB8565_Premultiplied); in setPicture()77 currentImage = image.convertToFormat(QImage::Format_RGB666); in setPicture()83 currentImage = image.convertToFormat(QImage::Format_ARGB6666_Premultiplied); in setPicture()[all …]
167 QImage currentImage; in covert_image_format() local171 currentImage = image.convertToFormat(QImage::Format_Mono); in covert_image_format()176 currentImage = image.convertToFormat(QImage::Format_MonoLSB); in covert_image_format()181 currentImage = image.convertToFormat(QImage::Format_Indexed8); in covert_image_format()186 currentImage = image.convertToFormat(QImage::Format_RGB32); in covert_image_format()191 currentImage = image.convertToFormat(QImage::Format_ARGB32); in covert_image_format()197 currentImage = image.convertToFormat(QImage::Format_ARGB32_Premultiplied); in covert_image_format()203 currentImage = image.convertToFormat(QImage::Format_RGB16); in covert_image_format()209 currentImage = image.convertToFormat(QImage::Format_ARGB8565_Premultiplied); in covert_image_format()215 currentImage = image.convertToFormat(QImage::Format_RGB666); in covert_image_format()[all …]
51 QImage currentImage; variable