![]() |
Qt 4.8
|
#include <qvgcompositionhelper_p.h>
Public Functions | |
| void | blitWindow (VGImage image, const QSize &imageSize, const QRect &rect, const QPoint &topLeft, int opacity) |
| void | clearScissor () |
| void | drawCursorPixmap (const QPixmap &pixmap, const QPoint &offset) |
| void | endCompositing () |
| void | fillBackground (const QRegion ®ion, const QBrush &brush) |
| QVGCompositionHelper () | |
| void | setScissor (const QRegion ®ion) |
| void | startCompositing (const QSize &screenSize) |
| virtual | ~QVGCompositionHelper () |
Properties | |
| QVGPaintEnginePrivate * | d |
| QSize | screenSize |
Definition at line 65 of file qvgcompositionhelper_p.h.
| QVGCompositionHelper::QVGCompositionHelper | ( | ) |
Definition at line 3990 of file qpaintengine_vg.cpp.
|
virtual |
Definition at line 3995 of file qpaintengine_vg.cpp.
| void QVGCompositionHelper::blitWindow | ( | VGImage | image, |
| const QSize & | imageSize, | ||
| const QRect & | rect, | ||
| const QPoint & | topLeft, | ||
| int | opacity | ||
| ) |
Definition at line 4012 of file qpaintengine_vg.cpp.
Referenced by endCompositing().
| void QVGCompositionHelper::clearScissor | ( | ) |
Definition at line 4228 of file qpaintengine_vg.cpp.
Definition at line 4161 of file qpaintengine_vg.cpp.
Referenced by fillBackground().
| void QVGCompositionHelper::endCompositing | ( | ) |
Definition at line 4006 of file qpaintengine_vg.cpp.
Definition at line 4107 of file qpaintengine_vg.cpp.
Referenced by fillBackgroundRect().
| void QVGCompositionHelper::setScissor | ( | const QRegion & | region | ) |
Definition at line 4206 of file qpaintengine_vg.cpp.
| void QVGCompositionHelper::startCompositing | ( | const QSize & | screenSize | ) |
Definition at line 3999 of file qpaintengine_vg.cpp.
|
private |
Definition at line 82 of file qvgcompositionhelper_p.h.
|
private |
Definition at line 83 of file qvgcompositionhelper_p.h.