Home
last modified time | relevance | path

Searched refs:aBmp (Results 101 – 103 of 103) sorted by relevance

12345

/aoo41x/main/svx/source/unodraw/
H A Dunoshape.cxx2819 BitmapEx aBmp( SVX_RES(nId) ); in getPropertyValueImpl() local
2820 Reference< awt::XBitmap > xBmp( VCLUnoHelper::CreateBitmap( aBmp ) ); in getPropertyValueImpl()
/aoo41x/main/filter/source/msfilter/
H A Dsvdfppt.cxx5910 Bitmap aBmp( aGraf.GetBitmap() ); in ApplyTo() local
5911 Size aSize( aBmp.GetSizePixel() ); in ApplyTo()
5920 BitmapReadAccess* pAcc = aBmp.AcquireReadAccess(); in ApplyTo()
5948 aBmp.ReleaseAccess( pAcc ); in ApplyTo()
/aoo41x/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx9981 Bitmap aBmp( aGraphic.GetBitmap() ); in drawJPGBitmap() local
9982 if( !!rMask && rMask.GetSizePixel() == aBmp.GetSizePixel() ) in drawJPGBitmap()
9984 BitmapEx aBmpEx( aBmp, rMask ); in drawJPGBitmap()
9988 drawBitmap( rTargetArea.TopLeft(), rTargetArea.GetSize(), aBmp ); in drawJPGBitmap()

Completed in 102 milliseconds

12345