Lines Matching refs:aSrcRect
464 B2IRange aSrcRect( nSrcX, nSrcY, nSrcX+nSrcWidth, nSrcY+nSrcHeight ); in copyArea() local
466 m_aDevice->drawBitmap( m_aOrigDevice, aSrcRect, aDestRect, DrawMode_PAINT, m_aClipMap ); in copyArea()
475 B2IRange aSrcRect( rPosAry.mnSrcX, rPosAry.mnSrcY, in copyBits() local
481 … m_aDevice->drawBitmap( pSrc->m_aOrigDevice, aSrcRect, aDestRect, DrawMode_PAINT, m_aClipMap ); in copyBits()
488 B2IRange aSrcRect( rPosAry.mnSrcX, rPosAry.mnSrcY, in drawBitmap() local
494 m_aDevice->drawBitmap( rSrc.getBitmap(), aSrcRect, aDestRect, DrawMode_PAINT, m_aClipMap ); in drawBitmap()
511 B2IRange aSrcRect( rPosAry.mnSrcX, rPosAry.mnSrcY, in drawBitmap() local
517 …m_aDevice->drawMaskedBitmap( rSrc.getBitmap(), rSrcTrans.getBitmap(), aSrcRect, aDestRect, DrawMod… in drawBitmap()
526 B2IRange aSrcRect( rPosAry.mnSrcX, rPosAry.mnSrcY, in drawMask() local
540 aCopy->drawMaskedColor( aFgColor, rSrc.getBitmap(), aSrcRect, B2IPoint() ); in drawMask()
544 m_aDevice->drawMaskedColor( aColor, aCopy, aSrcRect, aDestPoint, m_aClipMap ); in drawMask()
553 B2IRange aSrcRect( nX, nY, nX+nWidth, nY+nHeight ); in getBitmap() local
555 aCopy->drawBitmap( m_aOrigDevice, aSrcRect, aDestRect, DrawMode_PAINT ); in getBitmap()