![]() |
Qt 6.x
The Qt SDK
|
#include <qpixellayout_p.h>
Public Types | |
enum | BPP { BPPNone , BPP1MSB , BPP1LSB , BPP8 , BPP16 , BPP24 , BPP32 , BPP64 , BPP16FPx4 , BPP32FPx4 , BPPCount } |
Definition at line 292 of file qpixellayout_p.h.
enum QPixelLayout::BPP |
Enumerator | |
---|---|
BPPNone | |
BPP1MSB | |
BPP1LSB | |
BPP8 | |
BPP16 | |
BPP24 | |
BPP32 | |
BPP64 | |
BPP16FPx4 | |
BPP32FPx4 | |
BPPCount |
Definition at line 295 of file qpixellayout_p.h.
BPP QPixelLayout::bpp |
Definition at line 311 of file qpixellayout_p.h.
Referenced by blend_color_generic(), blend_color_generic_fp(), blend_color_generic_rgb64(), convert_generic(), convert_generic_inplace(), convert_generic_inplace_over_rgb64(), convert_generic_over_rgb64(), QRasterPaintEngine::drawImage(), rotated180(), rotated270(), and rotated90().
ConvertFunc QPixelLayout::convertToARGB32PM |
Definition at line 313 of file qpixellayout_p.h.
Referenced by qInitDrawhelperFunctions().
ConvertTo64Func QPixelLayout::convertToRGBA64PM |
Definition at line 314 of file qpixellayout_p.h.
Referenced by qInitDrawhelperFunctions().
FetchAndConvertPixelsFunc QPixelLayout::fetchToARGB32PM |
Definition at line 315 of file qpixellayout_p.h.
Referenced by convert_generic(), convert_generic_inplace(), and qInitDrawhelperFunctions().
FetchAndConvertPixelsFunc64 QPixelLayout::fetchToRGBA64PM |
Definition at line 316 of file qpixellayout_p.h.
Referenced by convert_ARGB32_to_RGBA64(), convert_generic_inplace_over_rgb64(), convert_generic_over_rgb64(), and qInitDrawhelperFunctions().
bool QPixelLayout::hasAlphaChannel |
Definition at line 309 of file qpixellayout_p.h.
Referenced by convert_generic(), convert_generic_inplace(), convert_generic_inplace_over_rgb64(), and QImage::convertToFormat_helper().
bool QPixelLayout::premultiplied |
Definition at line 310 of file qpixellayout_p.h.
Referenced by convert_generic(), convert_generic_inplace(), convert_generic_inplace_over_rgb64(), QImage::invertPixels(), QImage::pixelColor(), and QImage::setPixelColor().
RbSwapFunc QPixelLayout::rbSwap |
Definition at line 312 of file qpixellayout_p.h.
Referenced by convert_rgbswap_generic(), convert_rgbswap_generic_inplace(), and qInitDrawhelperFunctions().
ConvertAndStorePixelsFunc QPixelLayout::storeFromARGB32PM |
Definition at line 317 of file qpixellayout_p.h.
Referenced by convert_generic(), convert_generic_inplace(), qInitDrawhelperFunctions(), and storeGenericFromRGBA64PM().
ConvertAndStorePixelsFunc QPixelLayout::storeFromRGB32 |
Definition at line 318 of file qpixellayout_p.h.
Referenced by convert_generic(), convert_generic_inplace(), and qInitDrawhelperFunctions().