Qt 6.x
The Qt SDK
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 4024 of file qdrawhelper.cpp.

Constructor & Destructor Documentation

◆ BlendSrcGeneric()

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

Definition at line 4030 of file qdrawhelper.cpp.

Member Function Documentation

◆ fetch()

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

Definition at line 4035 of file qdrawhelper.cpp.

References buffer, dest, Operator::destFetch, destFetchARGB32P(), QBlendBase::op, src_buffer, and Operator::srcFetch.

+ 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 4044 of file qdrawhelper.cpp.

References dest, Operator::func, and QBlendBase::op.

◆ store()

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

Definition at line 4049 of file qdrawhelper.cpp.

References dest, Operator::destStore, and QBlendBase::op.

Member Data Documentation

◆ buffer

uint BlendSrcGeneric::buffer[BufferSize]

Definition at line 4028 of file qdrawhelper.cpp.

Referenced by fetch().

◆ dest

uint* BlendSrcGeneric::dest = nullptr

Definition at line 4027 of file qdrawhelper.cpp.

Referenced by fetch(), process(), and store().

◆ src_buffer

uint BlendSrcGeneric::src_buffer[BufferSize]

Definition at line 4029 of file qdrawhelper.cpp.

Referenced by fetch().


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