Lines Matching refs:OutputDevice

74 DBG_NAME( OutputDevice )
86 const OutputDevice* pOutDev = (OutputDevice*)pObj; in DBG_NAME()
179 bool OutputDevice::ImplIsAntiparallel() const in ImplIsAntiparallel()
196 bool OutputDevice::ImplSelectClipRegion( const Region& rRegion, SalGraphics* pGraphics ) in ImplSelectClipRegion()
241 void OutputDevice::ImplDrawPolyPolygon( sal_uInt16 nPoly, const PolyPolygon& rPolyPoly ) in ImplDrawPolyPolygon()
331 OutputDevice::OutputDevice() : in OutputDevice() function in OutputDevice
337 DBG_CTOR( OutputDevice, ImplDbgCheckOutputDevice ); in OutputDevice()
418 OutputDevice::~OutputDevice() in ~OutputDevice()
420 DBG_DTOR( OutputDevice, ImplDbgCheckOutputDevice ); in ~OutputDevice()
480 bool OutputDevice::supportsOperation( OutDevSupportType eType ) const in supportsOperation()
491 void OutputDevice::EnableRTL( sal_Bool bEnable ) in EnableRTL()
516 sal_Bool OutputDevice::ImplHasMirroredGraphics() in ImplHasMirroredGraphics()
527 void OutputDevice::ImplReMirror( Point &rPoint ) const in ImplReMirror()
531 void OutputDevice::ImplReMirror( Rectangle &rRect ) const in ImplReMirror()
542 void OutputDevice::ImplReMirror( Region &rRegion ) const in ImplReMirror()
578 int OutputDevice::ImplGetGraphics() const in ImplGetGraphics()
601 OutputDevice* pReleaseOutDev = pSVData->maGDIData.mpLastWinGraphics; in ImplGetGraphics()
632 pSVData->maGDIData.mpFirstWinGraphics = const_cast<OutputDevice*>(this); in ImplGetGraphics()
634 mpNextGraphics->mpPrevGraphics = const_cast<OutputDevice*>(this); in ImplGetGraphics()
636 pSVData->maGDIData.mpLastWinGraphics = const_cast<OutputDevice*>(this); in ImplGetGraphics()
658 pSVData->maGDIData.mpFirstVirGraphics = const_cast<OutputDevice*>(this); in ImplGetGraphics()
660 mpNextGraphics->mpPrevGraphics = const_cast<OutputDevice*>(this); in ImplGetGraphics()
662 pSVData->maGDIData.mpLastVirGraphics = const_cast<OutputDevice*>(this); in ImplGetGraphics()
688 pSVData->maGDIData.mpFirstVirGraphics = const_cast<OutputDevice*>(this); in ImplGetGraphics()
690 mpNextGraphics->mpPrevGraphics = const_cast<OutputDevice*>(this); in ImplGetGraphics()
692 pSVData->maGDIData.mpLastVirGraphics = const_cast<OutputDevice*>(this); in ImplGetGraphics()
710 pSVData->maGDIData.mpFirstPrnGraphics = const_cast<OutputDevice*>(this); in ImplGetGraphics()
712 mpNextGraphics->mpPrevGraphics = const_cast<OutputDevice*>(this); in ImplGetGraphics()
714 pSVData->maGDIData.mpLastPrnGraphics = const_cast<OutputDevice*>(this); in ImplGetGraphics()
731 void OutputDevice::ImplReleaseGraphics( sal_Bool bRelease ) in ImplReleaseGraphics()
850 void OutputDevice::ImplInitOutDevData() in ImplInitOutDevData()
867 void OutputDevice::ImplInvalidateViewTransform() in ImplInvalidateViewTransform()
887 sal_Bool OutputDevice::ImplIsRecordLayout() const in ImplIsRecordLayout()
894 void OutputDevice::ImplDeInitOutDevData() in ImplDeInitOutDevData()
910 void OutputDevice::ImplInitLineColor() in ImplInitLineColor()
933 void OutputDevice::ImplInitFillColor() in ImplInitFillColor()
956 void OutputDevice::ImplInitClipRegion() in ImplInitClipRegion()
1044 void OutputDevice::ImplSetClipRegion( const Region* pRegion ) in ImplSetClipRegion()
1067 void OutputDevice::SetClipRegion() in SetClipRegion()
1070 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in SetClipRegion()
1083 void OutputDevice::SetClipRegion( const Region& rRegion ) in SetClipRegion()
1086 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in SetClipRegion()
1107 Region OutputDevice::GetClipRegion() const in GetClipRegion()
1109 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in GetClipRegion()
1116 Region OutputDevice::GetActiveClipRegion() const in GetActiveClipRegion()
1118 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in GetActiveClipRegion()
1139 void OutputDevice::MoveClipRegion( long nHorzMove, long nVertMove ) in MoveClipRegion()
1142 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in MoveClipRegion()
1160 void OutputDevice::IntersectClipRegion( const Rectangle& rRect ) in IntersectClipRegion()
1163 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in IntersectClipRegion()
1179 void OutputDevice::IntersectClipRegion( const Region& rRegion ) in IntersectClipRegion()
1182 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in IntersectClipRegion()
1201 void OutputDevice::SetDrawMode( sal_uLong nDrawMode ) in SetDrawMode()
1204 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in SetDrawMode()
1214 void OutputDevice::SetRasterOp( RasterOp eRasterOp ) in SetRasterOp()
1217 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in SetRasterOp()
1237 void OutputDevice::SetLineColor() in SetLineColor()
1240 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in SetLineColor()
1258 void OutputDevice::SetLineColor( const Color& rColor ) in SetLineColor()
1261 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in SetLineColor()
1326 void OutputDevice::SetFillColor() in SetFillColor()
1329 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in SetFillColor()
1347 void OutputDevice::SetFillColor( const Color& rColor ) in SetFillColor()
1350 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in SetFillColor()
1419 void OutputDevice::SetBackground() in SetBackground()
1422 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in SetBackground()
1433 void OutputDevice::SetBackground( const Wallpaper& rBackground ) in SetBackground()
1436 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in SetBackground()
1451 void OutputDevice::SetRefPoint() in SetRefPoint()
1454 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in SetRefPoint()
1468 void OutputDevice::SetRefPoint( const Point& rRefPoint ) in SetRefPoint()
1471 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in SetRefPoint()
1485 void OutputDevice::DrawLine( const Point& rStartPt, const Point& rEndPt ) in DrawLine()
1488 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawLine()
1548 void OutputDevice::impPaintLineGeometryWithEvtlExpand( in impPaintLineGeometryWithEvtlExpand()
1686 void OutputDevice::DrawLine( const Point& rStartPt, const Point& rEndPt, in DrawLine()
1690 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawLine()
1741 void OutputDevice::DrawRect( const Rectangle& rRect ) in DrawRect()
1744 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawRect()
1782 void OutputDevice::DrawPolyLine( const Polygon& rPoly ) in DrawPolyLine()
1785 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawPolyLine()
1860 void OutputDevice::DrawPolyLine( const Polygon& rPoly, const LineInfo& rLineInfo ) in DrawPolyLine()
1863 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawPolyLine()
1887 void OutputDevice::ImpDrawPolyLineWithLineInfo(const Polygon& rPoly, const LineInfo& rLineInfo) in ImpDrawPolyLineWithLineInfo()
1952 void OutputDevice::DrawPolygon( const Polygon& rPoly ) in DrawPolygon()
1955 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawPolygon()
2048 void OutputDevice::DrawPolyPolygon( const PolyPolygon& rPolyPoly ) in DrawPolyPolygon()
2051 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawPolyPolygon()
2150 void OutputDevice::DrawPolygon( const ::basegfx::B2DPolygon& rB2DPolygon) in DrawPolygon()
2165 void OutputDevice::DrawPolyPolygon( const basegfx::B2DPolyPolygon& rB2DPolyPoly ) in DrawPolyPolygon()
2168 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawPolyPolygon()
2186 void OutputDevice::ImpDrawPolyPolygonWithB2DPolyPolygon(const basegfx::B2DPolyPolygon& rB2DPolyPoly) in ImpDrawPolyPolygonWithB2DPolyPolygon()
2260 bool OutputDevice::ImpTryDrawPolyLineDirect( in ImpTryDrawPolyLineDirect()
2300 bool OutputDevice::TryDrawPolyLineDirect( in TryDrawPolyLineDirect()
2351 void OutputDevice::DrawPolyLine( in DrawPolyLine()
2358 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in DrawPolyLine()
2463 sal_uInt32 OutputDevice::GetGCStackDepth() const in GetGCStackDepth()
2477 void OutputDevice::Push( sal_uInt16 nFlags ) in Push()
2480 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in Push()
2564 void OutputDevice::Pop() in Pop()
2567 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in Pop()
2659 void OutputDevice::SetConnectMetaFile( GDIMetaFile* pMtf ) in SetConnectMetaFile()
2666 void OutputDevice::EnableOutput( sal_Bool bEnable ) in EnableOutput()
2676 void OutputDevice::SetSettings( const AllSettings& rSettings ) in SetSettings()
2686 sal_uInt16 OutputDevice::GetBitCount() const in GetBitCount()
2688 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in GetBitCount()
2696 if ( !((OutputDevice*)this)->ImplGetGraphics() ) in GetBitCount()
2705 sal_uInt16 OutputDevice::GetAlphaBitCount() const in GetAlphaBitCount()
2707 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in GetAlphaBitCount()
2720 sal_uLong OutputDevice::GetColorCount() const in GetColorCount()
2722 DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); in GetColorCount()
2730 sal_Bool OutputDevice::HasAlpha() in HasAlpha()
2737 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XGraphics > OutputDevice::CreateUnoGraphic… in CreateUnoGraphics()
2745 SystemGraphicsData OutputDevice::GetSystemGfxData() const in GetSystemGfxData()
2758 ::com::sun::star::uno::Any OutputDevice::GetSystemGfxDataAny() const in GetSystemGfxDataAny()
2770 ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XCanvas > OutputDevice::GetCanvas() … in GetCanvas()