Home
last modified time | relevance | path

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

/aoo42x/main/vcl/source/gdi/
H A Dsalgdilayout.cxx115 w = pOutDev->GetOutputWidthPixel(); in mirror()
127 …long devX = w-pOutDevRef->GetOutputWidthPixel()-pOutDevRef->GetOutOffXPixel(); // re-mirrored mn… in mirror()
137 … x = x - pOutDevRef->GetOutputWidthPixel() + devX - pOutDevRef->GetOutOffXPixel() + 1; in mirror()
139 … x = pOutDevRef->GetOutputWidthPixel() - (x - devX) + pOutDevRef->GetOutOffXPixel() - 1; in mirror()
151 w = pOutDev->GetOutputWidthPixel(); in mirror()
173 … x = x - pOutDevRef->GetOutputWidthPixel() + devX - pOutDevRef->GetOutOffXPixel() + nWidth; in mirror()
175 … x = pOutDevRef->GetOutputWidthPixel() - (x - devX) + pOutDevRef->GetOutOffXPixel() - nWidth; in mirror()
188 w = pOutDev->GetOutputWidthPixel(); in mirror()
314 w = i_pOutDev->GetOutputWidthPixel(); in mirror()
343 w = i_pOutDev->GetOutputWidthPixel(); in mirror()
[all …]
H A Doutdev.cxx1009 mnOutOffX+GetOutputWidthPixel()-1, in ImplInitClipRegion()
/aoo42x/main/drawinglayer/source/processor2d/
H A Dvclhelperbufferdevice.cxx111 …const bool bCandidateOkay((*a)->GetOutputWidthPixel() >= rSizePixel.getWidth() && (*a)->GetOutputH… 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 …bOkay = (*aFound)->GetOutputWidthPixel() >= rSizePixel.getWidth() && (*aFound)->GetOutputHeightPix… in alloc()
141 …bOkay = (*aFound)->GetOutputWidthPixel() >= rSizePixel.getWidth() && (*aFound)->GetOutputHeightPix… in alloc()
/aoo42x/main/canvas/source/cairo/
H A Dcairo_devicehelper.cxx71 pOutDev->GetOutputWidthPixel(), in init()
/aoo42x/main/vcl/source/window/
H A Dwinproc.cxx1568 … Size( pSaveBackWin->GetOutputWidthPixel(), pSaveBackWin->GetOutputHeightPixel() ) ); in ImplHandlePaint()
1620 …if ( (nNewWidth != pWindow->GetOutputWidthPixel()) || (nNewHeight != pWindow->GetOutputHeightPixel… in ImplHandleResize()
/aoo42x/main/vcl/inc/vcl/
H A Doutdev.hxx1102 long GetOutputWidthPixel() const { return mnOutWidth; } in GetOutputWidthPixel() function in OutputDevice

Completed in 58 milliseconds