Home
last modified time | relevance | path

Searched refs:GetOutputHeightPixel (Results 1 – 6 of 6) sorted by relevance

/trunk/main/drawinglayer/source/processor2d/
H A Dvclhelperbufferdevice.cxx111 …kay((*a)->GetOutputWidthPixel() >= rSizePixel.getWidth() && (*a)->GetOutputHeightPixel() >= rSizeP… in alloc()
116 … const sal_uLong aSquare((*aFound)->GetOutputWidthPixel() * (*aFound)->GetOutputHeightPixel()); in alloc()
117 … const sal_uLong aCandidateSquare((*a)->GetOutputWidthPixel() * (*a)->GetOutputHeightPixel()); in alloc()
134 …nd)->GetOutputWidthPixel() >= rSizePixel.getWidth() && (*aFound)->GetOutputHeightPixel() >= rSizeP… in alloc()
141 …nd)->GetOutputWidthPixel() >= rSizePixel.getWidth() && (*aFound)->GetOutputHeightPixel() >= rSizeP… in alloc()
/trunk/main/canvas/source/cairo/
H A Dcairo_devicehelper.cxx72 pOutDev->GetOutputHeightPixel() ); in init()
/trunk/main/vcl/source/window/
H A Dwinproc.cxx1568 … Size( pSaveBackWin->GetOutputWidthPixel(), pSaveBackWin->GetOutputHeightPixel() ) ); in ImplHandlePaint()
1620 … (nNewWidth != pWindow->GetOutputWidthPixel()) || (nNewHeight != pWindow->GetOutputHeightPixel()) ) in ImplHandleResize()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx1103 long GetOutputHeightPixel() const { return mnOutHeight; } in GetOutputHeightPixel() function in OutputDevice
/trunk/main/vcl/source/gdi/
H A Doutdev.cxx1010 mnOutOffY+GetOutputHeightPixel()-1 ); in ImplInitClipRegion()
/trunk/main/svtools/source/control/
H A Dtabbar.cxx1070 Rectangle aClipRect( Point( mnOffX, 0 ), Point( mnLastOffX, GetOutputHeightPixel() - 1 ) ); in Paint()

Completed in 56 milliseconds