Home
last modified time | relevance | path

Searched refs:nMaxB (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx1311 const long nMaxB = MinMax( (long) rTransColor.GetBlue() + nTol, 0, 255 ); in CreateMask() local
1326 nMinB <= nB && nMaxB >= nB ) in CreateMask()
1348 nMinB <= nB && nMaxB >= nB ) in CreateMask()
1625 const long nMaxB = MinMax( (long) rSearchColor.GetBlue() + nTol, 0, 255 ); in Replace() local
1635 nMinB <= rCol.GetBlue() && nMaxB >= rCol.GetBlue() ) in Replace()
1654 nMinB <= aCol.GetBlue() && nMaxB >= aCol.GetBlue() ) in Replace()

Completed in 24 milliseconds