Searched refs:pMaskAcc (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 1492 if( pMaskAcc && pAcc ) in Replace() 1494 const long nWidth = Min( pMaskAcc->Width(), pAcc->Width() ); in Replace() 1495 const long nHeight = Min( pMaskAcc->Height(), pAcc->Height() ); in Replace() 1548 if( pMaskAcc->GetPixel( nY, nX ) == aMaskWhite ) in Replace() 1554 ( (Bitmap&) rMask ).ReleaseAccess( pMaskAcc ); in Replace() 1837 if( pMaskAcc && pAcc ) in CombineSimple() 1839 const long nWidth = Min( pMaskAcc->Width(), pAcc->Width() ); in CombineSimple() 1854 if( pMaskAcc->GetPixel( nY, nX ) == aMaskBlack ) in CombineSimple() 1927 aMaskPixel = pMaskAcc->GetPixel( nY, nX ); in CombineSimple() 1945 aMaskPixel = pMaskAcc->GetPixel( nY, nX ); in CombineSimple() [all …]
|
H A D | alpha.cxx | 318 BitmapReadAccess* pMaskAcc = ( (Bitmap&) rMask ).AcquireReadAccess(); in Replace() local 322 if( pMaskAcc && pAcc ) in Replace() 325 const long nWidth = Min( pMaskAcc->Width(), pAcc->Width() ); in Replace() 326 const long nHeight = Min( pMaskAcc->Height(), pAcc->Height() ); in Replace() 327 const BitmapColor aMaskWhite( pMaskAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in Replace() 331 if( pMaskAcc->GetPixel( nY, nX ) == aMaskWhite ) in Replace() 335 ( (Bitmap&) rMask ).ReleaseAccess( pMaskAcc ); in Replace()
|
Completed in 21 milliseconds