Lines Matching refs:mpAlphaVDev
300 if( mpAlphaVDev ) in DrawOutDev()
301 mpAlphaVDev->DrawOutDev( rDestPt, rDestSize, rSrcPt, rSrcSize ); in DrawOutDev()
343 if( mpAlphaVDev ) in DrawOutDev()
345 if( rOutDev.mpAlphaVDev ) in DrawOutDev()
359 mpAlphaVDev->ImplFillOpaqueRectangle( Rectangle(rDestPt, rDestSize) ); in DrawOutDev()
364 if( rOutDev.mpAlphaVDev ) in DrawOutDev()
444 if( mpAlphaVDev ) in CopyArea()
445 mpAlphaVDev->CopyArea( rDestPt, rSrcPt, rSrcSize, nFlags ); in CopyArea()
521 if( mpAlphaVDev ) in DrawBitmap()
524 mpAlphaVDev->ImplFillOpaqueRectangle( Rectangle(rDestPt, PixelToLogic( aSizePix )) ); in DrawBitmap()
539 if( mpAlphaVDev ) in DrawBitmap()
542 mpAlphaVDev->ImplFillOpaqueRectangle( Rectangle(rDestPt, rDestSize) ); in DrawBitmap()
559 if( mpAlphaVDev ) in DrawBitmap()
562 mpAlphaVDev->ImplFillOpaqueRectangle( Rectangle(rDestPt, rDestSize) ); in DrawBitmap()
1262 if( mpAlphaVDev ) in ImplDrawBitmapEx()
1263 mpAlphaVDev->DrawBitmapEx( rDestPt, in ImplDrawBitmapEx()
1272 if( mpAlphaVDev ) in ImplDrawBitmapEx()
1275 mpAlphaVDev->ImplFillOpaqueRectangle( Rectangle(rDestPt, rDestSize) ); in ImplDrawBitmapEx()
1295 if( mpAlphaVDev ) in DrawMask()
1304 mpAlphaVDev->DrawBitmapEx( rDestPt, in DrawMask()
1323 if( mpAlphaVDev ) in DrawMask()
1332 mpAlphaVDev->DrawBitmapEx( rDestPt, in DrawMask()
1352 if( mpAlphaVDev ) in DrawMask()
1361 mpAlphaVDev->DrawBitmapEx( rDestPt, in DrawMask()
1637 if( mpAlphaVDev ) in GetBitmapEx()
1639 Bitmap aAlphaBitmap( mpAlphaVDev->GetBitmap( rSrcPt, rSize ) ); in GetBitmapEx()
1760 if( mpAlphaVDev ) in DrawPixel()
1761 mpAlphaVDev->DrawPixel( rPt ); in DrawPixel()
1828 if( mpAlphaVDev ) in DrawPixel()
1829 mpAlphaVDev->DrawPixel( rPt ); in DrawPixel()
1873 if( mpAlphaVDev ) in DrawPixel()
1874 mpAlphaVDev->DrawPixel( rPts, pColors ); in DrawPixel()
1893 if( mpAlphaVDev ) in DrawPixel()
1894 mpAlphaVDev->DrawPixel( rPts, rColor ); in DrawPixel()
1926 OSL_ENSURE(mpAlphaVDev, in ImplBlendWithAlpha()
1929 sal_Bool bOldMapMode( mpAlphaVDev->IsMapModeEnabled() ); in ImplBlendWithAlpha()
1930 mpAlphaVDev->EnableMapMode(sal_False); in ImplBlendWithAlpha()
1932 Bitmap aAlphaBitmap( mpAlphaVDev->GetBitmap( aDstRect.TopLeft(), aDstRect.GetSize() ) ); in ImplBlendWithAlpha()
2026 mpAlphaVDev->DrawBitmap( aDstRect.TopLeft(), aAlphaBitmap ); in ImplBlendWithAlpha()
2027 mpAlphaVDev->EnableMapMode( bOldMapMode ); in ImplBlendWithAlpha()
2236 bool bTryDirectPaint(!mpAlphaVDev && !pDisableNative && !bHMirr && !bVMirr); in ImplDrawAlpha()
2265 VirtualDevice* pOldVDev = mpAlphaVDev; in ImplDrawAlpha()
2338 if( mpAlphaVDev ) in ImplDrawAlpha()
2360 if( mpAlphaVDev ) in ImplDrawAlpha()
2361 mpAlphaVDev = NULL; in ImplDrawAlpha()
2367 mpAlphaVDev = pOldVDev; in ImplDrawAlpha()