Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx230 Gdiplus::Pen aTestPen(aTestColor, Gdiplus::REAL(rLineWidths.getX())); in drawPolyLine() local
246 aTestPen.SetLineJoin(Gdiplus::LineJoinBevel); in drawPolyLine()
253 aTestPen.SetMiterLimit(aMiterLimit); in drawPolyLine()
254 aTestPen.SetLineJoin(Gdiplus::LineJoinMiter); in drawPolyLine()
259 aTestPen.SetLineJoin(Gdiplus::LineJoinRound); in drawPolyLine()
273 aTestPen.SetStartCap(Gdiplus::LineCapRound); in drawPolyLine()
274 aTestPen.SetEndCap(Gdiplus::LineCapRound); in drawPolyLine()
279 aTestPen.SetStartCap(Gdiplus::LineCapSquare); in drawPolyLine()
280 aTestPen.SetEndCap(Gdiplus::LineCapSquare); in drawPolyLine()
309 aGraphics.DrawPath(&aTestPen, &aPath); in drawPolyLine()

Completed in 16 milliseconds