Home
last modified time | relevance | path

Searched refs:pDevicePixelCanvas (Results 1 – 4 of 4) sorted by relevance

/trunk/main/slideshow/source/engine/slide/
H A Duserpaintoverlay.cxx163 ::cppcanvas::CanvasSharedPtr pDevicePixelCanvas( pCanvas->clone() ); in repaintWithoutPolygons()
165 pDevicePixelCanvas->setTransformation( ::basegfx::B2DHomMatrix() ); in repaintWithoutPolygons()
173 pBitmap->draw( pDevicePixelCanvas ); in repaintWithoutPolygons()
388 ::cppcanvas::CanvasSharedPtr pDevicePixelCanvas( pCanvas->clone() ); in handleMouseDragged()
390 pDevicePixelCanvas->setTransformation( ::basegfx::B2DHomMatrix() ); in handleMouseDragged()
400 pBitmap->draw( pDevicePixelCanvas ); in handleMouseDragged()
H A Dslideimpl.cxx328 ::cppcanvas::CanvasSharedPtr pDevicePixelCanvas( pCanvas->clone() ); in operator ()()
329 pDevicePixelCanvas->setTransformation( ::basegfx::B2DHomMatrix() ); in operator ()()
337 pBitmap->draw( pDevicePixelCanvas ); in operator ()()
/trunk/main/slideshow/source/engine/transitions/
H A Dslidechangebase.cxx174 const cppcanvas::CanvasSharedPtr pDevicePixelCanvas( in renderBitmap() local
181 pDevicePixelCanvas->setTransformation( transform ); in renderBitmap()
182 pSlideBitmap->draw( pDevicePixelCanvas ); in renderBitmap()
H A Dslidetransitionfactory.cxx80 const ::cppcanvas::CanvasSharedPtr pDevicePixelCanvas( in fillPage() local
82 pDevicePixelCanvas->setTransformation( ::basegfx::B2DHomMatrix() ); in fillPage()
91 fillRect( pDevicePixelCanvas, in fillPage()

Completed in 31 milliseconds