Lines Matching refs:nWidth

499                                 const long			nWidth = pW->Width(), nHeight = pW->Height();  in DrawTransparent()  local
526 for( nX = 0; nX < nWidth; nX++, cBit >>= 1, pWScan++ ) in DrawTransparent()
539 for( nX = 0; nX < nWidth; nX++ ) in DrawTransparent()
559 … for( nX = 0; nX < nWidth; nX++, cBit >>= 1, pWScan += 3 ) in DrawTransparent()
577 for( nX = 0; nX < nWidth; nX++ ) 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()
954 const long nRight = nX + nWidth - 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()
1085 if( mnOutOffX+nWidth > gradientWidth ) in ImplDrawGradientWallpaper()
1086 … ImplDrawColorWallpaper( nX, nY, nWidth, nHeight, rWallpaper.GetGradient().GetEndColor() ); 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()