Lines Matching refs:Height

102 		rTwoRect.mnSrcY = rSizePix.Height() - rTwoRect.mnSrcY - rTwoRect.mnSrcHeight;  in ImplAdjustTwoRect()
109 ( rTwoRect.mnSrcY < 0 ) || ( rTwoRect.mnSrcY >= rSizePix.Height() ) || in ImplAdjustTwoRect()
111 ( ( rTwoRect.mnSrcY + rTwoRect.mnSrcHeight ) > rSizePix.Height() ) ) in ImplAdjustTwoRect()
262 aPosAry.mnSrcHeight = ImplLogicHeightToDevicePixel( rSrcSize.Height() ); in DrawOutDev()
264 aPosAry.mnDestHeight = ImplLogicHeightToDevicePixel( rDestSize.Height() ); in DrawOutDev()
337 aPosAry.mnSrcHeight = rOutDev.ImplLogicHeightToDevicePixel( rSrcSize.Height() ); in DrawOutDev()
341 aPosAry.mnDestHeight = ImplLogicHeightToDevicePixel( rDestSize.Height() ); in DrawOutDev()
397 aPosAry.mnSrcHeight = ImplLogicHeightToDevicePixel( rSrcSize.Height() ); in CopyArea()
481 aPosAry.mnSrcHeight = rDevSize.Height(); in ImplDrawFrameDev()
485 aPosAry.mnDestHeight = rDevSize.Height(); in ImplDrawFrameDev()
643 aPosAry.mnSrcHeight = rSrcSizePixel.Height(); in ImplDrawBitmap()
647 aPosAry.mnDestHeight = ImplLogicHeightToDevicePixel( rDestSize.Height() ); in ImplDrawBitmap()
904 const double fOrigArea(rOriginalSizePixel.Width() * rOriginalSizePixel.Height() * 0.5); in DrawTransformedBitmapEx()
928 GetOutputSizePixel().Height()); in DrawTransformedBitmapEx()
1152 aPosAry.mnSrcHeight = rSrcSizePixel.Height(); in ImplDrawBitmapEx()
1156 aPosAry.mnDestHeight = ImplLogicHeightToDevicePixel( rDestSize.Height() ); in ImplDrawBitmapEx()
1421 aPosAry.mnSrcHeight = rSrcSizePixel.Height(); in ImplDrawMask()
1425 aPosAry.mnDestHeight = ImplLogicHeightToDevicePixel( rDestSize.Height() ); in ImplDrawMask()
1473 pData->mpImageBitmap->Create( pData->maBmpEx, aSize.Width(), aSize.Height(), 1 ); in DrawImage()
1509 pData->mpImageBitmap->Create( pData->maBmpEx, aSize.Width(), aSize.Height(), 1 ); in DrawImage()
1533 long nHeight = ImplLogicHeightToDevicePixel( rSize.Height() ); in GetBitmap()
2100 aTR.mnDestHeight= aOutSz.Height(); in ImplBlend()
2208 const sal_Bool bHMirr = aOutSz.Width() < 0, bVMirr = aOutSz.Height() < 0; in ImplDrawAlpha()
2226 aOutSz.Height() = -aOutSz.Height(); in ImplDrawAlpha()
2227 aOutPt.Y() -= ( aOutSz.Height() - 1L ); in ImplDrawAlpha()
2244 …sMapMode() && rSrcSizePixel.Width() == aOutSz.Width() && rSrcSizePixel.Height() == aOutSz.Height()) in ImplDrawAlpha()
2256 rSrcSizePixel.Width(), rSrcSizePixel.Height(), in ImplDrawAlpha()
2258 aOutSz.Width(), aOutSz.Height() in ImplDrawAlpha()
2287 const long nOutWidth = aOutSz.Width(), nOutHeight = aOutSz.Height(); in ImplDrawAlpha()
2394 …p.IsEmpty() && aSrcRect.GetWidth() && aSrcRect.GetHeight() && aDestSz.Width() && aDestSz.Height() ) in ImplPrintTransparent()
2411 if( aDestSz.Height() < 0L ) in ImplPrintTransparent()
2413 aDestSz.Height() = -aDestSz.Height(); in ImplPrintTransparent()
2414 aDestPt.Y() -= ( aDestSz.Height() - 1L ); in ImplPrintTransparent()
2453 pMapY[ nY ] = aDestPt.Y() + FRound( (double) aDestSz.Height() * nY / nSrcHeight ); in ImplPrintTransparent()
2508 …k.IsEmpty() && aSrcRect.GetWidth() && aSrcRect.GetHeight() && aDestSz.Width() && aDestSz.Height() ) in ImplPrintMask()
2525 if( aDestSz.Height() < 0L ) in ImplPrintMask()
2527 aDestSz.Height() = -aDestSz.Height(); in ImplPrintMask()
2528 aDestPt.Y() -= ( aDestSz.Height() - 1L ); in ImplPrintMask()
2561 pMapY[ nY ] = aDestPt.Y() + FRound( (double) aDestSz.Height() * nY / nSrcHeight ); in ImplPrintMask()