![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for BlendSrcGeneric:
Collaboration diagram for BlendSrcGeneric:Public Member Functions | |
| BlendSrcGeneric (const QSpanData *d, const Operator &o) | |
| const uint * | fetch (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 | |
| uint * | dest = nullptr |
| uint | buffer [BufferSize] |
| uint | src_buffer [BufferSize] |
Public Attributes inherited from QBlendBase | |
| const QSpanData * | data |
| const Operator & | op |
Definition at line 4024 of file qdrawhelper.cpp.
Definition at line 4030 of file qdrawhelper.cpp.
|
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:
|
inline |
Definition at line 4044 of file qdrawhelper.cpp.
References dest, Operator::func, and QBlendBase::op.
|
inline |
Definition at line 4049 of file qdrawhelper.cpp.
References dest, Operator::destStore, and QBlendBase::op.
| uint BlendSrcGeneric::buffer[BufferSize] |
Definition at line 4028 of file qdrawhelper.cpp.
Referenced by fetch().
Definition at line 4027 of file qdrawhelper.cpp.
| uint BlendSrcGeneric::src_buffer[BufferSize] |
Definition at line 4029 of file qdrawhelper.cpp.
Referenced by fetch().