Searched refs:pAlphaAcc (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 1566 BitmapReadAccess* pAlphaAcc = ( (AlphaMask&) rAlpha ).AcquireReadAccess(); in Replace() local 1570 if( pAcc && pAlphaAcc && pNewAcc ) in Replace() 1573 const long nWidth = Min( pAlphaAcc->Width(), pAcc->Width() ); in Replace() 1574 const long nHeight = Min( pAlphaAcc->Height(), pAcc->Height() ); in Replace() 1581 … pNewAcc->SetPixel( nY, nX, aCol.Merge( rMergeColor, 255 - pAlphaAcc->GetPixelIndex( nY, nX ) ) ); in Replace() 1589 ( (AlphaMask&) rAlpha ).ReleaseAccess( pAlphaAcc ); in Replace() 1980 BitmapReadAccess* pAlphaAcc = const_cast<AlphaMask&>(rAlpha).AcquireReadAccess(); in Blend() local 1984 if( pAlphaAcc && pAcc ) in Blend() 1986 const long nWidth = Min( pAlphaAcc->Width(), pAcc->Width() ); in Blend() 1987 const long nHeight = Min( pAlphaAcc->Height(), pAcc->Height() ); in Blend() [all …]
|
/aoo4110/main/vcl/test/ |
H A D | canvasbitmaptest.cxx | 994 BitmapReadAccess* pAlphaAcc = aBmp.GetAlpha().AcquireReadAccess(); in Paint() local 998 test( pAlphaAcc, in Paint() 1003 test(pAlphaAcc->GetPixel(0,0) == BitmapColor(255), in Paint() 1007 test(pAlphaAcc->GetPixel(2,2) == BitmapColor(253), in Paint() 1011 test(pAlphaAcc->GetPixel(2,9) == BitmapColor(253), in Paint() 1014 aBmp.GetAlpha().ReleaseAccess(pAlphaAcc); in Paint()
|
Completed in 29 milliseconds