Home
last modified time | relevance | path

Searched refs:aGrey (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dimpimage.cxx587 Bitmap aGrey( aTotalSize, 8, &Bitmap::GetGreyPalette( 256 ) ); in ImplUpdateDisabledBmpEx() local
590 maDisabledBmpEx = BitmapEx( aGrey, aGreyAlphaMask ); in ImplUpdateDisabledBmpEx()
598 Bitmap aGrey( maDisabledBmpEx.GetBitmap() ); in ImplUpdateDisabledBmpEx() local
599 BitmapWriteAccess* pGrey( aGrey.AcquireWriteAccess() ); in ImplUpdateDisabledBmpEx()
628 aGrey.ReleaseAccess( pGrey ); in ImplUpdateDisabledBmpEx()
631 maDisabledBmpEx = BitmapEx( aGrey, aGreyAlphaMask ); in ImplUpdateDisabledBmpEx()
H A Dbitmap4.cxx402 BitmapColor aGrey( (sal_uInt8) 0 ); in ImplSobelGrey() local
473 aGrey.SetIndex( ~(sal_uInt8) VOS_BOUND( nSum1, 0, 255 ) ); in ImplSobelGrey()
474 pWriteAcc->SetPixel( nY, nX, aGrey ); in ImplSobelGrey()
530 BitmapColor aGrey( (sal_uInt8) 0 ); in ImplEmbossGrey() local
579 aGrey.SetIndex( cLz ); in ImplEmbossGrey()
581 aGrey.SetIndex( 0 ); in ImplEmbossGrey()
585 aGrey.SetIndex( (sal_uInt8) VOS_BOUND( fGrey, 0, 255 ) ); in ImplEmbossGrey()
588 pWriteAcc->SetPixel( nY, nX, aGrey ); in ImplEmbossGrey()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx717 CGFloat aGrey[] = { 0.45, 0.45, 0.45, 1.0 }; in drawNativeControl() local
718 CGContextSetFillColor( mrContext, aGrey ); in drawNativeControl()

Completed in 30 milliseconds