Searched refs:nBmpWidth (Results 1 – 3 of 3) sorted by relevance
831 const long nBmpWidth = aBmpEx.GetSizePixel().Width(); in ImplDrawBitmapWallpaper() local846 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 …]
2352 long nBmpHeight, nBmpWidth; in CalcTextRect() local2401 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() local2430 nWidth = Max( nStringWidth, nBmpWidth ); in CalcBoundingWidth()2435 nWidth = Max( nBmpWidth, nMaxBmpWidth ); in CalcBoundingWidth()
757 sal_Int32 nBmpWidth = aBmp.GetSizePixel().Width(); in IMPL_LINK() local760 double nXRatio = (double) nOutWidth / nBmpWidth; in IMPL_LINK()
Completed in 57 milliseconds