Lines Matching refs:pAlpha
617 AlphaMask* pAlpha = new AlphaMask( aMask ); in CopyPixel() local
619 aMask = pAlpha->ImplGetBitmap(); in CopyPixel()
620 delete pAlpha; in CopyPixel()
627 AlphaMask* pAlpha = new AlphaMask( GetSizePixel(), &cBlack ); in CopyPixel() local
629 aMask = pAlpha->ImplGetBitmap(); in CopyPixel()
630 delete pAlpha; in CopyPixel()
1249 BitmapWriteAccess* pAlpha = aAlpha.AcquireWriteAccess(); in createBlendFrame() local
1251 if(pContent && pAlpha) in createBlendFrame()
1258 pAlpha->SetPixelIndex(0, 0, nAlpha); in createBlendFrame()
1267 pAlpha->SetPixelIndex(0, x, nAlpha); in createBlendFrame()
1275 pAlpha->SetPixelIndex(0, x, nAlpha); in createBlendFrame()
1285 pAlpha->SetPixelIndex(y, 0, nAlpha); in createBlendFrame()
1294 pAlpha->SetPixelIndex(y, x, nAlpha); in createBlendFrame()
1303 pAlpha->SetPixelIndex(y, 0, nAlpha); in createBlendFrame()
1312 pAlpha->SetPixelIndex(y, x, nAlpha); in createBlendFrame()
1320 pAlpha->SetPixelIndex(y, x, nAlpha); in createBlendFrame()
1325 aAlpha.ReleaseAccess(pAlpha); in createBlendFrame()
1336 if(pAlpha) in createBlendFrame()
1338 aAlpha.ReleaseAccess(pAlpha); in createBlendFrame()