Lines Matching refs:mpGraphics

65 	if ( !mpGraphics )						\
160 if ( !pSrcDev->mpGraphics ) in ImplDrawOutDevDirect()
165 pGraphics2 = pSrcDev->mpGraphics; in ImplDrawOutDevDirect()
173 if ( !pSrcDev->mpGraphics ) in ImplDrawOutDevDirect()
178 pGraphics2 = pSrcDev->mpGraphics; in ImplDrawOutDevDirect()
180 if ( !mpGraphics ) in ImplDrawOutDevDirect()
185 DBG_ASSERT( mpGraphics && pSrcDev->mpGraphics, in ImplDrawOutDevDirect()
223 mpGraphics->CopyBits( aPosAry2, pGraphics2, this, pSrcDev ); in ImplDrawOutDevDirect()
226 mpGraphics->CopyBits( rPosAry, pGraphics2, this, pSrcDev ); in ImplDrawOutDevDirect()
296 mpGraphics->CopyBits( aPosAry, NULL, this, NULL ); in DrawOutDev()
428 mpGraphics->CopyArea( aPosAry.mnDestX, aPosAry.mnDestY, in CopyArea()
437 mpGraphics->CopyBits( aPosAry, NULL, this, NULL ); in CopyArea()
465 if ( !mpGraphics ) in ImplDrawFrameDev()
473 mpGraphics->ResetClipRegion(); in ImplDrawFrameDev()
729mpGraphics->DrawBitmap( aPosAry, *aBmp.ImplGetImpBitmap()->ImplGetSalBitmap(), this ); in ImplDrawBitmap()
866 bDone = mpGraphics->DrawTransformedBitmap( in DrawTransformedBitmapEx()
1176 … if(bTryDirectPaint && mpGraphics->DrawAlphaBitmap(aPosAry, *pSalSrcBmp, *pSalAlphaBmp, this)) in ImplDrawBitmapEx()
1239 mpGraphics->DrawBitmap( aPosAry, *pSalSrcBmp, in ImplDrawBitmapEx()
1261 mpGraphics->DrawBitmap( aPosAry, *pSalSrcBmp, this ); in ImplDrawBitmapEx()
1429 mpGraphics->DrawMask( aPosAry, *aTmp.ImplGetImpBitmap()->ImplGetSalBitmap(), in ImplDrawMask()
1433 mpGraphics->DrawMask( aPosAry, *pImpBmp->ImplGetSalBitmap(), in ImplDrawMask()
1526 if ( mpGraphics || ( (OutputDevice*) this )->ImplGetGraphics() ) in GetBitmap()
1573 if ( ((OutputDevice*)&aVDev)->mpGraphics || ((OutputDevice*)&aVDev)->ImplGetGraphics() ) in GetBitmap()
1588 (((OutputDevice*)&aVDev)->mpGraphics)->CopyBits( aPosAry, mpGraphics, this, this ); in GetBitmap()
1606 SalBitmap* pSalBmp = mpGraphics->GetBitmap( nX, nY, nWidth, nHeight, this ); in GetBitmap()
1663 if ( mpGraphics || ((OutputDevice*)this)->ImplGetGraphics() ) in GetPixel()
1672 const SalColor aSalCol = mpGraphics->GetPixel( nX, nY, this ); in GetPixel()
1692 if ( mpGraphics || ((OutputDevice*)this)->ImplGetGraphics() ) in GetPixel()
1705 const SalColor aSalCol( mpGraphics->GetPixel( ImplLogicXToDevicePixel( rPt.X() ), in GetPixel()
1735 if ( !mpGraphics ) in DrawPixel()
1749 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), this ); in DrawPixel()
1806 if ( !mpGraphics ) in DrawPixel()
1817 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), ImplColorToSal( aColor ), this ); in DrawPixel()
1847 if ( mpGraphics || ImplGetGraphics() ) in DrawPixel()
1858 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), ImplColorToSal( pColors[ i ] ), this ); in DrawPixel()
2253 bNativeAlpha = mpGraphics->DrawAlphaBitmap( aTR, *pSalSrcBmp, *pSalAlphaBmp, this ); in ImplDrawAlpha()