diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-30 05:08:36 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-30 05:08:36 (GMT) |
commit | 2833d72c3d0e67317b9aba3de59f0e90317ecb12 (patch) | |
tree | c92ba8b9b910f04a9239e1b82dd39577a11fb675 /src/openvg/qvgcompositionhelper_p.h | |
parent | f5589e3b4d352b9b8d9fd54e974d548713e7b640 (diff) | |
download | Qt-2833d72c3d0e67317b9aba3de59f0e90317ecb12.zip Qt-2833d72c3d0e67317b9aba3de59f0e90317ecb12.tar.gz Qt-2833d72c3d0e67317b9aba3de59f0e90317ecb12.tar.bz2 |
Remove drawCursorImage() from the OpenVG composition helper
The drawCursorPixmap() function is more efficient and can render
the QImage form of the QPixmap directly if necessary.
Reviewed-by: trustme
Diffstat (limited to 'src/openvg/qvgcompositionhelper_p.h')
-rw-r--r-- | src/openvg/qvgcompositionhelper_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/openvg/qvgcompositionhelper_p.h b/src/openvg/qvgcompositionhelper_p.h index 6317c3f..3afe31e 100644 --- a/src/openvg/qvgcompositionhelper_p.h +++ b/src/openvg/qvgcompositionhelper_p.h @@ -74,7 +74,6 @@ public: void blitWindow(QVGEGLWindowSurfacePrivate *surface, const QRect& rect, const QPoint& topLeft, int opacity); void fillBackground(const QRegion& region, const QBrush& brush); - void drawCursorImage(const QImage& image, const QPoint& offset); void drawCursorPixmap(const QPixmap& pixmap, const QPoint& offset); void setScissor(const QRegion& region); void clearScissor(); |