Searched refs:aGrey (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | impimage.cxx | 587 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 D | bitmap4.cxx | 402 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()
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | salnativewidgets.cxx | 717 CGFloat aGrey[] = { 0.45, 0.45, 0.45, 1.0 }; in drawNativeControl() local 718 CGContextSetFillColor( mrContext, aGrey ); in drawNativeControl()
|
Completed in 31 milliseconds