- 
    Bug 
- 
    Resolution: Done
- 
    P1: Critical 
- 
    4.7.3
- 
        6afe7a233e66f0cae803590d536b4d379b7c1625
When drawing a QPixmap to QImage, raster paint engine needs to call QPixmap::toImage() to get the raster data.
On Symbian on OpenVG and OpenGL graphics systems this causes a deep copy because QPixmap is backedup by CFbsBitmap.
Raster engine should use QPixmapData::toVolatileImage() on Symbian to avoid deep copy.