Home
last modified time | relevance | path

Searched refs:strokedPaint (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DBakedOpStateTests.cpp160 SkPaint strokedPaint; in TEST() local
161 strokedPaint.setAntiAlias(true); in TEST()
162 strokedPaint.setStyle(SkPaint::kStroke_Style); in TEST()
163 strokedPaint.setStrokeWidth(testCase.strokeWidth); in TEST()
167 Matrix4::identity(), &clip, &strokedPaint); in TEST()
DFrameBuilderTests.cpp161 SkPaint strokedPaint; in RENDERTHREAD_OPENGL_PIPELINE_TEST() local
162 strokedPaint.setStrokeWidth(10); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
163 canvas.drawPoint(50, 50, strokedPaint); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
/frameworks/base/libs/hwui/
DSkiaCanvasProxy.cpp69 SkPaint strokedPaint(paint); in onDrawPoints() local
70 strokedPaint.setStyle(SkPaint::kStroke_Style); in onDrawPoints()
76 this->drawPath(path, strokedPaint); in onDrawPoints()