Lines Matching refs:DrawPolyLine

1531 …if( mpGraphics->DrawPolyLine( aB2DPolyLine, 0.0, aB2DLineWidth, basegfx::B2DLINEJOIN_NONE, com::su…  in DrawLine()
1637 …bDone = mpGraphics->DrawPolyLine( aCandidate, 0.0, basegfx::B2DVector(1.0,1.0), basegfx::B2DLINEJO… in impPaintLineGeometryWithEvtlExpand()
1643 … mpGraphics->DrawPolyLine(aPolygon.GetSize(), (const SalPoint*)aPolygon.GetConstPointAry(), this); in impPaintLineGeometryWithEvtlExpand()
1782 void OutputDevice::DrawPolyLine( const Polygon& rPoly ) in DrawPolyLine() function in OutputDevice
1829 …if(mpGraphics->DrawPolyLine( aB2DPolyLine, 0.0, aB2DLineWidth, basegfx::B2DLINEJOIN_NONE, com::sun… in DrawPolyLine()
1846 mpGraphics->DrawPolyLine( aPoly.GetSize(), pPtAry, this ); in DrawPolyLine()
1851 mpGraphics->DrawPolyLine( nPoints, pPtAry, this ); in DrawPolyLine()
1855 mpAlphaVDev->DrawPolyLine( rPoly ); in DrawPolyLine()
1860 void OutputDevice::DrawPolyLine( const Polygon& rPoly, const LineInfo& rLineInfo ) in DrawPolyLine() function in OutputDevice
1868 DrawPolyLine( rPoly ); in DrawPolyLine()
1877DrawPolyLine( rPoly.getB2DPolygon(), (double)rLineInfo.GetWidth(), rLineInfo.GetLineJoin(), rLineI… in DrawPolyLine()
1943 mpGraphics->DrawPolyLine(nPoints, (const SalPoint*)aPoly.GetConstPointAry(), this); in ImpDrawPolyLineWithLineInfo()
1947 mpAlphaVDev->DrawPolyLine( rPoly, rLineInfo ); in ImpDrawPolyLineWithLineInfo()
2009 bSuccess = mpGraphics->DrawPolyLine( in DrawPolygon()
2107 bSuccess = mpGraphics->DrawPolyLine( in DrawPolyPolygon()
2236 bSuccess = mpGraphics->DrawPolyLine( in ImpDrawPolyPolygonWithB2DPolyPolygon()
2291 return mpGraphics->DrawPolyLine( in ImpTryDrawPolyLineDirect()
2351 void OutputDevice::DrawPolyLine( in DrawPolyLine() function in OutputDevice