![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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.
| ConvertFunc QPixelLayout::convertToARGB32PM |
Definition at line 313 of file qpixellayout_p.h.
| ConvertTo64Func QPixelLayout::convertToRGBA64PM |
Definition at line 314 of file qpixellayout_p.h.
| FetchAndConvertPixelsFunc QPixelLayout::fetchToARGB32PM |
Definition at line 315 of file qpixellayout_p.h.
| FetchAndConvertPixelsFunc64 QPixelLayout::fetchToRGBA64PM |
Definition at line 316 of file qpixellayout_p.h.
| bool QPixelLayout::hasAlphaChannel |
Definition at line 309 of file qpixellayout_p.h.
| bool QPixelLayout::premultiplied |
Definition at line 310 of file qpixellayout_p.h.
| RbSwapFunc QPixelLayout::rbSwap |
Definition at line 312 of file qpixellayout_p.h.
| ConvertAndStorePixelsFunc QPixelLayout::storeFromARGB32PM |
Definition at line 317 of file qpixellayout_p.h.
| ConvertAndStorePixelsFunc QPixelLayout::storeFromRGB32 |
Definition at line 318 of file qpixellayout_p.h.