![]() |
Qt 6.x
The Qt SDK
|
#include <qdrawhelper_p.h>
Collaboration diagram for DrawHelper:Public Attributes | |
| ProcessSpans | blendColor |
| BitmapBlitFunc | bitmapBlit |
| AlphamapBlitFunc | alphamapBlit |
| AlphaRGBBlitFunc | alphaRGBBlit |
| RectFillFunc | fillRect |
Definition at line 113 of file qdrawhelper_p.h.
| AlphamapBlitFunc DrawHelper::alphamapBlit |
Definition at line 116 of file qdrawhelper_p.h.
Referenced by QSpanData::adjustSpanMethods(), and qInitDrawhelperFunctions().
| AlphaRGBBlitFunc DrawHelper::alphaRGBBlit |
Definition at line 117 of file qdrawhelper_p.h.
Referenced by QSpanData::adjustSpanMethods().
| BitmapBlitFunc DrawHelper::bitmapBlit |
Definition at line 115 of file qdrawhelper_p.h.
Referenced by QSpanData::adjustSpanMethods(), and qInitDrawhelperFunctions().
| ProcessSpans DrawHelper::blendColor |
Definition at line 114 of file qdrawhelper_p.h.
Referenced by QSpanData::adjustSpanMethods().
| RectFillFunc DrawHelper::fillRect |
Definition at line 118 of file qdrawhelper_p.h.
Referenced by QSpanData::adjustSpanMethods().