Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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

◆ convertToARGB32PM

ConvertFunc QPixelLayout::convertToARGB32PM

Definition at line 313 of file qpixellayout_p.h.

Referenced by qInitDrawhelperFunctions().

◆ convertToRGBA64PM

ConvertTo64Func QPixelLayout::convertToRGBA64PM

Definition at line 314 of file qpixellayout_p.h.

Referenced by qInitDrawhelperFunctions().

◆ fetchToARGB32PM

FetchAndConvertPixelsFunc QPixelLayout::fetchToARGB32PM

◆ fetchToRGBA64PM

◆ hasAlphaChannel

bool QPixelLayout::hasAlphaChannel

◆ premultiplied

◆ rbSwap

RbSwapFunc QPixelLayout::rbSwap

◆ storeFromARGB32PM

ConvertAndStorePixelsFunc QPixelLayout::storeFromARGB32PM

Definition at line 317 of file qpixellayout_p.h.

Referenced by qInitDrawhelperFunctions(), and storeGenericFromRGBA64PM().

◆ storeFromRGB32

ConvertAndStorePixelsFunc QPixelLayout::storeFromRGB32

Definition at line 318 of file qpixellayout_p.h.

Referenced by qInitDrawhelperFunctions().


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