Searched refs:cropRect (Results 1 – 1 of 1) sorted by relevance
961 Rectangle cropRect(destRect); in Impl_writeImage() local964 cropRect.Move(-srcPt.X(), -srcPt.Y()); in Impl_writeImage()966 Rectangle cropPixelRect(static_cast<long>(cropRect.Left()*XScale), in Impl_writeImage()967 static_cast<long>(cropRect.Top()*YScale), in Impl_writeImage()968 static_cast<long>(cropRect.Right()*XScale), in Impl_writeImage()969 static_cast<long>(cropRect.Bottom()*YScale)); in Impl_writeImage()
Completed in 21 milliseconds