/aoo4110/main/drawinglayer/source/processor2d/ |
H A D | vclprocessor2d.cxx | 365 mpOutputDevice->DrawPolyLine(aTempPolygon, 0.0); in RenderPolygonHairlinePrimitive2D() 383 mpOutputDevice->DrawPolyLine(aLocalPolygon, 0.0); in RenderPolygonHairlinePrimitive2D() 1084 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D() 1089 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D() 1094 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D() 1099 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D() 1115 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D() 1120 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D() 1125 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D() 1130 mpOutputDevice->DrawPolyLine(aCandidate, 0.0); in RenderPolygonStrokePrimitive2D() [all …]
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev.cxx | 1782 void OutputDevice::DrawPolyLine( const Polygon& rPoly ) in DrawPolyLine() function in OutputDevice 1846 mpGraphics->DrawPolyLine( aPoly.GetSize(), pPtAry, this ); in DrawPolyLine() 1851 mpGraphics->DrawPolyLine( nPoints, pPtAry, this ); in DrawPolyLine() 1855 mpAlphaVDev->DrawPolyLine( rPoly ); in DrawPolyLine() 1868 DrawPolyLine( rPoly ); in DrawPolyLine() 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() [all …]
|
H A D | outdev5.cxx | 95 mpGraphics->DrawPolyLine( aRoundRectPoly.GetSize(), pPtAry, this ); in DBG_NAMEEX() 142 mpGraphics->DrawPolyLine( aRectPoly.GetSize(), pPtAry, this ); in DrawEllipse() 195 mpGraphics->DrawPolyLine( aArcPoly.GetSize(), pPtAry, this ); in DrawArc() 243 mpGraphics->DrawPolyLine( aPiePoly.GetSize(), pPtAry, this ); in DrawPie() 297 mpGraphics->DrawPolyLine( aChordPoly.GetSize(), pPtAry, this ); in DrawChord()
|
H A D | pdfwriter.cxx | 137 void PDFWriter::DrawPolyLine( const Polygon& rPoly ) in DrawPolyLine() function in PDFWriter 172 void PDFWriter::DrawPolyLine( const Polygon& rPoly, const LineInfo& rInfo ) in DrawPolyLine() function in PDFWriter 177 void PDFWriter::DrawPolyLine( const Polygon& rPoly, const ExtLineInfo& rInfo ) in DrawPolyLine() function in PDFWriter
|
H A D | pdfwriter_impl2.cxx | 358 m_rOuterFace.DrawPolyLine( pA->GetPolygon() ); in playMetafile() 360 m_rOuterFace.DrawPolyLine( pA->GetPolygon(), pA->GetLineInfo() ); in playMetafile() 635 m_rOuterFace.DrawPolyLine( aSnippet, aInfo ); in playMetafile() 642 m_rOuterFace.DrawPolyLine( aSnippet, aInfo ); in playMetafile() 648 m_rOuterFace.DrawPolyLine( aPath, aInfo ); in playMetafile()
|
H A D | salgdilayout.cxx | 443 void SalGraphics::DrawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry, const OutputDevice *pOu… in DrawPolyLine() function in SalGraphics 568 bool SalGraphics::DrawPolyLine( in DrawPolyLine() function in SalGraphics
|
H A D | outdev6.cxx | 203 …mpGraphics->DrawPolyLine( aOnePoly, fTransparency, aHairlineWidth, ::basegfx::B2DLINEJOIN_NONE, co… in DrawTransparent() 326 …bDrawn = mpGraphics->DrawPolyLine( rPolygon, fTransparency, aLineWidths, ::basegfx::B2DLINEJOIN_NO… in DrawTransparent()
|
/aoo4110/main/filter/source/graphicfilter/ipict/ |
H A D | shape.cxx | 133 dev->DrawPolyLine(poly, double(penSize), basegfx::B2DLINEJOIN_NONE); in drawLine() 153 dev->DrawPolyLine(poly, double(penSize), basegfx::B2DLINEJOIN_NONE); in drawRectangle() 168 dev->DrawPolyLine(poly, double(penSize), basegfx::B2DLINEJOIN_NONE); in drawEllipse() 201 dev->DrawPolyLine(poly, double(penSize), basegfx::B2DLINEJOIN_NONE); in drawArc() 225 dev->DrawPolyLine(poly, double(penSize), basegfx::B2DLINEJOIN_NONE); in drawRoundRectangle() 263 dev->DrawPolyLine(poly, double(penSize), basegfx::B2DLINEJOIN_NONE); in drawPolygon()
|
/aoo4110/main/filter/source/graphicfilter/idxf/ |
H A D | dxf2mtf.cxx | 323 pVirDev->DrawPolyLine(aPoly); in DrawCircleEntity() 334 pVirDev->DrawPolyLine(aPoly2); in DrawCircleEntity() 386 pVirDev->DrawPolyLine(aPoly); in DrawArcEntity() 396 pVirDev->DrawPolyLine(aPoly2); in DrawArcEntity() 569 else pVirDev->DrawPolyLine(aPoly); in DrawPolyLineEntity() 581 else pVirDev->DrawPolyLine(aPoly2); in DrawPolyLineEntity() 603 pVirDev->DrawPolyLine( aPoly ); in DrawLWPolyLineEntity()
|
/aoo4110/main/filter/source/graphicfilter/ios2met/ |
H A D | ios2met.cxx | 377 void DrawPolyLine( const Polygon& rPolygon ); 446 pVirDev->DrawPolyLine( rPolygon, aLineInfo ); in DrawPolyLine() 448 pVirDev->DrawPolyLine( rPolygon ); in DrawPolyLine() 459 pVirDev->DrawPolyLine( rPolygon, aLineInfo ); in DrawPolygon() 821 DrawPolyLine( aPolygon ); in ReadLine() 859 DrawPolyLine( aPolygon ); in ReadRelLine() 915 pVirDev->DrawPolyLine( aPolygon, aLineInfo ); in ReadBox() 1248 DrawPolyLine( aPolygon ); in ReadBezier() 1270 DrawPolyLine( aPolygon ); in ReadFillet() 1294 DrawPolyLine( aPolygon ); in ReadFilletSharp() [all …]
|
/aoo4110/main/filter/source/graphicfilter/icgm/ |
H A D | outact.hxx | 90 virtual void DrawPolyLine( Polygon& ) {} ; in DrawPolyLine() function in CGMOutAct 133 virtual void DrawPolyLine( Polygon& ) ;
|
H A D | class4.cxx | 144 mpOutAct->DrawPolyLine( aPolygon ); in ImplDoClass4() 176 mpOutAct->DrawPolyLine( aPolygon ); in ImplDoClass4()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 769 void DrawPolyLine( const Polygon& rPoly ); 770 void DrawPolyLine( const Polygon& rPoly, 772 void DrawPolyLine( const Polygon& rPoly, const ExtLineInfo& rInfo );
|
H A D | outdev.hxx | 697 void DrawPolyLine( const Polygon& rPoly ); 698 void DrawPolyLine( 720 void DrawPolyLine( const Polygon& rPoly,
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | enhwmf.cxx | 333 pOut->DrawPolyLine( aPolygon, bFlag, bRecordPath ); in ReadEnhWMF() 368 pOut->DrawPolyLine( aPoly, sal_False, bRecordPath ); in ReadEnhWMF() 1187 pOut->DrawPolyLine( aPoly, bFlag, bRecordPath ); in ReadEnhWMF() 1220 pOut->DrawPolyLine( aPolygon, sal_False, bRecordPath ); in ReadEnhWMF()
|
/aoo4110/main/vcl/inc/ |
H A D | salgdi.hxx | 373 …void DrawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry, const OutputDevi… 381 bool DrawPolyLine(
|
/aoo4110/main/vcl/workben/ |
H A D | outdevgrind.cxx | 212 &OutputDevice::DrawPolyLine), in setupMethodStubs() 223 &OutputDevice::DrawPolyLine), in setupMethodStubs()
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | EndMarker.cxx | 81 DrawPolyLine(Polygon(PixelToLogic(aRect)),LineInfo(LINE_SOLID,2)); in Paint()
|
H A D | StartMarker.cxx | 153 DrawPolyLine(Polygon(PixelToLogic(aRect)),LineInfo(LINE_SOLID,2 )); in Paint()
|
/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitivehelper2d.cxx | 560 aOut.DrawPolyLine(aPolygon, aLineInfo); in create2DDecompositionOfGraphic() 564 aOut.DrawPolyLine(aPolygon); in create2DDecompositionOfGraphic()
|
/aoo4110/main/extensions/source/update/ui/ |
H A D | updatecheckui.cxx | 890 DrawPolyLine( maRectPoly, aThickLine ); in Paint() 891 DrawPolyLine( maTriPoly ); in Paint()
|
/aoo4110/main/svtools/source/toolpanel/ |
H A D | toolpaneldrawer.cxx | 228 m_pPaintDevice->DrawPolyLine( Polygon( aTextPixelBox ), aDottedStyle ); in impl_paintFocusIndicator()
|
/aoo4110/main/canvas/source/vcl/ |
H A D | spritehelper.cxx | 400 rTargetSurface.DrawPolyLine( aMarkerPoly.GetObject((sal_uInt16)i) ); in redraw()
|
H A D | canvashelper.cxx | 324 mpOutDev->getOutDev().DrawPolyLine( aPolyPoly[i] ); in drawPolyPolygon() 327 mp2ndOutDev->getOutDev().DrawPolyLine( aPolyPoly[i] ); in drawPolyPolygon()
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | ConnectionLine.cxx | 325 pOutDev->DrawPolyLine(aPoly,aLineInfo); in Draw()
|