![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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) |
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 4217 of file qdrawhelper.cpp.
Definition at line 4223 of file qdrawhelper.cpp.
Definition at line 4223 of file qdrawhelper.cpp.
|
inline |
Definition at line 4228 of file qdrawhelper.cpp.
References buffer, QBlendBase::data, dest, QBlendBase::op, QSpanData::rasterBuffer, and src_buffer.
|
inline |
Definition at line 4228 of file qdrawhelper.cpp.
|
inline |
Definition at line 4237 of file qdrawhelper.cpp.
References dest, and QBlendBase::op.
|
inline |
Definition at line 4237 of file qdrawhelper.cpp.
|
inline |
Definition at line 4242 of file qdrawhelper.cpp.
References QBlendBase::data, dest, QBlendBase::op, and QSpanData::rasterBuffer.
|
inline |
Definition at line 4242 of file qdrawhelper.cpp.
uint BlendSrcGeneric::buffer |
Definition at line 4221 of file qdrawhelper.cpp.
Referenced by testing.tools.encode_pdf_filter._Ascii85DecodePdfStream::close(), testing.tools.encode_pdf_filter._FlateDecodePdfStream::close(), testing.tools.encode_pdf_filter._PdfStream::close(), fetch(), testing.tools.encode_pdf_filter._FlateDecodePdfStream::flush(), testing.tools.encode_pdf_filter._PdfStream::flush(), testing.tools.encode_pdf_filter._SinkPdfStream::getbuffer(), testing.tools.encode_pdf_filter._FlateDecodePdfStream::write(), testing.tools.encode_pdf_filter._PdfStream::write(), and testing.tools.encode_pdf_filter._PngIdatPdfStream::write().
uint * BlendSrcGeneric::dest = nullptr |
Definition at line 4220 of file qdrawhelper.cpp.
uint BlendSrcGeneric::src_buffer |
Definition at line 4222 of file qdrawhelper.cpp.
Referenced by fetch().