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
BlendSrcGeneric Class Reference
+ Inheritance diagram for BlendSrcGeneric:
+ Collaboration diagram for BlendSrcGeneric:

Public Member Functions

 BlendSrcGeneric (const QSpanData *d, const Operator &o)
 
const uintfetch (int x, int y, int len, bool fetchDest)
 
void process (int, int, int len, int coverage, const uint *src, int offset)
 
void store (int x, int y, int len)
 

Public Attributes

uintdest = nullptr
 
uint buffer [BufferSize]
 
uint src_buffer [BufferSize]
 
- Public Attributes inherited from QBlendBase
const QSpanDatadata
 
const Operatorop
 

Detailed Description

Definition at line 4069 of file qdrawhelper.cpp.

Constructor & Destructor Documentation

◆ BlendSrcGeneric()

BlendSrcGeneric::BlendSrcGeneric ( const QSpanData * d,
const Operator & o )
inline

Definition at line 4075 of file qdrawhelper.cpp.

Member Function Documentation

◆ fetch()

const uint * BlendSrcGeneric::fetch ( int x,
int y,
int len,
bool fetchDest )
inline

Definition at line 4080 of file qdrawhelper.cpp.

References destFetchARGB32P().

+ Here is the call graph for this function:

◆ process()

void BlendSrcGeneric::process ( int ,
int ,
int len,
int coverage,
const uint * src,
int offset )
inline

Definition at line 4089 of file qdrawhelper.cpp.

◆ store()

void BlendSrcGeneric::store ( int x,
int y,
int len )
inline

Definition at line 4094 of file qdrawhelper.cpp.

Member Data Documentation

◆ buffer

uint BlendSrcGeneric::buffer[BufferSize]

Definition at line 4073 of file qdrawhelper.cpp.

◆ dest

uint* BlendSrcGeneric::dest = nullptr

Definition at line 4072 of file qdrawhelper.cpp.

◆ src_buffer

uint BlendSrcGeneric::src_buffer[BufferSize]

Definition at line 4074 of file qdrawhelper.cpp.


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