Searched defs:strokePaint (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathDestructionActivity.java49 Paint strokePaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in class:PathDestructionActivity.MyView
55 strokePaint.setStyle(Paint.Style.STROKE);
89 strokePaint.setColor(getRandomColor());
90 canvas.drawPath(path, strokePaint);
/frameworks/base/libs/hwui/tests/unit/
H A DBakedOpDispatcherTests.cpp86 SkPaint strokePaint; local
87 strokePaint.setStyle(SkPaint::kStroke_Style);
88 strokePaint.setStrokeWidth(4);
91 strokePaint.setPathEffect(SkDashPathEffect::Make(intervals, 2, 0));
111 ArcOp arcOp(Rect(10, 15, 20, 25), Matrix4::identity(), nullptr, &strokePaint, 0, 270, true); local
114 OvalOp ovalOp(Rect(10, 15, 20, 25), Matrix4::identity(), nullptr, &strokePaint); local

Completed in 70 milliseconds