Lines Matching refs:m_nScreen

136 	values.stipple				= GetDisplay()->GetInvert50( m_nScreen );  in CreateGC()
223 values.stipple = GetDisplay()->GetInvert50( m_nScreen ); in GetInvert50GC()
377 GetDisplay()->GetMonoGC( m_nScreen ), in SetMask()
484 pSrcGraphics->m_nScreen == m_nScreen && in copyBits()
525 pCopyGC = GetDisplay()->GetCopyGC( m_nScreen ); in copyBits()
632 const SalColormap& rColMap = pSalDisp->GetColormap( m_nScreen ); in drawBitmap()
633 const long nDepth = GetDisplay()->GetVisual( m_nScreen ).GetDepth(); in drawBitmap()
646 …static_cast<const X11SalBitmap&>(rSalBitmap).ImplDraw( aDrawable, m_nScreen, nDepth, rPosAry, aGC … in drawBitmap()
689 pSalDisp->GetVisual( m_nScreen ).GetDepth() ); in drawMaskedBitmap()
699 const SalColormap& rColMap = pSalDisp->GetColormap( m_nScreen ); in drawMaskedBitmap()
707 … static_cast<const X11SalBitmap&>(rSalBitmap).ImplDraw( aFG, m_nScreen, nDepth, aTmpRect, aTmpGC ); in drawMaskedBitmap()
721 … static_cast<const X11SalBitmap&>(rTransBitmap).ImplDraw( aFG, m_nScreen, 1, aTmpRect, aTmpGC ); in drawMaskedBitmap()
731 … static_cast<const X11SalBitmap&>(rTransBitmap).ImplDraw( aBG, m_nScreen, 1, aTmpRect, aTmpGC ); in drawMaskedBitmap()
800 const SalVisual& rSalVis = pSalDisp->GetVisual( m_nScreen ); in drawAlphaBitmap()
806 ImplSalDDB* pSrcDDB = rSrcX11Bmp.ImplGetDDB( hDrawable_, m_nScreen, nDepth, rTR ); in drawAlphaBitmap()
980 … static_cast<const X11SalBitmap&>(rSalBitmap).ImplDraw( aStipple, m_nScreen, 1, aTwoRect, aTmpGC ); in drawMask()
1061 if( &GetDisplay()->GetColormap( m_nScreen ) != &GetColormap() ) in getBitmap()
1065 pSalBitmap->ImplCreateFromDrawable( GetDrawable(), m_nScreen, nBitCount, nX, nY, nDX, nDY ); in getBitmap()
1147 const SalVisual& rSalVis = pSalDisp->GetVisual( m_nScreen ); in supportsOperation()