Searched refs:rTargetSizePixel (Results 1 – 1 of 1) sorted by relevance
401 const Size& rTargetSizePixel( rOutDev.GetOutputSizePixel() ); in scrollUpdate() local403 rTargetSizePixel.Width(), in scrollUpdate()404 rTargetSizePixel.Height() ); in scrollUpdate()531 const Size& rTargetSizePixel( rOutDev.GetOutputSizePixel() ); in genericUpdate() local548 … ::std::min( static_cast< sal_Int32 >(rTargetSizePixel.Width() - aOutputPosition.X()), in genericUpdate()551 … ::std::min( static_cast< sal_Int32 >(rTargetSizePixel.Height() - aOutputPosition.Y()), in genericUpdate()
Completed in 18 milliseconds