Lines Matching refs:nSrcY
371 const int nSrcY( ::basegfx::fround( aPoint.getY() ) ); in transformBitmap() local
373 nSrcY < 0 || nSrcY >= aBmpSize.Height() ) in transformBitmap()
386 … const sal_uInt8 cMappedAlphaIdx = aAlphaMap[ pAlphaReadAccess->GetPixelIndex( nSrcY, nSrcX ) ]; in transformBitmap()
389 BitmapColor aColor( pReadAccess->GetPixel( nSrcY, nSrcX ) ); in transformBitmap()
417 const int nSrcY( ::basegfx::fround( aPoint.getY() ) ); in transformBitmap() local
419 nSrcY < 0 || nSrcY >= aBmpSize.Height() ) in transformBitmap()
439 BitmapColor aColor( pReadAccess->GetPixel( nSrcY, in transformBitmap()
474 const int nSrcY( ::basegfx::fround( aPoint.getY() ) ); in transformBitmap() local
476 nSrcY < 0 || nSrcY >= aBmpSize.Height() ) in transformBitmap()
482 … const sal_uInt8 cAlphaIdx = pAlphaReadAccess->GetPixelIndex( nSrcY, nSrcX ); in transformBitmap()
484 … pWriteAccess->SetPixel( y, x, pReadAccess->GetPixel( nSrcY, nSrcX ) ); in transformBitmap()
496 const int nSrcY( ::basegfx::fround( aPoint.getY() ) ); in transformBitmap() local
498 nSrcY < 0 || nSrcY >= aBmpSize.Height() ) in transformBitmap()
505 pWriteAccess->SetPixel( y, x, pReadAccess->GetPixel( nSrcY, in transformBitmap()