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

/external/chromium_org/third_party/skia/gm/
H A Dimagefilterscropexpand.cpp86 SkPaint strokePaint; local
87 strokePaint.setColor(0xFFFF0000);
88 strokePaint.setStyle(SkPaint::kStroke_Style);
89 canvas->drawRect(rect, strokePaint);
H A Doffsetimagefilter.cpp75 SkPaint strokePaint; local
76 strokePaint.setStyle(SkPaint::kStroke_Style);
77 strokePaint.setColor(SK_ColorRED);
86 canvas->drawRect(clipRect, strokePaint);
/external/skia/gm/
H A Dimagefilterscropexpand.cpp86 SkPaint strokePaint; local
87 strokePaint.setColor(0xFFFF0000);
88 strokePaint.setStyle(SkPaint::kStroke_Style);
89 canvas->drawRect(rect, strokePaint);
H A Doffsetimagefilter.cpp74 SkPaint strokePaint; local
75 strokePaint.setStyle(SkPaint::kStroke_Style);
76 strokePaint.setColor(SK_ColorRED);
85 canvas->drawRect(clipRect, strokePaint);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextState.cpp66 const SkPaint& GraphicsContextState::strokePaint(int strokedPathLength) const function in class:blink::GraphicsContextState
H A DGraphicsContext.h246 const SkPaint& strokePaint() const { return immutableState()->strokePaint(); } function in class:blink::GraphicsContext
/external/skia/tests/
H A DImageFilterTest.cpp737 SkPaint strokePaint; local
738 strokePaint.setStyle(SkPaint::kStroke_Style);
739 strokePaint.setColor(SK_ColorRED);
H A DPathTest.cpp1908 SkPaint strokePaint; local
1909 strokePaint.setStyle(SkPaint::kStroke_Style);
1910 strokePaint.setStrokeWidth(2);
1911 strokePaint.getFillPath(src, &dst);
/external/chromium_org/third_party/skia/tests/
H A DImageFilterTest.cpp1028 SkPaint strokePaint; local
1029 strokePaint.setStyle(SkPaint::kStroke_Style);
1030 strokePaint.setColor(SK_ColorRED);
H A DPathTest.cpp1973 SkPaint strokePaint; local
1974 strokePaint.setStyle(SkPaint::kStroke_Style);
1975 strokePaint.setStrokeWidth(2);
1976 strokePaint.getFillPath(src, &dst);

Completed in 4402 milliseconds