Lines Matching refs:aBmpSize
231 const Size aBmpSize( rBitmap.GetSizePixel() ); in transformBitmap() local
238 aBmpSize.Width(), in transformBitmap()
239 aBmpSize.Height() ); in transformBitmap()
372 if( nSrcX < 0 || nSrcX >= aBmpSize.Width() || in transformBitmap()
373 nSrcY < 0 || nSrcY >= aBmpSize.Height() ) in transformBitmap()
418 if( nSrcX < 0 || nSrcX >= aBmpSize.Width() || in transformBitmap()
419 nSrcY < 0 || nSrcY >= aBmpSize.Height() ) in transformBitmap()
475 if( nSrcX < 0 || nSrcX >= aBmpSize.Width() || in transformBitmap()
476 nSrcY < 0 || nSrcY >= aBmpSize.Height() ) in transformBitmap()
497 if( nSrcX < 0 || nSrcX >= aBmpSize.Width() || in transformBitmap()
498 nSrcY < 0 || nSrcY >= aBmpSize.Height() ) in transformBitmap()