Searched refs:rMergeColor (Results 1 – 3 of 3) sorted by relevance
/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 …SetRed( COLOR_CHANNEL_MERGE( COLORDATA_RED( mnColor ), COLORDATA_RED( rMergeColor.mnColor ), cTran… in Merge() 235 …SetGreen( COLOR_CHANNEL_MERGE( COLORDATA_GREEN( mnColor ), COLORDATA_GREEN( rMergeColor.mnColor ),… in Merge() 236 …SetBlue( COLOR_CHANNEL_MERGE( COLORDATA_BLUE( mnColor ), COLORDATA_BLUE( rMergeColor.mnColor ), cT… in Merge()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | bitmap.hxx | 749 sal_Bool Replace( const AlphaMask& rAlpha, const Color& rMergeColor );
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 1562 sal_Bool Bitmap::Replace( const AlphaMask& rAlpha, const Color& rMergeColor ) in Replace() argument 1581 … pNewAcc->SetPixel( nY, nX, aCol.Merge( rMergeColor, 255 - pAlphaAcc->GetPixelIndex( nY, nX ) ) ); in Replace()
|
Completed in 53 milliseconds