Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QPixelLayout Struct Reference

#include <qpixellayout_p.h>

+ Collaboration diagram for QPixelLayout:

Public Types

enum  BPP {
  BPPNone , BPP1MSB , BPP1LSB , BPP8 ,
  BPP16 , BPP24 , BPP32 , BPP64 ,
  BPP16FPx4 , BPP32FPx4 , BPPCount
}
 

Public Attributes

bool hasAlphaChannel
 
bool premultiplied
 
BPP bpp
 
RbSwapFunc rbSwap
 
ConvertFunc convertToARGB32PM
 
ConvertTo64Func convertToRGBA64PM
 
FetchAndConvertPixelsFunc fetchToARGB32PM
 
FetchAndConvertPixelsFunc64 fetchToRGBA64PM
 
ConvertAndStorePixelsFunc storeFromARGB32PM
 
ConvertAndStorePixelsFunc storeFromRGB32
 

Detailed Description

Definition at line 292 of file qpixellayout_p.h.

Member Enumeration Documentation

◆ BPP

Enumerator
BPPNone 
BPP1MSB 
BPP1LSB 
BPP8 
BPP16 
BPP24 
BPP32 
BPP64 
BPP16FPx4 
BPP32FPx4 
BPPCount 

Definition at line 295 of file qpixellayout_p.h.

Member Data Documentation

◆ bpp

BPP QPixelLayout::bpp

Definition at line 311 of file qpixellayout_p.h.

◆ convertToARGB32PM

ConvertFunc QPixelLayout::convertToARGB32PM

Definition at line 313 of file qpixellayout_p.h.

◆ convertToRGBA64PM

ConvertTo64Func QPixelLayout::convertToRGBA64PM

Definition at line 314 of file qpixellayout_p.h.

◆ fetchToARGB32PM

FetchAndConvertPixelsFunc QPixelLayout::fetchToARGB32PM

Definition at line 315 of file qpixellayout_p.h.

◆ fetchToRGBA64PM

FetchAndConvertPixelsFunc64 QPixelLayout::fetchToRGBA64PM

Definition at line 316 of file qpixellayout_p.h.

◆ hasAlphaChannel

bool QPixelLayout::hasAlphaChannel

Definition at line 309 of file qpixellayout_p.h.

◆ premultiplied

bool QPixelLayout::premultiplied

Definition at line 310 of file qpixellayout_p.h.

◆ rbSwap

RbSwapFunc QPixelLayout::rbSwap

Definition at line 312 of file qpixellayout_p.h.

◆ storeFromARGB32PM

ConvertAndStorePixelsFunc QPixelLayout::storeFromARGB32PM

Definition at line 317 of file qpixellayout_p.h.

◆ storeFromRGB32

ConvertAndStorePixelsFunc QPixelLayout::storeFromRGB32

Definition at line 318 of file qpixellayout_p.h.


The documentation for this struct was generated from the following file: