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

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathDestructionActivity.java47 Paint strokePaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in class:PathDestructionActivity.MyView
53 strokePaint.setStyle(Paint.Style.STROKE);
85 strokePaint.setColor(getRandomColor());
86 canvas.drawPath(path, strokePaint);
/frameworks/base/libs/hwui/tests/unit/
H A DBakedOpDispatcherTests.cpp83 SkPaint strokePaint; local
84 strokePaint.setStyle(SkPaint::kStroke_Style);
85 strokePaint.setStrokeWidth(4);
89 strokePaint.setPathEffect(dashEffect);
110 ArcOp arcOp(Rect(10, 15, 20, 25), Matrix4::identity(), nullptr, &strokePaint, 0, 270, true); local
113 OvalOp ovalOp(Rect(10, 15, 20, 25), Matrix4::identity(), nullptr, &strokePaint); local

Completed in 1696 milliseconds