Lines Matching refs:rSourceRect
158 const ::basegfx::B2IRange& rSourceRect,
395 const ::basegfx::B2IRange& rSourceRect, in update()
413 rect.left + sal_Int32(rSourceRect.getWidth()+1)); in update()
415 rect.top + sal_Int32(rSourceRect.getHeight()+1)); in update()
429 pImage += rSourceRect.getMinY()*nSourcePitchInBytes; in update()
430 pImage += rSourceRect.getMinX()*nSourceBytesPerPixel; in update()
437 rSourceRect.getWidth())* in update()
439 const sal_uInt64 nNumLines(rSourceRect.getHeight()); in update()
470 pImage += rSourceRect.getMinY()*nSourcePitchInBytes; in update()
471 pImage += rSourceRect.getMinX()*nSourceBytesPerPixel; in update()
477 sal::static_int_cast<sal_Int32>(rSourceRect.getWidth())); in update()
479 sal::static_int_cast<sal_Int32>(rSourceRect.getHeight())); in update()
510 pImage += rSourceRect.getMinY()*nSourcePitchInBytes; in update()
511 pImage += rSourceRect.getMinX()*nSourceBytesPerPixel; in update()
517 sal::static_int_cast<sal_Int32>(rSourceRect.getHeight())); in update()
519 sal::static_int_cast<sal_Int32>(rSourceRect.getWidth())); in update()