Home
last modified time | relevance | path

Searched refs:aNewMask (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx1569 AlphaMask aNewMask; in DoAction() local
1602 aNewMask = AlphaMask(aVDev.GetBitmap(Point(0, 0), aVDev.GetOutputSizePixel())); in DoAction()
1617 aNewMask = AlphaMask(aBitmapEx.GetBitmap().GetSizePixel(), &aAlpha); in DoAction()
1620 aBitmapEx = BitmapEx(aBitmapEx.GetBitmap(), aNewMask); in DoAction()
1663 BitmapReadAccess* pNew = aNewMask.AcquireReadAccess(); in DoAction()
1686 aNewMask.ReleaseAccess(pNew); in DoAction()

Completed in 20 milliseconds