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()
1038 void OutputDevice::ImplDrawBitmapEx( const Point& rDestPt, const Size& rDestSize, in ImplDrawBitmapEx()
1042 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in ImplDrawBitmapEx()
1284 void OutputDevice::DrawMask( const Point& rDestPt, in DrawMask()
1312 void OutputDevice::DrawMask( const Point& rDestPt, const Size& rDestSize, in DrawMask()
1340 void OutputDevice::DrawMask( const Point& rDestPt, const Size& rDestSize, in DrawMask()
1371 void OutputDevice::ImplDrawMask( const Point& rDestPt, const Size& rDestSize, in ImplDrawMask()
1376 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in ImplDrawMask()
1451 void OutputDevice::DrawImage( const Point& rPos, const Image& rImage, sal_uInt16 nStyle ) in DrawImage()
1487 void OutputDevice::DrawImage( const Point& rPos, const Size& rSize, in DrawImage()
1524 Bitmap OutputDevice::GetBitmap( const Point& rSrcPt, const Size& rSize ) const in GetBitmap()
1526 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in GetBitmap()
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()
1632 BitmapEx OutputDevice::GetBitmapEx( const Point& rSrcPt, const Size& rSize ) const in GetBitmapEx()
1634 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in GetBitmapEx()
1653 void OutputDevice::ImplGetFrameBitmap( const Point& rDestPt, const Size& rSize, in ImplGetFrameBitmap()
1656 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in ImplGetFrameBitmap()
1659 ((OutputDevice*)this)->mbMap = sal_False; in ImplGetFrameBitmap()
1661 ((OutputDevice*)this)->mbMap = bOldMap; in ImplGetFrameBitmap()
1666 Color OutputDevice::GetPixel( const Point& rPt ) const in GetPixel()
1668 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in GetPixel()
1672 if ( mpGraphics || ((OutputDevice*)this)->ImplGetGraphics() ) in GetPixel()
1675 ((OutputDevice*)this)->ImplInitClipRegion(); in GetPixel()
1692 Color* OutputDevice::GetPixel( const Polygon& rPts ) const in GetPixel()
1694 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in GetPixel()
1701 if ( mpGraphics || ((OutputDevice*)this)->ImplGetGraphics() ) in GetPixel()
1704 ((OutputDevice*)this)->ImplInitClipRegion(); in GetPixel()
1730 void OutputDevice::DrawPixel( const Point& rPt ) in DrawPixel()
1733 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawPixel()
1766 void OutputDevice::DrawPixel( const Point& rPt, const Color& rColor ) in DrawPixel()
1769 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawPixel()
1834 void OutputDevice::DrawPixel( const Polygon& rPts, const Color* pColors ) in DrawPixel()
1841 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawPixel()
1879 void OutputDevice::DrawPixel( const Polygon& rPts, const Color& rColor ) in DrawPixel()
1911 Bitmap OutputDevice::ImplBlendWithAlpha( Bitmap aBmp, in ImplBlendWithAlpha()
2034 Bitmap OutputDevice::ImplBlend( Bitmap aBmp, in ImplBlend()
2200 void OutputDevice::ImplDrawAlpha( const Bitmap& rBmp, const AlphaMask& rAlpha, in ImplDrawAlpha()
2383 void OutputDevice::ImplPrintTransparent( const Bitmap& rBmp, const Bitmap& rMask, in ImplPrintTransparent()
2497 void OutputDevice::ImplPrintMask( const Bitmap& rMask, const Color& rMaskColor, in ImplPrintMask()