strokePaint       565 Source/platform/graphics/GraphicsContext.cpp     *paint = immutableState()->strokePaint();
strokePaint       584 Source/platform/graphics/GraphicsContext.cpp         drawPath(path, immutableState()->strokePaint());
strokePaint       597 Source/platform/graphics/GraphicsContext.cpp         drawOval(rect, immutableState()->strokePaint());
strokePaint       729 Source/platform/graphics/GraphicsContext.cpp     SkPaint paint(immutableState()->strokePaint(length));
strokePaint      1375 Source/platform/graphics/GraphicsContext.cpp     drawPath(path, immutableState()->strokePaint());
strokePaint      1383 Source/platform/graphics/GraphicsContext.cpp     SkPaint paint(immutableState()->strokePaint());
strokePaint      1411 Source/platform/graphics/GraphicsContext.cpp     drawOval(ellipse, immutableState()->strokePaint());
strokePaint        59 Source/platform/graphics/GraphicsContextState.h     const SkPaint& strokePaint(int strokedPathLength = 0) const;