Home
last modified time | relevance | path

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

/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx961 Rectangle cropRect(destRect); in Impl_writeImage() local
964 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 23 milliseconds