Lines Matching refs:Height

517 	if( aUnrotatedSzPix.Width() && aUnrotatedSzPix.Height() )  in ImplCreateOutput()
525 const long nH = rBmpSzPix.Height(); in ImplCreateOutput()
527 const long nNewH = aUnrotatedSzPix.Height(); in ImplCreateOutput()
632 nEndY = aOutSzPix.Height() - 1L; in ImplCreateOutput()
734 if( aNewSize.Width() && aNewSize.Height() && rSz.Width() && rSz.Height() ) in ImplCreateOutput()
736 const double fGrfWH = (double) aNewSize.Width() / aNewSize.Height(); in ImplCreateOutput()
737 const double fOutWH = (double) rSz.Width() / rSz.Height(); in ImplCreateOutput()
1004 FRound( aNewSize.Height() * fScaleY ) ) ); in ImplCreateOutput()
1438 const long nUnRotH = rUnrotatedSzPix.Height(); in ImplCreateRotatedScaled()
1814 const long nWidth = pA->Width(), nHeight = pA->Height(); in ImplAdjust()
2146 … aTileInfo.aTileTopLeft.Y() + aTileInfo.aTileSizePixel.Height() - 1) ); in ImplRenderTileRecursive()
2158 aCurrPos.Y() += aTileInfo.aTileSizePixel.Height(); in ImplRenderTileRecursive()
2164 …NextTileTopLeft.Y() - 1 + (aTileInfo.nTilesEmptyY/nMSBFactor)*aTileInfo.aTileSizePixel.Height()) ); in ImplRenderTileRecursive()
2193 … rTileInfo.aTileTopLeft.Y() + rTileSizePixel.Height()*nRemainderTilesY ); in ImplRenderTileRecursive()
2195 rTileSizePixel.Height()*nMSBFactor*nExponent ); in ImplRenderTileRecursive()
2221 aCurrPos.Y() += aTileInfo.aTileSizePixel.Height(); in ImplRenderTileRecursive()
2229 (rTileInfo.aTileTopLeft.Y())*rTileSizePixel.Height(), in ImplRenderTileRecursive()
2231 (rTileInfo.aNextTileTopLeft.Y())*rTileSizePixel.Height()-1) ); in ImplRenderTileRecursive()
2252 static_cast<sal_Int64>(rSizePixel.Width()) * rSizePixel.Height() < in ImplDrawTiled()
2260 … const int nNumTilesInCacheY( (nTileCacheSize1D + rSizePixel.Height()-1) / rSizePixel.Height() ); in ImplDrawTiled()
2263 nNumTilesInCacheY*rSizePixel.Height() ) ); in ImplDrawTiled()
2318 if( aOutOffset.Height() < 0 ) in ImplDrawTiled()
2319 … nInvisibleTilesY = (aOutOffset.Height() - rSizePixel.Height() + 1) / rSizePixel.Height(); in ImplDrawTiled()
2321 nInvisibleTilesY = aOutOffset.Height() / rSizePixel.Height(); in ImplDrawTiled()
2325 rArea.Top() - rOffset.Height() ) ) ); in ImplDrawTiled()
2328 aOutOrigin.Y() + nInvisibleTilesY*rSizePixel.Height() ); in ImplDrawTiled()
2338 …Area.GetHeight() + aOutArea.Top() - aOutStart.Y() + rSizePixel.Height() - 1) / rSizePixel.Height(), in ImplDrawTiled()
2388 aCurrPos.Y() += rTileSizePixel.Height(); in ImplDrawTiled()
2417 rCropLeftTop.Height() < 0 || in ImplTransformBitmap()
2419 rCropRightBottom.Height() < 0 ) ) in ImplTransformBitmap()
2423 sal_Int32 nPadTop( rCropLeftTop.Height() < 0 ? -rCropLeftTop.Height() : 0 ); in ImplTransformBitmap()
2425 …sal_Int32 nPadTotalHeight( aBmpSize.Height() + nPadTop + (rCropRightBottom.Height() < 0 ? -rCropRi… in ImplTransformBitmap()
2460 if( aSizePixel.Width() && aSizePixel.Height() && rDstSize.Width() && rDstSize.Height() ) in ImplTransformBitmap()
2462 double fSrcWH = (double) aSizePixel.Width() / aSizePixel.Height(); in ImplTransformBitmap()
2463 double fDstWH = (double) rDstSize.Width() / rDstSize.Height(); in ImplTransformBitmap()
2468 fScaleY = aSizePixel.Width() / ( fDstWH * aSizePixel.Height() ); in ImplTransformBitmap()
2470 fScaleX = fDstWH * aSizePixel.Height() / aSizePixel.Width(); in ImplTransformBitmap()