Lines Matching refs:xBitmap
319 … static SurfaceSharedPtr surfaceFromXBitmap( const uno::Reference< rendering::XBitmap >& xBitmap ) in surfaceFromXBitmap() argument
321 CanvasBitmap* pBitmapImpl = dynamic_cast< CanvasBitmap* >( xBitmap.get() ); in surfaceFromXBitmap()
325 SurfaceProvider* pSurfaceProvider = dynamic_cast<SurfaceProvider*>( xBitmap.get() ); in surfaceFromXBitmap()
332 static ::BitmapEx bitmapExFromXBitmap( const uno::Reference< rendering::XBitmap >& xBitmap ) in bitmapExFromXBitmap() argument
335 uno::Reference<rendering::XIntegerReadOnlyBitmap> xIntBmp(xBitmap, in bitmapExFromXBitmap()
401 …static SurfaceSharedPtr surfaceFromXBitmap( const uno::Reference< rendering::XBitmap >& xBitmap, c… in surfaceFromXBitmap() argument
403 bHasAlpha = xBitmap->hasAlpha(); in surfaceFromXBitmap()
404 SurfaceSharedPtr pSurface = surfaceFromXBitmap( xBitmap ); in surfaceFromXBitmap()
409 ::BitmapEx aBmpEx = bitmapExFromXBitmap(xBitmap); in surfaceFromXBitmap()
1410 … const uno::Reference< rendering::XBitmap >& xBitmap, in drawBitmap()
1422 SurfaceSharedPtr pSurface = surfaceFromXBitmap( xBitmap, mpSurfaceProvider, data, bHasAlpha ); in drawBitmap()
1423 geometry::IntegerSize2D aSize = xBitmap->getSize(); in drawBitmap()
1441 … const uno::Reference< rendering::XBitmap >& xBitmap, in drawBitmapModulated()
1453 … SurfaceSharedPtr pSurface = surfaceFromXBitmap( xBitmap, mpSurfaceProvider, data, bHasAlpha ); in drawBitmapModulated()
1454 geometry::IntegerSize2D aSize = xBitmap->getSize(); in drawBitmapModulated()