Searched refs:GetOutputWidthPixel (Results 1 – 6 of 6) sorted by relevance
115 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 …]
1009 mnOutOffX+GetOutputWidthPixel()-1, in ImplInitClipRegion()
111 …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()
71 pOutDev->GetOutputWidthPixel(), in init()
1568 … Size( pSaveBackWin->GetOutputWidthPixel(), pSaveBackWin->GetOutputHeightPixel() ) ); in ImplHandlePaint()1620 …if ( (nNewWidth != pWindow->GetOutputWidthPixel()) || (nNewHeight != pWindow->GetOutputHeightPixel… in ImplHandleResize()
1102 long GetOutputWidthPixel() const { return mnOutWidth; } in GetOutputWidthPixel() function in OutputDevice
Completed in 58 milliseconds