Lines Matching refs:aPaint
484 Bitmap aPaint( GetBitmap( aDstRect.TopLeft(), aDstSz ) ); in DrawTransparent() local
488 if( !!aPaint && !!aPolyMask ) in DrawTransparent()
490 BitmapWriteAccess* pW = aPaint.AcquireWriteAccess(); in DrawTransparent()
503 if( aPaint.GetBitCount() <= 8 ) in DrawTransparent()
591 aPaint.ReleaseAccess( pW ); in DrawTransparent()
593 DrawBitmap( aDstRect.TopLeft(), aPaint ); in DrawTransparent()
719 const Bitmap aPaint(pVDev->GetBitmap(aPoint, pVDev->GetOutputSizePixel())); in DrawTransparent() local
730 DrawBitmapEx(aDstRect.TopLeft(), BitmapEx(aPaint, aAlpha)); in DrawTransparent()
735 Bitmap aPaint, aMask; in DrawTransparent() local
750 aPaint = pVDev->GetBitmap( Point(), pVDev->GetOutputSizePixel() ); in DrawTransparent()
778 DrawBitmapEx( aDstRect.TopLeft(), BitmapEx( aPaint, aAlpha ) ); in DrawTransparent()