Home
last modified time | relevance | path

Searched refs:strokePaint (Results 1 – 10 of 10) sorted by relevance

/external/skia/gm/
Dstrokes.cpp115 SkPaint fillPaint, strokePaint, dashPaint; in onDraw() local
117 strokePaint = fillPaint; in onDraw()
118 strokePaint.setStyle(SkPaint::kStroke_Style); in onDraw()
121 strokePaint.setAlpha(255); in onDraw()
122 strokePaint.setStrokeWidth(i ? 8.f : 10.f); in onDraw()
123 strokePaint.setStrokeCap(i ? SkPaint::kSquare_Cap : SkPaint::kRound_Cap); in onDraw()
126 canvas->drawPath(fMoveHfPath, strokePaint); in onDraw()
128 canvas->drawPath(fMoveZfPath, strokePaint); in onDraw()
129 dashPaint = strokePaint; in onDraw()
138 strokePaint.setStrokeWidth(20); in onDraw()
[all …]
Demptypath.cpp186 SkPaint strokePaint; in onDraw() local
187 strokePaint.setStyle(SkPaint::kStroke_Style); in onDraw()
188 strokePaint.setStrokeWidth(21); in onDraw()
189 strokePaint.setStrokeCap(SkPaint::kSquare_Cap); in onDraw()
193 strokePaint.setStyle(SkPaint::kStroke_Style); in onDraw()
200 canvas->drawPath(path, strokePaint); in onDraw()
Doffsetimagefilter.cpp87 SkPaint strokePaint; in DrawClippedImage() local
88 strokePaint.setStyle(SkPaint::kStroke_Style); in DrawClippedImage()
89 strokePaint.setStrokeWidth(2); in DrawClippedImage()
90 strokePaint.setColor(SK_ColorRED); in DrawClippedImage()
91 canvas->drawRect(clipRect, strokePaint); in DrawClippedImage()
Dimagefilterscropexpand.cpp172 SkPaint strokePaint; in Draw() local
173 strokePaint.setColor(0xFFFF0000); in Draw()
174 strokePaint.setStyle(SkPaint::kStroke_Style); in Draw()
175 canvas->drawRect(rect, strokePaint); in Draw()
Dshadertext2.cpp94 SkPaint strokePaint(fillPaint);
95 strokePaint.setStyle(SkPaint::kStroke_Style);
96 strokePaint.setStrokeWidth(kPointSize * 0.1f);
128 SkPaint& paint = s ? strokePaint : fillPaint;
/external/skia/tests/
DImageFilterTest.cpp1129 SkPaint strokePaint; in DEF_TEST() local
1130 strokePaint.setStyle(SkPaint::kStroke_Style); in DEF_TEST()
1131 strokePaint.setColor(SK_ColorRED); in DEF_TEST()
DPathTest.cpp2196 SkPaint strokePaint; in test_isNestedFillRects() local
2197 strokePaint.setStyle(SkPaint::kStroke_Style); in test_isNestedFillRects()
2198 strokePaint.setStrokeWidth(2); in test_isNestedFillRects()
2199 strokePaint.getFillPath(src, &dst); in test_isNestedFillRects()
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...