Lines Matching refs:rSourceRect
521 const ::basegfx::B2IRange& rSourceRect,
889 const ::basegfx::B2IRange& rSourceRect, in update()
918 pImage += rSourceRect.getMinY()*nSourcePitchInBytes; in update()
919 pImage += rSourceRect.getMinX()*nSourceBytesPerPixel; in update()
928 rSourceRect.getWidth())* in update()
930 const sal_uInt64 nNumLines(rSourceRect.getHeight()); in update()
946 pImage += rSourceRect.getMinY()*nSourcePitchInBytes; in update()
947 pImage += rSourceRect.getMinX()*nSourceBytesPerPixel; in update()
954 const sal_uInt64 nNumColumns(rSourceRect.getWidth()); in update()
955 const sal_uInt64 nNumLines(rSourceRect.getHeight()); in update()
980 pImage += rSourceRect.getMinY()*nSourcePitchInBytes; in update()
981 pImage += rSourceRect.getMinX()*nSourceBytesPerPixel; in update()
988 const sal_uInt64 nNumLines(rSourceRect.getHeight()); in update()
994 for(sal_uInt32 j=0; j<rSourceRect.getWidth(); ++j) in update()