Lines Matching refs:pAlpha
615 AlphaMask* pAlpha = new AlphaMask( aMask ); in CopyPixel() local
617 aMask = pAlpha->ImplGetBitmap(); in CopyPixel()
618 delete pAlpha; in CopyPixel()
625 AlphaMask* pAlpha = new AlphaMask( GetSizePixel(), &cBlack ); in CopyPixel() local
627 aMask = pAlpha->ImplGetBitmap(); in CopyPixel()
628 delete pAlpha; in CopyPixel()
1247 BitmapWriteAccess* pAlpha = aAlpha.AcquireWriteAccess(); in createBlendFrame() local
1249 if(pContent && pAlpha) in createBlendFrame()
1256 pAlpha->SetPixelIndex(0, 0, nAlpha); in createBlendFrame()
1265 pAlpha->SetPixelIndex(0, x, nAlpha); in createBlendFrame()
1273 pAlpha->SetPixelIndex(0, x, nAlpha); in createBlendFrame()
1283 pAlpha->SetPixelIndex(y, 0, nAlpha); in createBlendFrame()
1292 pAlpha->SetPixelIndex(y, x, nAlpha); in createBlendFrame()
1301 pAlpha->SetPixelIndex(y, 0, nAlpha); in createBlendFrame()
1310 pAlpha->SetPixelIndex(y, x, nAlpha); in createBlendFrame()
1318 pAlpha->SetPixelIndex(y, x, nAlpha); in createBlendFrame()
1323 aAlpha.ReleaseAccess(pAlpha); in createBlendFrame()
1334 if(pAlpha) in createBlendFrame()
1336 aAlpha.ReleaseAccess(pAlpha); in createBlendFrame()