Home
last modified time | relevance | path

Searched refs:rSearchColor (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/vcl/source/gdi/
H A Dbitmap.cxx1608 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 Dbitmapex.cxx710 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 Dgdimtf.cxx2401 void GDIMetaFile::ReplaceColors( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong n… in ReplaceColors() argument
2403 ReplaceColors( &rSearchColor, &rReplaceColor, 1, &nTol ); in ReplaceColors()
/aoo4110/main/vcl/inc/vcl/
H A Dbitmapex.hxx297 … sal_Bool Replace( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol = 0 );
H A Dgdimtf.hxx176 … void ReplaceColors( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol = 0 );
H A Dbitmap.hxx766 …sal_Bool Replace( const Color& rSearchColor, const Color& rReplaceColor, sal_uL…

Completed in 62 milliseconds