Searched refs:aTestPen (Results 1 – 1 of 1) sorted by relevance
230 Gdiplus::Pen aTestPen(aTestColor, Gdiplus::REAL(rLineWidths.getX())); in drawPolyLine() local246 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 10 milliseconds