Lines Matching refs:nHeight

499                                 const long			nWidth = pW->Width(), nHeight = pW->Height();  in DrawTransparent()  local
520 for( nY = 0; nY < nHeight; nY++ ) in DrawTransparent()
538 for( nY = 0; nY < nHeight; nY++ ) in DrawTransparent()
553 for( nY = 0; nY < nHeight; nY++ ) in DrawTransparent()
575 for( nY = 0; nY < nHeight; nY++ ) in DrawTransparent()
793 long nWidth, long nHeight, in ImplDrawColorWallpaper() argument
803 DrawRect( Rectangle( Point( nX, nY ), Size( nWidth, nHeight ) ) ); in ImplDrawColorWallpaper()
812 long nWidth, long nHeight, in ImplDrawBitmapWallpaper() argument
864 ImplDrawGradientWallpaper( nX, nY, nWidth, nHeight, rWallpaper ); in ImplDrawBitmapWallpaper()
867 ImplDrawColorWallpaper( nX, nY, nWidth, nHeight, rWallpaper ); in ImplDrawBitmapWallpaper()
881 aSize = Size( nWidth, nHeight ); in ImplDrawBitmapWallpaper()
887 IntersectClipRegion( Rectangle( Point( nX, nY ), Size( nWidth, nHeight ) ) ); in ImplDrawBitmapWallpaper()
955 const long nBottom = nY + nHeight - 1L; in ImplDrawBitmapWallpaper()
998 const Rectangle aColRect( Point( nX, nY ), Size( nWidth, nHeight ) ); in ImplDrawBitmapWallpaper()
1055 long nWidth, long nHeight, in ImplDrawGradientWallpaper() argument
1068 aBound = Rectangle( Point( nX, nY ), Size( nWidth, nHeight ) ); in ImplDrawGradientWallpaper()
1073 IntersectClipRegion( Rectangle( Point( nX, nY ), Size( nWidth, nHeight ) ) ); in ImplDrawGradientWallpaper()
1086 … ImplDrawColorWallpaper( nX, nY, nWidth, nHeight, rWallpaper.GetGradient().GetEndColor() ); in ImplDrawGradientWallpaper()
1090 aBound = Rectangle( Point( -mnOutOffX, nY ), Size( gradientWidth, nHeight ) ); in ImplDrawGradientWallpaper()
1105 long nWidth, long nHeight, in ImplDrawWallpaper() argument
1109 ImplDrawBitmapWallpaper( nX, nY, nWidth, nHeight, rWallpaper ); in ImplDrawWallpaper()
1111 ImplDrawGradientWallpaper( nX, nY, nWidth, nHeight, rWallpaper ); in ImplDrawWallpaper()
1113 ImplDrawColorWallpaper( nX, nY, nWidth, nHeight, rWallpaper ); in ImplDrawWallpaper()