Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx3720 Rectangle aClipRecPixel( pTarget->LogicToPixel( aClipRec ) ); in Paint() local
3724 aClipRecPixel.Right() += 1; in Paint()
3725 aClipRecPixel.Bottom() += 1; in Paint()
3729 aClipRecPixel.Left() -= 1; in Paint()
3730 aClipRecPixel.Bottom() += 1; in Paint()
3768 if ( ( aOutSz.Width() < aClipRecPixel.GetWidth() ) || in Paint()
3769 ( aOutSz.Height() < aClipRecPixel.GetHeight() ) ) in Paint()
3771 bVDevValid = pVDev->SetOutputSizePixel( aClipRecPixel.GetSize() ); in Paint()
3778 ( aOutSz.Width() > ( aClipRecPixel.GetWidth() + RESDIFF ) ) ) in Paint()
3780 bVDevValid = pVDev->SetOutputSizePixel( aClipRecPixel.GetSize() ); in Paint()
[all …]

Completed in 40 milliseconds