Home
last modified time | relevance | path

Searched refs:nBmpWidth (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx831 const long nBmpWidth = aBmpEx.GetSizePixel().Width(); in ImplDrawBitmapWallpaper() local
846 aVDev.SetOutputSizePixel( Size( nBmpWidth, nBmpHeight ) ); in ImplDrawBitmapWallpaper()
909 aPos.X() += ( aSize.Width() - nBmpWidth ) >> 1; in ImplDrawBitmapWallpaper()
913 aPos.X() += ( aSize.Width() - nBmpWidth ); in ImplDrawBitmapWallpaper()
922 aPos.X() += ( aSize.Width() - nBmpWidth ) >> 1; in ImplDrawBitmapWallpaper()
929 aPos.X() += ( aSize.Width() - nBmpWidth ); in ImplDrawBitmapWallpaper()
940 aPos.X() += ( aSize.Width() - nBmpWidth ) >> 1; in ImplDrawBitmapWallpaper()
947 aPos.X() += ( aSize.Width() - nBmpWidth ); in ImplDrawBitmapWallpaper()
966 nFirstX = aPos.X() + ( ( aSize.Width() - nBmpWidth ) >> 1 ); in ImplDrawBitmapWallpaper()
970 const long nOffX = ( nFirstX - nX ) % nBmpWidth; in ImplDrawBitmapWallpaper()
[all …]
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx2352 long nBmpHeight, nBmpWidth; in CalcTextRect() local
2401 nBmpWidth = aContextBmpSize.Width(); in CalcTextRect()
2402 if( nBmpWidth < nMaxBmpWidth ) in CalcTextRect()
2403 nBmpWidth = nMaxBmpWidth; in CalcTextRect()
2404 aPos.X() += nBmpWidth; in CalcTextRect()
2406 aPos.Y() += ( nBmpWidth - aTextSize.Height() ) / 2; in CalcTextRect()
2424 long nBmpWidth = pEntry->GetFirstItem(SV_ITEM_ID_LBOXCONTEXTBMP)->GetSize(pView,pEntry).Width(); in CalcBoundingWidth() local
2430 nWidth = Max( nStringWidth, nBmpWidth ); in CalcBoundingWidth()
2435 nWidth = Max( nBmpWidth, nMaxBmpWidth ); in CalcBoundingWidth()
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx757 sal_Int32 nBmpWidth = aBmp.GetSizePixel().Width(); in IMPL_LINK() local
760 double nXRatio = (double) nOutWidth / nBmpWidth; in IMPL_LINK()

Completed in 39 milliseconds