Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx1937 Bitmap aDither( aBmp.GetSizePixel(), 8 ); in ImplBlendWithAlpha() local
1940 BitmapWriteAccess* pW = aDither.AcquireWriteAccess(); in ImplBlendWithAlpha()
1983 aDither.ReleaseAccess( pW ); in ImplBlendWithAlpha()
1984 res = aDither; in ImplBlendWithAlpha()
2054 Bitmap aDither( aBmp.GetSizePixel(), 8 ); in ImplBlend() local
2057 BitmapWriteAccess* pW = aDither.AcquireWriteAccess(); in ImplBlend()
2082 aDither.ReleaseAccess( pW ); in ImplBlend()
2083 res = aDither; in ImplBlend()

Completed in 31 milliseconds