Lines Matching refs:nSrcX
370 const int nSrcX( ::basegfx::fround( aPoint.getX() ) ); in transformBitmap() local
372 if( nSrcX < 0 || nSrcX >= aBmpSize.Width() || in transformBitmap()
386 … const sal_uInt8 cMappedAlphaIdx = aAlphaMap[ pAlphaReadAccess->GetPixelIndex( nSrcY, nSrcX ) ]; in transformBitmap()
389 BitmapColor aColor( pReadAccess->GetPixel( nSrcY, nSrcX ) ); in transformBitmap()
416 const int nSrcX( ::basegfx::fround( aPoint.getX() ) ); in transformBitmap() local
418 if( nSrcX < 0 || nSrcX >= aBmpSize.Width() || in transformBitmap()
440 nSrcX ) ); in transformBitmap()
473 const int nSrcX( ::basegfx::fround( aPoint.getX() ) ); in transformBitmap() local
475 if( nSrcX < 0 || nSrcX >= aBmpSize.Width() || in transformBitmap()
482 … const sal_uInt8 cAlphaIdx = pAlphaReadAccess->GetPixelIndex( nSrcY, nSrcX ); in transformBitmap()
484 … pWriteAccess->SetPixel( y, x, pReadAccess->GetPixel( nSrcY, nSrcX ) ); in transformBitmap()
495 const int nSrcX( ::basegfx::fround( aPoint.getX() ) ); in transformBitmap() local
497 if( nSrcX < 0 || nSrcX >= aBmpSize.Width() || in transformBitmap()
506 … nSrcX ) ); in transformBitmap()