Searched refs:nBmpHeight (Results 1 – 3 of 3) sorted by relevance
832 const long nBmpHeight = aBmpEx.GetSizePixel().Height(); in ImplDrawBitmapWallpaper() local846 aVDev.SetOutputSizePixel( Size( nBmpWidth, nBmpHeight ) ); in ImplDrawBitmapWallpaper()917 aPos.Y() += ( aSize.Height() - nBmpHeight ) >> 1; in ImplDrawBitmapWallpaper()923 aPos.Y() += ( aSize.Height() - nBmpHeight ) >> 1; in ImplDrawBitmapWallpaper()930 aPos.Y() += ( aSize.Height() - nBmpHeight ) >> 1; in ImplDrawBitmapWallpaper()935 aPos.Y() += ( aSize.Height() - nBmpHeight ); in ImplDrawBitmapWallpaper()941 aPos.Y() += ( aSize.Height() - nBmpHeight ); in ImplDrawBitmapWallpaper()948 aPos.Y() += ( aSize.Height() - nBmpHeight ); in ImplDrawBitmapWallpaper()967 nFirstY = aPos.Y() + ( ( aSize.Height() - nBmpHeight ) >> 1 ); in ImplDrawBitmapWallpaper()971 const long nOffY = ( nFirstY - nY ) % nBmpHeight; in ImplDrawBitmapWallpaper()[all …]
2352 long nBmpHeight, nBmpWidth; in CalcTextRect() local2372 nBmpHeight = aContextBmpSize.Height(); in CalcTextRect()2373 if( nBmpHeight < nMaxBmpHeight ) in CalcTextRect()2374 nBmpHeight = nMaxBmpHeight; in CalcTextRect()2375 aPos.Y() += nBmpHeight; in CalcTextRect()2453 long nBmpHeight = pEntry->GetFirstItem(SV_ITEM_ID_LBOXCONTEXTBMP)->GetSize(pView,pEntry).Height(); in CalcBoundingHeight() local2459 nHeight = Max( nBmpHeight, nMaxBmpHeight ); in CalcBoundingHeight()2465 nHeight = Max( nBmpHeight, nMaxBmpHeight ); in CalcBoundingHeight()3673 …long nBmpHeight = ((SvLBoxEntry*)pEntry)->GetFirstItem(SV_ITEM_ID_LBOXCONTEXTBMP)->GetSize(pView,(… in CalcMaxTextRect() local3674 aRect.Top() += nBmpHeight; in CalcMaxTextRect()
758 sal_Int32 nBmpHeight = aBmp.GetSizePixel().Height(); in IMPL_LINK() local761 double nYRatio = (double) nOutHeight / nBmpHeight; in IMPL_LINK()
Completed in 87 milliseconds