Searched refs:buttCap (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | GrShapeTest.cpp | 1722 SkPaint buttCap; in test_stroked_lines() local 1723 buttCap.setStyle(SkPaint::kStroke_Style); in test_stroked_lines() 1724 buttCap.setStrokeWidth(4); in test_stroked_lines() 1725 buttCap.setStrokeCap(SkPaint::kButt_Cap); in test_stroked_lines() 1727 SkPaint squareCap = buttCap; in test_stroked_lines() 1730 SkPaint roundCap = buttCap; in test_stroked_lines() 1740 TestCase(r, linePath, buttCap).compare(r, TestCase(r, SkRect::MakeLTRB(2, 4, 6, 5), fill), in test_stroked_lines() 1755 TestCase(r, linePath, buttCap).compare(r, TestCase(r, SkRect::MakeLTRB(4, 2, 5, 6), fill), in test_stroked_lines() 1768 TestCase(r, linePath, buttCap).compare(r, TestCase(r, SkRect::MakeEmpty(), fill), in test_stroked_lines()
|