Searched refs:gradientWidth (Results 1 – 1 of 1) sorted by relevance
1082 long gradientWidth = pWin->GetDesktopRectPixel().GetSize().Width(); in ImplDrawGradientWallpaper() local1083 if( gradientWidth > 1024 ) in ImplDrawGradientWallpaper()1084 gradientWidth = 1024; in ImplDrawGradientWallpaper()1085 if( mnOutOffX+nWidth > gradientWidth ) in ImplDrawGradientWallpaper()1087 if( mnOutOffX > gradientWidth ) in ImplDrawGradientWallpaper()1090 aBound = Rectangle( Point( -mnOutOffX, nY ), Size( gradientWidth, nHeight ) ); in ImplDrawGradientWallpaper()
Completed in 19 milliseconds