Home
last modified time | relevance | path

Searched refs:GetColorAndAlphaFor32Bit (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dsalbtype.hxx256 …inline void GetColorAndAlphaFor32Bit( BitmapColor& rColor, sal_uInt8& rAlpha, ConstHPBYTE …
883 inline void ColorMask::GetColorAndAlphaFor32Bit( BitmapColor& rColor, sal_uInt8& rAlpha, ConstHPBYT… in GetColorAndAlphaFor32Bit() function in ColorMask
/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx584 … aMask.GetColorAndAlphaFor32Bit( aColor, aAlpha, (sal_uInt8*) pTmp32++ ); in ImplReadDIBBits()