Searched refs:cTransparency (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/vcl/inc/vcl/ |
H A D | salbtype.hxx | 162 inline BitmapColor& Merge( const BitmapColor& rColor, sal_uInt8 cTransparency ); 163 inline BitmapColor& Merge( sal_uInt8 cR, sal_uInt8 cG, sal_uInt8 cB, sal_uInt8 cTransparency ); 496 inline BitmapColor& BitmapColor::Merge( const BitmapColor& rBitmapColor, sal_uInt8 cTransparency ) in Merge() argument 500 mcBlueOrIndex = COLOR_CHANNEL_MERGE( mcBlueOrIndex, rBitmapColor.mcBlueOrIndex, cTransparency ); in Merge() 501 mcGreen = COLOR_CHANNEL_MERGE( mcGreen, rBitmapColor.mcGreen, cTransparency ); in Merge() 502 mcRed = COLOR_CHANNEL_MERGE( mcRed, rBitmapColor.mcRed, cTransparency ); in Merge() 509 …itmapColor& BitmapColor::Merge( sal_uInt8 cR, sal_uInt8 cG, sal_uInt8 cB, sal_uInt8 cTransparency ) in Merge() argument 512 mcBlueOrIndex = COLOR_CHANNEL_MERGE( mcBlueOrIndex, cB, cTransparency ); in Merge() 513 mcGreen = COLOR_CHANNEL_MERGE( mcGreen, cG, cTransparency ); in Merge() 514 mcRed = COLOR_CHANNEL_MERGE( mcRed, cR, cTransparency ); in Merge()
|
H A D | alpha.hxx | 83 sal_Bool Erase( sal_uInt8 cTransparency );
|
/aoo41x/main/tools/inc/tools/ |
H A D | color.hxx | 161 void Merge( const Color& rMergeColor, sal_uInt8 cTransparency ); 232 inline void Color::Merge( const Color& rMergeColor, sal_uInt8 cTransparency ) in Merge() argument 234 …R_CHANNEL_MERGE( COLORDATA_RED( mnColor ), COLORDATA_RED( rMergeColor.mnColor ), cTransparency ) ); in Merge() 235 …ANNEL_MERGE( COLORDATA_GREEN( mnColor ), COLORDATA_GREEN( rMergeColor.mnColor ), cTransparency ) ); in Merge() 236 …CHANNEL_MERGE( COLORDATA_BLUE( mnColor ), COLORDATA_BLUE( rMergeColor.mnColor ), cTransparency ) ); in Merge()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | alpha.cxx | 236 sal_Bool AlphaMask::Erase( sal_uInt8 cTransparency ) in Erase() argument 238 return Bitmap::Erase( Color( cTransparency, cTransparency, cTransparency ) ); in Erase()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | grfmgr.hxx | 163 void SetTransparency( sal_uInt8 cTransparency ) { mcTransparency = cTransparency; } in SetTransparency() argument
|
Completed in 21 milliseconds