Searched refs:aMsk (Results 1 – 6 of 6) sorted by relevance
/trunk/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 1211 if( !!aMsk ) in ImplWrite() 1213 aBmp.Replace( aMsk, COL_WHITE ); in ImplWrite() 1214 aMsk.Invert(); in ImplWrite() 1215 …ImplWriteBmpRecord( aMsk, pA->GetPoint(), maVDev.PixelToLogic( aMsk.GetSizePixel() ), WIN_SRCPAINT… in ImplWrite() 1229 if( !!aMsk ) in ImplWrite() 1231 aBmp.Replace( aMsk, COL_WHITE ); in ImplWrite() 1232 aMsk.Invert(); in ImplWrite() 1247 Bitmap aMsk( aBmpEx.GetMask() ); in ImplWrite() local 1249 if( !!aMsk ) in ImplWrite() 1251 aBmp.Replace( aMsk, COL_WHITE ); in ImplWrite() [all …]
|
H A D | wmfwr.cxx | 1416 Bitmap aMsk( pA->GetBitmapEx().GetMask() ); in WriteRecords() local 1418 if( !!aMsk ) in WriteRecords() 1420 aBmp.Replace( aMsk, COL_WHITE ); in WriteRecords() 1421 aMsk.Invert(); in WriteRecords() 1436 if( !!aMsk ) in WriteRecords() 1438 aBmp.Replace( aMsk, COL_WHITE ); in WriteRecords() 1439 aMsk.Invert(); in WriteRecords() 1454 Bitmap aMsk( aBmpEx.GetMask() ); in WriteRecords() local 1456 if( !!aMsk ) in WriteRecords() 1458 aBmp.Replace( aMsk, COL_WHITE ); in WriteRecords() [all …]
|
/trunk/main/sc/source/ui/sidebar/ |
H A D | CellBorderUpdater.cxx | 53 Bitmap aMsk; in UpdateCellBorder() local 57 pMskAcc = ( aMsk = aBmpEx.GetAlpha().GetBitmap() ).AcquireWriteAccess(); in UpdateCellBorder() 59 pMskAcc = ( aMsk = aBmpEx.GetMask() ).AcquireWriteAccess(); in UpdateCellBorder() 114 aMsk.ReleaseAccess( pMskAcc ); in UpdateCellBorder() 117 aBmpEx = BitmapEx( aBmp, AlphaMask( aMsk ) ); in UpdateCellBorder() 119 aBmpEx = BitmapEx( aBmp, aMsk ); in UpdateCellBorder()
|
/trunk/main/svx/source/tbxctrls/ |
H A D | tbxcolorupdate.cxx | 92 Bitmap aMsk; in Update() local 97 pMskAcc = ( aMsk = aBmpEx.GetAlpha().GetBitmap() ).AcquireWriteAccess(); in Update() 99 pMskAcc = ( aMsk = aBmpEx.GetMask() ).AcquireWriteAccess(); in Update() 181 aMsk.ReleaseAccess( pMskAcc ); in Update() 184 aBmpEx = BitmapEx( aBmp, AlphaMask( aMsk ) ); in Update() 186 aBmpEx = BitmapEx( aBmp, aMsk ); in Update()
|
/trunk/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 1309 Bitmap aMsk( rBmpEx.GetMask() ); in ImplCreateScaled() local 1312 pAcc = aMsk.AcquireReadAccess(); in ImplCreateScaled() 1402 aMsk.ReleaseAccess( pAcc ); in ImplCreateScaled() 1666 Bitmap aMsk( rBmpEx.GetMask() ); in ImplCreateRotatedScaled() local 1671 if( !aMsk || ( ( pMAcc = aMsk.AcquireReadAccess() ) != NULL ) ) in ImplCreateRotatedScaled() 1721 aMsk.ReleaseAccess( pMAcc ); in ImplCreateRotatedScaled()
|
/trunk/main/vcl/source/gdi/ |
H A D | bmpfast.cxx | 388 TrueColorPixelPtr<MASKFMT> aMsk( rMsk ); in ImplBlendLines() local 393 ImplBlendPixels<ALPHABITS>( aDst, aSrc, aMsk.GetAlpha() ); in ImplBlendLines() 396 ++aMsk; in ImplBlendLines()
|
Completed in 1577 milliseconds