Home
last modified time | relevance | path

Searched refs:aB2DPolyLine (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Doutdev.cxx1520 basegfx::B2DPolygon aB2DPolyLine; in DrawLine() local
1522 aB2DPolyLine.append(basegfx::B2DPoint(rStartPt.X(), rStartPt.Y())); in DrawLine()
1523 aB2DPolyLine.append(basegfx::B2DPoint(rEndPt.X(), rEndPt.Y())); in DrawLine()
1524 aB2DPolyLine.transform( aTransform ); in DrawLine()
1528 aB2DPolyLine = basegfx::tools::snapPointsOfHorizontalOrVerticalEdges(aB2DPolyLine); in DrawLine()
1531 …if( mpGraphics->DrawPolyLine( aB2DPolyLine, 0.0, aB2DLineWidth, basegfx::B2DLINEJOIN_NONE, com::su… in DrawLine()
1817 basegfx::B2DPolygon aB2DPolyLine(rPoly.getB2DPolygon()); in DrawPolyLine() local
1822 aB2DPolyLine.transform( aTransform ); in DrawPolyLine()
1826 aB2DPolyLine = basegfx::tools::snapPointsOfHorizontalOrVerticalEdges(aB2DPolyLine); in DrawPolyLine()
1829 …if(mpGraphics->DrawPolyLine( aB2DPolyLine, 0.0, aB2DLineWidth, basegfx::B2DLINEJOIN_NONE, com::sun… in DrawPolyLine()

Completed in 10 milliseconds