Lines Matching refs:nHeight

215 	void				ImplBmp( Bitmap*, Bitmap*, const Point &, double nWidth, double nHeight );
1469 double nHeight = rRect.GetHeight(); in ImplRect() local
1475 ImplWriteDouble( nHeight ); in ImplRect()
1490 double nHeight = rRect.GetHeight(); in ImplRectFill() local
1496 ImplWriteDouble( nHeight ); in ImplRectFill()
1720 long nHeight = nHeightLeft; in ImplBmp() local
1735 if ( nHeight > 10 ) in ImplBmp()
1736 nHeight = 8; in ImplBmp()
1738 aRect = Rectangle( Point( 0, nHeightOrg - nHeightLeft ), Size( (long)nWidth, (long)nHeight ) ); in ImplBmp()
1748 nHeight >>= 1; in ImplBmp()
1749 if ( nHeight < 2 ) in ImplBmp()
1757 if ( nHeight != nHeightOrg ) in ImplBmp()
1759 nYHeight = nYHeightOrg * nHeight / nHeightOrg; in ImplBmp()
1760 aTileBitmap.Crop( Rectangle( Point( 0, nHeightOrg - nHeightLeft ), Size( nWidth, nHeight ) ) ); in ImplBmp()
1766 ImplScale( nXWidth / nWidth, nYHeight / nHeight ); in ImplBmp()
1824 ImplWriteLong( nHeight ); in ImplBmp()
1828 ImplWriteLong( -nHeight ); in ImplBmp()
1830 ImplWriteLong( nHeight ); in ImplBmp()
1836 for ( long y = 0; y < nHeight; y++ ) in ImplBmp()
1855 ImplWriteLong( nHeight, PS_RET ); in ImplBmp()
1861 ImplWriteLong( -nHeight ); in ImplBmp()
1863 ImplWriteLong( nHeight, PS_NONE ); in ImplBmp()
1874 for ( long y = 0; y < nHeight; y++ ) in ImplBmp()
1885 for ( long y = 0; y < nHeight; y++ ) in ImplBmp()
1918 ImplWriteLong( nHeight, PS_RET ); in ImplBmp()
1924 ImplWriteLong( -nHeight ); in ImplBmp()
1926 ImplWriteLong( nHeight, PS_NONE ); in ImplBmp()
1937 for ( long y = 0; y < nHeight; y++ ) in ImplBmp()
1948 for ( long y = 0; y < nHeight; y++ ) in ImplBmp()
1965 ImplWriteLong( nHeight, PS_RET ); in ImplBmp()
1971 ImplWriteLong( -nHeight ); in ImplBmp()
1973 ImplWriteLong( nHeight, PS_NONE ); in ImplBmp()
1984 for ( long y = 0; y < nHeight; y++ ) in ImplBmp()
1998 for ( long y = 0; y < nHeight; y++ ) in ImplBmp()
2019 nHeightLeft -= nHeight; in ImplBmp()