Lines Matching refs:pSrcGraphics
463 X11SalGraphics* pSrcGraphics = pSSrcGraphics in copyBits() local
476 if( pSrcGraphics == this ) in copyBits()
480 else if( pSrcGraphics->bWindow_ ) in copyBits()
483 if( pSrcGraphics->GetDisplay() == GetDisplay() && in copyBits()
484 pSrcGraphics->m_nScreen == m_nScreen && in copyBits()
485 pSrcGraphics->GetVisual().GetDepth() == GetVisual().GetDepth() in copyBits()
491 else if( pSrcGraphics->bVirDev_ ) in copyBits()
510 const bool bNeedGraphicsExposures( pSrcGraphics == this && in copyBits()
512 pSrcGraphics->bWindow_ ); in copyBits()
517 && !pSrcGraphics->bVirDev_ in copyBits()
521 pSrcGraphics->GetDrawable(), // source in copyBits()
523 pSrcGraphics->GetBitCount() ); in copyBits()
533 pSrcGraphics->GetDrawable(), // source in copyBits()
558 pSrcGraphics->GetDrawable(), // source in copyBits()
581 SalBitmap *pDDB = pSrcGraphics->getBitmap( rPosAry.mnSrcX, in copyBits()