Searched refs:rSearchColor (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 1608 sal_Bool Bitmap::Replace( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol ) in Replace() argument 1620 const long nMinR = MinMax( (long) rSearchColor.GetRed() - nTol, 0, 255 ); in Replace() 1621 const long nMaxR = MinMax( (long) rSearchColor.GetRed() + nTol, 0, 255 ); in Replace() 1622 const long nMinG = MinMax( (long) rSearchColor.GetGreen() - nTol, 0, 255 ); in Replace() 1623 const long nMaxG = MinMax( (long) rSearchColor.GetGreen() + nTol, 0, 255 ); in Replace() 1624 const long nMinB = MinMax( (long) rSearchColor.GetBlue() - nTol, 0, 255 ); in Replace() 1625 const long nMaxB = MinMax( (long) rSearchColor.GetBlue() + nTol, 0, 255 ); in Replace()
|
H A D | bitmapex.cxx | 710 sal_Bool BitmapEx::Replace( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol ) in Replace() argument 712 return( !!aBitmap ? aBitmap.Replace( rSearchColor, rReplaceColor, nTol ) : sal_False ); in Replace()
|
H A D | gdimtf.cxx | 2401 void GDIMetaFile::ReplaceColors( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong n… in ReplaceColors() argument 2403 ReplaceColors( &rSearchColor, &rReplaceColor, 1, &nTol ); in ReplaceColors()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | bitmapex.hxx | 297 … sal_Bool Replace( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol = 0 );
|
H A D | gdimtf.hxx | 176 … void ReplaceColors( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol = 0 );
|
H A D | bitmap.hxx | 766 …sal_Bool Replace( const Color& rSearchColor, const Color& rReplaceColor, sal_uL…
|
Completed in 56 milliseconds