Home
last modified time | relevance | path

Searched refs:mnOutHeight (Results 1 – 9 of 9) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dvirdev.cxx83 mnOutHeight = nDY; in ImplInitVirDev()
91 mpVirDev->GetSize(mnOutWidth,mnOutHeight); in ImplInitVirDev()
235 mnOutHeight = rNewSize.Height(); in ImplSetOutputSizePixel()
264 if ( mnOutHeight < nNewHeight ) in ImplSetOutputSizePixel()
265 nHeight = mnOutHeight; in ImplSetOutputSizePixel()
283 mnOutHeight = rNewSize.Height(); in ImplSetOutputSizePixel()
H A Doutdev2.cxx193 Size( pSrcDev->mnOutWidth, pSrcDev->mnOutHeight ) ); in ImplDrawOutDevDirect()
274 Size( mnOutWidth, mnOutHeight ) ); in DrawOutDev()
407 Size( mnOutWidth, mnOutHeight ) ); in CopyArea()
684 && aPosAry.mnDestY < mnOutHeight ) in ImplDrawBitmap()
705 if( aPosAry.mnDestHeight > 3*mnOutHeight && aPosAry.mnSrcHeight != 0 ) in ImplDrawBitmap()
709 if( aPosAry.mnDestY + aPosAry.mnDestHeight > mnOutHeight ) in ImplDrawBitmap()
711 aPosAry.mnDestHeight = Max(long(0),mnOutHeight-aPosAry.mnDestY); in ImplDrawBitmap()
1537 …if ( nWidth > 0 && nHeight > 0 && nX <= (mnOutWidth + mnOutOffX) && nY <= (mnOutHeight + mnOutOff… in GetBitmap()
1566 if ( (nHeight + nY) > (mnOutHeight + mnOutOffY) ) in GetBitmap()
1568 nHeight = mnOutOffY + mnOutHeight - nY; in GetBitmap()
H A Doutdev.cxx357 mnOutHeight = 0; in OutputDevice()
2775 … uno::makeAny( ::com::sun::star::awt::Rectangle( mnOutOffX, mnOutOffY, mnOutWidth, mnOutHeight ) ); in GetCanvas()
H A Dprint.cxx615 mnOutWidth, mnOutHeight, in ImplUpdatePageData()
H A Doutdev6.cxx1174 ImplDrawWallpaper( 0, 0, mnOutWidth, mnOutHeight, maBackground ); in Erase()
/trunk/main/vcl/source/window/
H A Dwindow.cxx2175 Size( mnOutWidth, mnOutHeight ) ); in ImplInitWinClipRegion()
3245 long nOldOutHeight = mnOutHeight; in ImplPosSizeWindow()
3290 if ( nHeight != mnOutHeight ) in ImplPosSizeWindow()
3292 mnOutHeight = nHeight; in ImplPosSizeWindow()
3850 (nY >= mpWindowImpl->mpFrameWindow->mnOutHeight)) && in ImplCallMouseMove()
7305 nHeight = pWindow->mnOutHeight; in SetPosSizePixel()
7568 Size( mnOutWidth, mnOutHeight ) ), in Scroll()
7591 if ( !IsDeviceOutputNecessary() || !mnOutWidth || !mnOutHeight ) in Invalidate()
7603 if ( !IsDeviceOutputNecessary() || !mnOutWidth || !mnOutHeight ) in Invalidate()
7620 if ( !IsDeviceOutputNecessary() || !mnOutWidth || !mnOutHeight ) in Invalidate()
[all …]
H A Dwindow2.cxx168 sal_uLong nSaveBackSize = mnOutWidth*mnOutHeight; in ImplSaveOverlapBackground()
173 Size aOutSize( mnOutWidth, mnOutHeight ); in ImplSaveOverlapBackground()
284 Size( mnOutWidth, mnOutHeight ) ); in ImplInvalidateAllOverlapBackgrounds()
286 Size( pWindow->mnOutWidth, pWindow->mnOutHeight ) ); in ImplInvalidateAllOverlapBackgrounds()
332 …Window->ImplGetFrameBitmap( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ), aBmp ); in SnapShot()
593 Size( mnOutWidth, mnOutHeight ) ) ); in InvertTracking()
659 Size( mnOutWidth, mnOutHeight ) ) ); in InvertTracking()
H A Dwinproc.cxx1623 pWindow->mnOutHeight = nNewHeight; in ImplHandleResize()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx330 long mnOutHeight; member in OutputDevice
1101 { return Size( mnOutWidth, mnOutHeight ); } in GetOutputSizePixel()
1103 long GetOutputHeightPixel() const { return mnOutHeight; } in GetOutputHeightPixel()

Completed in 116 milliseconds