Lines Matching refs:OutputDevice
52 DBG_NAMEEX( OutputDevice )
147 void OutputDevice::ImplDrawOutDevDirect( const OutputDevice* pSrcDev, SalTwoRect& rPosAry ) in ImplDrawOutDevDirect()
162 if ( !((OutputDevice*)pSrcDev)->ImplGetGraphics() ) in ImplDrawOutDevDirect()
175 if ( !((OutputDevice*)pSrcDev)->ImplGetGraphics() ) in ImplDrawOutDevDirect()
233 void OutputDevice::DrawOutDev( const Point& rDestPt, const Size& rDestSize, in DrawOutDev()
237 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawOutDev()
306 void OutputDevice::DrawOutDev( const Point& rDestPt, const Size& rDestSize, in DrawOutDev()
308 const OutputDevice& rOutDev ) in DrawOutDev()
311 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawOutDev()
312 DBG_CHKOBJ( &rOutDev, OutputDevice, ImplDbgCheckOutputDevice ); in DrawOutDev()
379 void OutputDevice::CopyArea( const Point& rDestPt, in CopyArea()
384 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in CopyArea()
450 void OutputDevice::ImplDrawFrameDev( const Point& rPt, const Point& rDevPt, const Size& rDevSize, in ImplDrawFrameDev()
451 const OutputDevice& rOutDev, const Region& rRegion ) in ImplDrawFrameDev()
453 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in ImplDrawFrameDev()
498 void OutputDevice::ImplGetFrameDev( const Point& rPt, const Point& rDevPt, const Size& rDevSize, in ImplGetFrameDev()
499 OutputDevice& rDev ) in ImplGetFrameDev()
501 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in ImplGetFrameDev()
511 void OutputDevice::DrawBitmap( const Point& rDestPt, const Bitmap& rBitmap ) in DrawBitmap()
530 void OutputDevice::DrawBitmap( const Point& rDestPt, const Size& rDestSize, const Bitmap& rBitmap ) in DrawBitmap()
548 void OutputDevice::DrawBitmap( const Point& rDestPt, const Size& rDestSize, in DrawBitmap()
568 void OutputDevice::ImplDrawBitmap( const Point& rDestPt, const Size& rDestSize, in ImplDrawBitmap()
572 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in ImplDrawBitmap()
737 void OutputDevice::DrawBitmapEx( const Point& rDestPt, in DrawBitmapEx()
758 void OutputDevice::DrawBitmapEx( const Point& rDestPt, const Size& rDestSize, in DrawBitmapEx()
778 void OutputDevice::DrawBitmapEx( const Point& rDestPt, const Size& rDestSize, in DrawBitmapEx()
799 void OutputDevice::DrawTransformedBitmapEx( in DrawTransformedBitmapEx()
1029 void OutputDevice::ImplDrawBitmapEx( const Point& rDestPt, const Size& rDestSize, in ImplDrawBitmapEx()
1033 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in ImplDrawBitmapEx()
1275 void OutputDevice::DrawMask( const Point& rDestPt, in DrawMask()
1303 void OutputDevice::DrawMask( const Point& rDestPt, const Size& rDestSize, in DrawMask()
1331 void OutputDevice::DrawMask( const Point& rDestPt, const Size& rDestSize, in DrawMask()
1362 void OutputDevice::ImplDrawMask( const Point& rDestPt, const Size& rDestSize, in ImplDrawMask()
1367 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in ImplDrawMask()
1442 void OutputDevice::DrawImage( const Point& rPos, const Image& rImage, sal_uInt16 nStyle ) in DrawImage()
1478 void OutputDevice::DrawImage( const Point& rPos, const Size& rSize, in DrawImage()
1515 Bitmap OutputDevice::GetBitmap( const Point& rSrcPt, const Size& rSize ) const in GetBitmap()
1517 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in GetBitmap()
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()
1623 BitmapEx OutputDevice::GetBitmapEx( const Point& rSrcPt, const Size& rSize ) const in GetBitmapEx()
1625 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in GetBitmapEx()
1644 void OutputDevice::ImplGetFrameBitmap( const Point& rDestPt, const Size& rSize, in ImplGetFrameBitmap()
1647 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in ImplGetFrameBitmap()
1650 ((OutputDevice*)this)->mbMap = sal_False; in ImplGetFrameBitmap()
1652 ((OutputDevice*)this)->mbMap = bOldMap; in ImplGetFrameBitmap()
1657 Color OutputDevice::GetPixel( const Point& rPt ) const in GetPixel()
1659 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in GetPixel()
1663 if ( mpGraphics || ((OutputDevice*)this)->ImplGetGraphics() ) in GetPixel()
1666 ((OutputDevice*)this)->ImplInitClipRegion(); in GetPixel()
1683 Color* OutputDevice::GetPixel( const Polygon& rPts ) const in GetPixel()
1685 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in GetPixel()
1692 if ( mpGraphics || ((OutputDevice*)this)->ImplGetGraphics() ) in GetPixel()
1695 ((OutputDevice*)this)->ImplInitClipRegion(); in GetPixel()
1721 void OutputDevice::DrawPixel( const Point& rPt ) in DrawPixel()
1724 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawPixel()
1757 void OutputDevice::DrawPixel( const Point& rPt, const Color& rColor ) in DrawPixel()
1760 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawPixel()
1825 void OutputDevice::DrawPixel( const Polygon& rPts, const Color* pColors ) in DrawPixel()
1832 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawPixel()
1870 void OutputDevice::DrawPixel( const Polygon& rPts, const Color& rColor ) in DrawPixel()
1902 Bitmap OutputDevice::ImplBlendWithAlpha( Bitmap aBmp, in ImplBlendWithAlpha()
2025 Bitmap OutputDevice::ImplBlend( Bitmap aBmp, in ImplBlend()
2191 void OutputDevice::ImplDrawAlpha( const Bitmap& rBmp, const AlphaMask& rAlpha, in ImplDrawAlpha()
2374 void OutputDevice::ImplPrintTransparent( const Bitmap& rBmp, const Bitmap& rMask, in ImplPrintTransparent()
2488 void OutputDevice::ImplPrintMask( const Bitmap& rMask, const Color& rMaskColor, in ImplPrintMask()