Lines Matching refs:nWidth

215 	void				ImplBmp( Bitmap*, Bitmap*, const Point &, double nWidth, double nHeight );
216 …ring& rUniString, const Point& rPos, const sal_Int32* pDXArry, sal_Int32 nWidth, VirtualDevice& rV…
1468 double nWidth = rRect.GetWidth(); in ImplRect() local
1473 ImplWriteDouble( nWidth ); in ImplRect()
1477 ImplWriteDouble( nWidth ); in ImplRect()
1489 double nWidth = rRect.GetWidth(); in ImplRectFill() local
1494 ImplWriteDouble( nWidth ); in ImplRectFill()
1498 ImplWriteDouble( nWidth ); in ImplRectFill()
1714 long nWidth = pBitmap->GetSizePixel().Width(); in ImplBmp() local
1738 aRect = Rectangle( Point( 0, nHeightOrg - nHeightLeft ), Size( (long)nWidth, (long)nHeight ) ); in ImplBmp()
1760 aTileBitmap.Crop( Rectangle( Point( 0, nHeightOrg - nHeightLeft ), Size( nWidth, nHeight ) ) ); in ImplBmp()
1766 ImplScale( nXWidth / nWidth, nYHeight / nHeight ); in ImplBmp()
1823 ImplWriteLong( nWidth ); in ImplBmp()
1826 ImplWriteLong( nWidth ); in ImplBmp()
1833 ImplWriteLong( nWidth ); in ImplBmp()
1838 for ( long x = 0; x < nWidth; x++ ) in ImplBmp()
1853 ImplWriteLong( nWidth, PS_RET ); in ImplBmp()
1859 ImplWriteLong( nWidth ); in ImplBmp()
1876 for ( long x = 0; x < nWidth; x++ ) in ImplBmp()
1887 for ( long x = 0; x < nWidth; x++ ) in ImplBmp()
1916 ImplWriteLong( nWidth, PS_RET ); in ImplBmp()
1922 ImplWriteLong( nWidth ); in ImplBmp()
1939 for ( long x = 0; x < nWidth; x++ ) in ImplBmp()
1950 for ( long x = 0; x < nWidth; x++ ) in ImplBmp()
1963 ImplWriteLong( nWidth, PS_RET ); in ImplBmp()
1969 ImplWriteLong( nWidth ); in ImplBmp()
1986 for ( long x = 0; x < nWidth; x++ ) in ImplBmp()
2000 for ( long x = 0; x < nWidth; x++ ) in ImplBmp()
2077 …ring& rUniString, const Point& rPos, const sal_Int32* pDXArry, sal_Int32 nWidth, VirtualDevice& rV… in ImplText() argument
2106 …if ( aVirDev.GetTextOutlines( aPolyPolyVec, rUniString, 0, 0, STRING_LEN, sal_True, nWidth, pDXArr… in ImplText()
2131 ImplWriteString( aStr, rVDev, pDXArry, nWidth != 0 ); in ImplText()