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()
869 bDone = mpGraphics->DrawTransformedBitmap( in DrawTransformedBitmapEx()
1185 … if(bTryDirectPaint && mpGraphics->DrawAlphaBitmap(aPosAry, *pSalSrcBmp, *pSalAlphaBmp, this)) in ImplDrawBitmapEx()
1248 mpGraphics->DrawBitmap( aPosAry, *pSalSrcBmp, in ImplDrawBitmapEx()
1270 mpGraphics->DrawBitmap( aPosAry, *pSalSrcBmp, this ); in ImplDrawBitmapEx()
1438 mpGraphics->DrawMask( aPosAry, *aTmp.ImplGetImpBitmap()->ImplGetSalBitmap(), in ImplDrawMask()
1442 mpGraphics->DrawMask( aPosAry, *pImpBmp->ImplGetSalBitmap(), in ImplDrawMask()
1535 if ( mpGraphics || ( (OutputDevice*) this )->ImplGetGraphics() ) in GetBitmap()
1582 if ( ((OutputDevice*)&aVDev)->mpGraphics || ((OutputDevice*)&aVDev)->ImplGetGraphics() ) in GetBitmap()
1597 (((OutputDevice*)&aVDev)->mpGraphics)->CopyBits( aPosAry, mpGraphics, this, this ); in GetBitmap()
1615 SalBitmap* pSalBmp = mpGraphics->GetBitmap( nX, nY, nWidth, nHeight, this ); in GetBitmap()
1672 if ( mpGraphics || ((OutputDevice*)this)->ImplGetGraphics() ) in GetPixel()
1681 const SalColor aSalCol = mpGraphics->GetPixel( nX, nY, this ); in GetPixel()
1701 if ( mpGraphics || ((OutputDevice*)this)->ImplGetGraphics() ) in GetPixel()
1714 const SalColor aSalCol( mpGraphics->GetPixel( ImplLogicXToDevicePixel( rPt.X() ), in GetPixel()
1744 if ( !mpGraphics ) in DrawPixel()
1758 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), this ); in DrawPixel()
1815 if ( !mpGraphics ) in DrawPixel()
1826 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), ImplColorToSal( aColor ), this ); in DrawPixel()
1856 if ( mpGraphics || ImplGetGraphics() ) in DrawPixel()
1867 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), ImplColorToSal( pColors[ i ] ), this ); in DrawPixel()
2262 bNativeAlpha = mpGraphics->DrawAlphaBitmap( aTR, *pSalSrcBmp, *pSalAlphaBmp, this ); in ImplDrawAlpha()