Lines Matching refs:BitmapEx

72 BitmapEx muckWithBitmap( const BitmapEx& rBmpEx,  in muckWithBitmap()
80 BitmapEx aBmpEx; in muckWithBitmap()
422 const BitmapEx aSrcBmpEx( rGraphic.GetBitmapEx() ); in ImplDraw()
429 BitmapEx aDstBmpEx; in ImplDraw()
448 BitmapEx aContainedBmpEx; in ImplDraw()
457 BitmapEx aDstBmpEx; in ImplDraw()
493 const BitmapEx& rBmpEx, const GraphicAttr& rAttr, in ImplCreateOutput()
494 const sal_uLong nFlags, BitmapEx* pBmpEx ) in ImplCreateOutput()
519 BitmapEx aBmpEx( rBmpEx ); in ImplCreateOutput()
520 BitmapEx aOutBmpEx; in ImplCreateOutput()
709 aOutBmpEx = BitmapEx( aOutBmpEx.GetBitmap().CreateDisplayBitmap( pOut ), aOutBmpEx.GetMask() ); in ImplCreateOutput()
724 const sal_uLong /*nFlags*/, GDIMetaFile& rOutMtf, BitmapEx& rOutBmpEx ) in ImplCreateOutput()
811 rOutBmpEx = BitmapEx( pAction->GetBitmap() ); in ImplCreateOutput()
826 rOutBmpEx = BitmapEx( pAction->GetBitmap() ); in ImplCreateOutput()
842 rOutBmpEx = muckWithBitmap( BitmapEx( pAction->GetBitmap() ), in ImplCreateOutput()
1013 rOutBmpEx = BitmapEx(); in ImplCreateOutput()
1021 sal_Bool GraphicManager::ImplCreateScaled( const BitmapEx& rBmpEx, in ImplCreateScaled()
1024 BitmapEx& rOutBmpEx ) in ImplCreateScaled()
1301 rOutBmpEx = BitmapEx( aOutBmp, aOutAlpha ); in ImplCreateScaled()
1405 rOutBmpEx = BitmapEx( aOutBmp, aOutMsk ); in ImplCreateScaled()
1420 sal_Bool GraphicManager::ImplCreateRotatedScaled( const BitmapEx& rBmpEx, in ImplCreateRotatedScaled()
1424 BitmapEx& rOutBmpEx ) in ImplCreateRotatedScaled()
1657 rOutBmpEx = BitmapEx( aOutBmp, aOutAlpha ); in ImplCreateRotatedScaled()
1730 rOutBmpEx = BitmapEx( aOutBmp, aOutMsk ); in ImplCreateRotatedScaled()
1749 void GraphicManager::ImplAdjust( BitmapEx& rBmpEx, const GraphicAttr& rAttr, sal_uLong nAdjustmentF… in ImplAdjust()
1848 rBmpEx = BitmapEx( rBmpEx.GetBitmap(), aAlpha ); in ImplAdjust()
2105 BitmapEx aTileBitmap( rVDev.GetBitmap( aTileInfo.aTileTopLeft, aTileInfo.aTileSizePixel ) ); in ImplRenderTileRecursive()
2270 BitmapEx aTileBitmap( aVDev.GetBitmap( Point(0,0), aVDev.GetOutputSize() ) ); in ImplDrawTiled()
2287 aTileBitmap = BitmapEx( aTileBitmap.GetBitmap(), in ImplDrawTiled()
2290 aTileBitmap = BitmapEx( aTileBitmap.GetBitmap(), in ImplDrawTiled()
2399 void GraphicObject::ImplTransformBitmap( BitmapEx& rBmpEx, in ImplTransformBitmap()
2427 BitmapEx aBmpEx2; in ImplTransformBitmap()
2432 aBmpEx2 = BitmapEx( rBmpEx.GetBitmap(), rBmpEx.GetAlpha() ); in ImplTransformBitmap()
2434 aBmpEx2 = BitmapEx( rBmpEx.GetBitmap(), rBmpEx.GetMask() ); in ImplTransformBitmap()
2443 aBmpEx2 = BitmapEx( rBmpEx.GetBitmap(), aMask ); in ImplTransformBitmap()