Home
last modified time | relevance | path

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

/aoo4110/main/editeng/source/editeng/
H A Dimpedit3.cxx3653 Rectangle aClipRecPixel( pTarget->LogicToPixel( aClipRec ) ); in Paint() local
3657 aClipRecPixel.Right() += 1; in Paint()
3658 aClipRecPixel.Bottom() += 1; in Paint()
3662 aClipRecPixel.Left() -= 1; in Paint()
3663 aClipRecPixel.Bottom() += 1; in Paint()
3701 if ( ( aOutSz.Width() < aClipRecPixel.GetWidth() ) || in Paint()
3702 ( aOutSz.Height() < aClipRecPixel.GetHeight() ) ) in Paint()
3704 bVDevValid = pVDev->SetOutputSizePixel( aClipRecPixel.GetSize() ); in Paint()
3711 ( aOutSz.Width() > ( aClipRecPixel.GetWidth() + RESDIFF ) ) ) in Paint()
3713 bVDevValid = pVDev->SetOutputSizePixel( aClipRecPixel.GetSize() ); in Paint()
[all …]

Completed in 28 milliseconds