Lines Matching refs:mpGraphics

184         if( ( (mpGraphics->GetLayout() & SAL_LAYOUT_BIDI_RTL) && ! IsRTLEnabled() ) ||  in ImplIsAntiparallel()
185 ( ! (mpGraphics->GetLayout() & SAL_LAYOUT_BIDI_RTL) && IsRTLEnabled() ) ) in ImplIsAntiparallel()
202 if( !mpGraphics ) in ImplSelectClipRegion()
205 pGraphics = mpGraphics; in ImplSelectClipRegion()
293 if( !mpGraphics->DrawPolygonBezier( *pPointAry, *pPointAryAry, *pFlagAryAry, this ) ) in ImplDrawPolyPolygon()
296mpGraphics->DrawPolygon( aPoly.GetSize(), (const SalPoint*)aPoly.GetConstPointAry(), this ); in ImplDrawPolyPolygon()
301 mpGraphics->DrawPolygon( *pPointAry, *pPointAryAry, this ); in ImplDrawPolyPolygon()
309 … if( !mpGraphics->DrawPolyPolygonBezier( j, pPointAry, pPointAryAry, pFlagAryAry, this ) ) in ImplDrawPolyPolygon()
317 mpGraphics->DrawPolyPolygon( j, pPointAry, pPointAryAry, this ); in ImplDrawPolyPolygon()
339 mpGraphics = NULL; in OutputDevice()
482 if( !mpGraphics ) in supportsOperation()
485 const bool bHasSupport = mpGraphics->supportsOperation( eType ); in supportsOperation()
501 mpGraphics->SetLayout( mbEnableRTL ? SAL_LAYOUT_BIDI_RTL : 0 ); in EnableRTL()
522 return ( ImplGetGraphics() && (mpGraphics->GetLayout() & SAL_LAYOUT_BIDI_RTL) ); in ImplHasMirroredGraphics()
582 if ( mpGraphics ) in ImplGetGraphics()
596 mpGraphics = pWindow->mpWindowImpl->mpFrame->GetGraphics(); in ImplGetGraphics()
598 if ( !mpGraphics ) in ImplGetGraphics()
612 mpGraphics = pReleaseOutDev->mpGraphics; in ImplGetGraphics()
618 while ( !mpGraphics ) in ImplGetGraphics()
623 mpGraphics = pWindow->mpWindowImpl->mpFrame->GetGraphics(); in ImplGetGraphics()
629 if ( mpGraphics ) in ImplGetGraphics()
645 mpGraphics = pVirDev->mpVirDev->GetGraphics(); in ImplGetGraphics()
647 while ( !mpGraphics ) in ImplGetGraphics()
652 mpGraphics = pVirDev->mpVirDev->GetGraphics(); in ImplGetGraphics()
655 if ( mpGraphics ) in ImplGetGraphics()
671 mpGraphics = pPrinter->mpJobGraphics; in ImplGetGraphics()
675 mpGraphics = pVirDev->mpVirDev->GetGraphics(); in ImplGetGraphics()
677 while ( !mpGraphics ) in ImplGetGraphics()
682 mpGraphics = pVirDev->mpVirDev->GetGraphics(); in ImplGetGraphics()
685 if ( mpGraphics ) in ImplGetGraphics()
697 mpGraphics = pPrinter->mpInfoPrinter->GetGraphics(); in ImplGetGraphics()
699 while ( !mpGraphics ) in ImplGetGraphics()
704 mpGraphics = pPrinter->mpInfoPrinter->GetGraphics(); in ImplGetGraphics()
707 if ( mpGraphics ) in ImplGetGraphics()
719 if ( mpGraphics ) in ImplGetGraphics()
721mpGraphics->SetXORMode( (ROP_INVERT == meRasterOp) || (ROP_XOR == meRasterOp), ROP_INVERT == meRas… in ImplGetGraphics()
722 mpGraphics->setAntiAliasB2DDraw(mnAntialiasing & ANTIALIASING_ENABLE_B2DDRAW); in ImplGetGraphics()
735 if ( !mpGraphics ) in ImplReleaseGraphics()
748 mpGraphics->ReleaseFonts(); in ImplReleaseGraphics()
778 pWindow->mpWindowImpl->mpFrame->ReleaseGraphics( mpGraphics ); in ImplReleaseGraphics()
794 pVirDev->mpVirDev->ReleaseGraphics( mpGraphics ); in ImplReleaseGraphics()
815 pVirDev->mpVirDev->ReleaseGraphics( mpGraphics ); in ImplReleaseGraphics()
829 pPrinter->mpInfoPrinter->ReleaseGraphics( mpGraphics ); in ImplReleaseGraphics()
843 mpGraphics = NULL; in ImplReleaseGraphics()
917 mpGraphics->SetROPLineColor( SAL_ROP_0 ); in ImplInitLineColor()
919 mpGraphics->SetROPLineColor( SAL_ROP_1 ); in ImplInitLineColor()
921 mpGraphics->SetROPLineColor( SAL_ROP_INVERT ); in ImplInitLineColor()
923 mpGraphics->SetLineColor( ImplColorToSal( maLineColor ) ); in ImplInitLineColor()
926 mpGraphics->SetLineColor(); in ImplInitLineColor()
940 mpGraphics->SetROPFillColor( SAL_ROP_0 ); in ImplInitFillColor()
942 mpGraphics->SetROPFillColor( SAL_ROP_1 ); in ImplInitFillColor()
944 mpGraphics->SetROPFillColor( SAL_ROP_INVERT ); in ImplInitFillColor()
946 mpGraphics->SetFillColor( ImplColorToSal( maFillColor ) ); in ImplInitFillColor()
949 mpGraphics->SetFillColor(); in ImplInitFillColor()
1031 mpGraphics->ResetClipRegion(); in ImplInitClipRegion()
1227 if( mpGraphics || ImplGetGraphics() ) in SetRasterOp()
1228mpGraphics->SetXORMode( (ROP_INVERT == meRasterOp) || (ROP_XOR == meRasterOp), ROP_INVERT == meRas… in SetRasterOp()
1496 if ( !mpGraphics ) in DrawLine()
1512 && mpGraphics->supportsOperation(OutDevSupport_B2DDraw) in DrawLine()
1531 …if( mpGraphics->DrawPolyLine( aB2DPolyLine, 0.0, aB2DLineWidth, basegfx::B2DLINEJOIN_NONE, com::su… in DrawLine()
1540 mpGraphics->DrawLine( aStartPt.X(), aStartPt.Y(), aEndPt.X(), aEndPt.Y(), this ); in DrawLine()
1553 && mpGraphics->supportsOperation(OutDevSupport_B2DDraw) in impPaintLineGeometryWithEvtlExpand()
1637 …bDone = mpGraphics->DrawPolyLine( aCandidate, 0.0, basegfx::B2DVector(1.0,1.0), basegfx::B2DLINEJO… in impPaintLineGeometryWithEvtlExpand()
1643mpGraphics->DrawPolyLine(aPolygon.GetSize(), (const SalPoint*)aPolygon.GetConstPointAry(), this); in impPaintLineGeometryWithEvtlExpand()
1662 bDone = mpGraphics->DrawPolyPolygon(aFillPolyPolygon, 0.0, this); in impPaintLineGeometryWithEvtlExpand()
1673mpGraphics->DrawPolygon(aPolygon.GetSize(), (const SalPoint*)aPolygon.GetConstPointAry(), this); in impPaintLineGeometryWithEvtlExpand()
1704 if( !mpGraphics && !ImplGetGraphics() ) in DrawLine()
1732 mpGraphics->DrawLine( aStartPt.X(), aStartPt.Y(), aEndPt.X(), aEndPt.Y(), this ); in DrawLine()
1758 if ( !mpGraphics ) in DrawRect()
1774 mpGraphics->DrawRect( aRect.Left(), aRect.Top(), aRect.GetWidth(), aRect.GetHeight(), this ); in DrawRect()
1797 if ( !mpGraphics ) in DrawPolyLine()
1810 && mpGraphics->supportsOperation(OutDevSupport_B2DDraw) in DrawPolyLine()
1829 …if(mpGraphics->DrawPolyLine( aB2DPolyLine, 0.0, aB2DLineWidth, basegfx::B2DLINEJOIN_NONE, com::sun… in DrawPolyLine()
1842 if( !mpGraphics->DrawPolyLineBezier( nPoints, pPtAry, pFlgAry, this ) ) in DrawPolyLine()
1846 mpGraphics->DrawPolyLine( aPoly.GetSize(), pPtAry, this ); in DrawPolyLine()
1851 mpGraphics->DrawPolyLine( nPoints, pPtAry, this ); in DrawPolyLine()
1912 if ( !mpGraphics && !ImplGetGraphics() ) in ImpDrawPolyLineWithLineInfo()
1943 mpGraphics->DrawPolyLine(nPoints, (const SalPoint*)aPoly.GetConstPointAry(), this); in ImpDrawPolyLineWithLineInfo()
1967 if ( !mpGraphics ) in DrawPolygon()
1983 && mpGraphics->supportsOperation(OutDevSupport_B2DDraw) in DrawPolygon()
1997 bSuccess = mpGraphics->DrawPolyPolygon(basegfx::B2DPolyPolygon(aB2DPolygon), 0.0, this); in DrawPolygon()
2009 bSuccess = mpGraphics->DrawPolyLine( in DrawPolygon()
2031 if( !mpGraphics->DrawPolygonBezier( nPoints, pPtAry, pFlgAry, this ) ) in DrawPolygon()
2035 mpGraphics->DrawPolygon( aPoly.GetSize(), pPtAry, this ); in DrawPolygon()
2040 mpGraphics->DrawPolygon( nPoints, pPtAry, this ); in DrawPolygon()
2063 if ( !mpGraphics ) in DrawPolyPolygon()
2079 && mpGraphics->supportsOperation(OutDevSupport_B2DDraw) in DrawPolyPolygon()
2093 bSuccess = mpGraphics->DrawPolyPolygon(aB2DPolyPolygon, 0.0, this); in DrawPolyPolygon()
2107 bSuccess = mpGraphics->DrawPolyLine( in DrawPolyPolygon()
2193 if( !mpGraphics ) in ImpDrawPolyPolygonWithB2DPolyPolygon()
2208 && mpGraphics->supportsOperation(OutDevSupport_B2DDraw) in ImpDrawPolyPolygonWithB2DPolyPolygon()
2222 bSuccess = mpGraphics->DrawPolyPolygon(aB2DPolyPolygon, 0.0, this); in ImpDrawPolyPolygonWithB2DPolyPolygon()
2236 bSuccess = mpGraphics->DrawPolyLine( in ImpDrawPolyPolygonWithB2DPolyPolygon()
2291 return mpGraphics->DrawPolyLine( in ImpTryDrawPolyLineDirect()
2312 if( !mpGraphics ) in TryDrawPolyLineDirect()
2326 && mpGraphics->supportsOperation(OutDevSupport_B2DDraw) in TryDrawPolyLineDirect()
2382 if( !mpGraphics ) in DrawPolyLine()
2395 && mpGraphics->supportsOperation(OutDevSupport_B2DDraw) in DrawPolyLine()
2694 if ( !mpGraphics ) in GetBitCount()
2700 return (sal_uInt16)mpGraphics->GetBitCount(); in GetBitCount()
2747 if ( !mpGraphics ) in GetSystemGfxData()
2753 return mpGraphics->GetGraphicsData(); in GetSystemGfxData()