Home
last modified time | relevance | path

Searched refs:DrawPolyLine (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx365 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 …]
/trunk/main/vcl/source/gdi/
H A Doutdev.cxx1782 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 Doutdev5.cxx95 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 Dpdfwriter.cxx137 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 Dpdfwriter_impl2.cxx358 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 Dsalgdilayout.cxx443 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 Doutdev6.cxx203 …mpGraphics->DrawPolyLine( aOnePoly, fTransparency, aHairlineWidth, ::basegfx::B2DLINEJOIN_NONE, co… in DrawTransparent()
326 …bDrawn = mpGraphics->DrawPolyLine( rPolygon, fTransparency, aLineWidths, ::basegfx::B2DLINEJOIN_NO… in DrawTransparent()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dshape.cxx133 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()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx323 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()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx377 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 …]
/trunk/main/filter/source/graphicfilter/icgm/
H A Doutact.hxx90 virtual void DrawPolyLine( Polygon& ) {} ; in DrawPolyLine() function in CGMOutAct
133 virtual void DrawPolyLine( Polygon& ) ;
H A Dclass4.cxx144 mpOutAct->DrawPolyLine( aPolygon ); in ImplDoClass4()
176 mpOutAct->DrawPolyLine( aPolygon ); in ImplDoClass4()
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx768 void DrawPolyLine( const Polygon& rPoly );
769 void DrawPolyLine( const Polygon& rPoly,
771 void DrawPolyLine( const Polygon& rPoly, const ExtLineInfo& rInfo );
H A Doutdev.hxx697 void DrawPolyLine( const Polygon& rPoly );
698 void DrawPolyLine(
720 void DrawPolyLine( const Polygon& rPoly,
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx333 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()
/trunk/main/vcl/inc/
H A Dsalgdi.hxx373 …void DrawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry, const OutputDevi…
381 bool DrawPolyLine(
/trunk/main/vcl/workben/
H A Doutdevgrind.cxx212 &OutputDevice::DrawPolyLine), in setupMethodStubs()
223 &OutputDevice::DrawPolyLine), in setupMethodStubs()
/trunk/main/reportdesign/source/ui/report/
H A DEndMarker.cxx81 DrawPolyLine(Polygon(PixelToLogic(aRect)),LineInfo(LINE_SOLID,2)); in Paint()
H A DStartMarker.cxx153 DrawPolyLine(Polygon(PixelToLogic(aRect)),LineInfo(LINE_SOLID,2 )); in Paint()
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx560 aOut.DrawPolyLine(aPolygon, aLineInfo); in create2DDecompositionOfGraphic()
564 aOut.DrawPolyLine(aPolygon); in create2DDecompositionOfGraphic()
/trunk/main/extensions/source/update/ui/
H A Dupdatecheckui.cxx890 DrawPolyLine( maRectPoly, aThickLine ); in Paint()
891 DrawPolyLine( maTriPoly ); in Paint()
/trunk/main/svtools/source/toolpanel/
H A Dtoolpaneldrawer.cxx228 m_pPaintDevice->DrawPolyLine( Polygon( aTextPixelBox ), aDottedStyle ); in impl_paintFocusIndicator()
/trunk/main/canvas/source/vcl/
H A Dspritehelper.cxx400 rTargetSurface.DrawPolyLine( aMarkerPoly.GetObject((sal_uInt16)i) ); in redraw()
H A Dcanvashelper.cxx324 mpOutDev->getOutDev().DrawPolyLine( aPolyPoly[i] ); in drawPolyPolygon()
327 mp2ndOutDev->getOutDev().DrawPolyLine( aPolyPoly[i] ); in drawPolyPolygon()
/trunk/main/dbaccess/source/ui/querydesign/
H A DConnectionLine.cxx325 pOutDev->DrawPolyLine(aPoly,aLineInfo); in Draw()

Completed in 225 milliseconds

12