Searched refs:aTestPen (Results 1 – 1 of 1) sorted by relevance
228 Gdiplus::Pen aTestPen(aTestColor, Gdiplus::REAL(rLineWidths.getX())); in drawPolyLine() local244 aTestPen.SetLineJoin(Gdiplus::LineJoinBevel); in drawPolyLine()251 aTestPen.SetMiterLimit(aMiterLimit); in drawPolyLine()252 aTestPen.SetLineJoin(Gdiplus::LineJoinMiter); in drawPolyLine()257 aTestPen.SetLineJoin(Gdiplus::LineJoinRound); in drawPolyLine()271 aTestPen.SetStartCap(Gdiplus::LineCapRound); in drawPolyLine()272 aTestPen.SetEndCap(Gdiplus::LineCapRound); in drawPolyLine()277 aTestPen.SetStartCap(Gdiplus::LineCapSquare); in drawPolyLine()278 aTestPen.SetEndCap(Gdiplus::LineCapSquare); in drawPolyLine()307 aGraphics.DrawPath(&aTestPen, &aPath); in drawPolyLine()
Completed in 20 milliseconds