Searched refs:strokePaint (Results 1 - 18 of 18) sorted by path

/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DFontHarfBuzz.cpp67 SkPaint paint = gc->strokePaint();
215 SkPaint paint = gc->strokePaint();
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DFontMac.cpp153 SkPaint paint = gc->strokePaint();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp598 drawPath(path, immutableState()->strokePaint());
775 SkPaint paint(immutableState()->strokePaint(length));
1445 drawPath(path, immutableState()->strokePaint());
1458 SkPaint paint(immutableState()->strokePaint());
1486 drawOval(ellipse, immutableState()->strokePaint());
H A DGraphicsContext.h246 const SkPaint& strokePaint() const { return immutableState()->strokePaint(); } function in class:blink::GraphicsContext
H A DGraphicsContextState.cpp66 const SkPaint& GraphicsContextState::strokePaint(int strokedPathLength) const function in class:blink::GraphicsContextState
H A DGraphicsContextState.h63 const SkPaint& strokePaint(int strokedPathLength = 0) const;
/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);
H A Dshadertext2.cpp108 SkPaint strokePaint(fillPaint);
109 strokePaint.setStyle(SkPaint::kStroke_Style);
110 strokePaint.setStrokeWidth(kPointSize * 0.1f);
142 SkPaint& paint = s ? strokePaint : fillPaint;
H A Dstrokes.cpp217 SkPaint strokePaint(origPaint);
218 strokePaint.setColor(0xFF4444FF);
237 strokePaint.setStrokeWidth(SK_Scalar1 * j * j);
238 canvas->drawPath(orig, strokePaint);
241 strokePaint.getFillPath(orig, &fill);
243 canvas->translate(dx + strokePaint.getStrokeWidth(), 0);
/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);
/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);
H A Dshadertext2.cpp106 SkPaint strokePaint(fillPaint);
107 strokePaint.setStyle(SkPaint::kStroke_Style);
108 strokePaint.setStrokeWidth(kPointSize * 0.1f);
139 SkPaint& paint = s ? strokePaint : fillPaint;
H A Dstrokes.cpp217 SkPaint strokePaint(origPaint);
218 strokePaint.setColor(0xFF4444FF);
237 strokePaint.setStrokeWidth(SK_Scalar1 * j * j);
238 canvas->drawPath(orig, strokePaint);
241 strokePaint.getFillPath(orig, &fill);
243 canvas->translate(dx + strokePaint.getStrokeWidth(), 0);
/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);

Completed in 4663 milliseconds