Searched refs:strokePaint (Results 1 - 4 of 4) sorted by relevance

/external/skia/gm/
H A Dstrokes.cpp205 SkPaint strokePaint(origPaint);
206 strokePaint.setColor(0xFF4444FF);
225 strokePaint.setStrokeWidth(SK_Scalar1 * j * j);
226 canvas->drawPath(orig, strokePaint);
229 strokePaint.getFillPath(orig, &fill);
231 canvas->translate(dx + strokePaint.getStrokeWidth(), 0);
H A Dshadertext2.cpp118 SkPaint strokePaint(fillPaint);
119 strokePaint.setStyle(SkPaint::kStroke_Style);
120 strokePaint.setStrokeWidth(kPointSize * 0.1f);
151 SkPaint& paint = s ? strokePaint : fillPaint;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
H A DFontHarfBuzz.cpp172 SkPaint strokePaint, fillPaint;
178 gc->setupPaintForStroking(&strokePaint);
179 setupForTextPainting(&strokePaint, gc->strokeColor().rgb());
/external/skia/tests/
H A DPathTest.cpp1609 SkPaint strokePaint; local
1610 strokePaint.setStyle(SkPaint::kStroke_Style);
1611 strokePaint.setStrokeWidth(2);
1612 strokePaint.getFillPath(src, &dst);

Completed in 169 milliseconds