Lines Matching refs:SurfaceSharedPtr
113 void CanvasHelper::setSurface( const SurfaceSharedPtr& pSurface, bool bHasAlpha ) in setSurface()
319 … static SurfaceSharedPtr surfaceFromXBitmap( const uno::Reference< rendering::XBitmap >& xBitmap ) in surfaceFromXBitmap()
329 return SurfaceSharedPtr(); in surfaceFromXBitmap()
401 …static SurfaceSharedPtr surfaceFromXBitmap( const uno::Reference< rendering::XBitmap >& xBitmap, c… in surfaceFromXBitmap()
404 SurfaceSharedPtr pSurface = surfaceFromXBitmap( xBitmap ); in surfaceFromXBitmap()
628 SurfaceSharedPtr pImageSurface = createSurface( in surfaceFromXBitmap()
750 …SurfaceSharedPtr pSurface = surfaceFromXBitmap( (*pTextures)[0].Bitmap, pDevice, data, bHasAlpha ); in doOperation()
1293 … const SurfaceSharedPtr& pInputSurface, in implDrawBitmapSurface()
1300 SurfaceSharedPtr pSurface=pInputSurface; in implDrawBitmapSurface()
1332 SurfaceSharedPtr pScaledSurface = mpSurfaceProvider->createSurface( in implDrawBitmapSurface()
1374 SurfaceSharedPtr pNewSurface = mpSurfaceProvider->changeSurface( false, false ); in implDrawBitmapSurface()
1422 SurfaceSharedPtr pSurface = surfaceFromXBitmap( xBitmap, mpSurfaceProvider, data, bHasAlpha ); in drawBitmap()
1453 … SurfaceSharedPtr pSurface = surfaceFromXBitmap( xBitmap, mpSurfaceProvider, data, bHasAlpha ); in drawBitmapModulated()
1962 bool CanvasHelper::repaint( const SurfaceSharedPtr& pSurface, in repaint()