strokePath       1077 Source/core/html/canvas/CanvasRenderingContext2D.cpp         c->strokePath(path);
strokePath        119 Source/core/inspector/InspectorOverlay.cpp         context->strokePath(quadPath);
strokePath       1061 Source/core/rendering/InlineTextBox.cpp     context->strokePath(path);
strokePath       1937 Source/core/rendering/RenderBoxModelObject.cpp         graphicsContext->strokePath(borderPath);
strokePath        154 Source/core/rendering/svg/RenderSVGResourceGradient.cpp             context->strokePath(*path);
strokePath        195 Source/core/rendering/svg/RenderSVGResourcePattern.cpp             context->strokePath(*path);
strokePath         97 Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp             context->strokePath(*path);
strokePath         88 Source/core/rendering/svg/RenderSVGShape.cpp     context->strokePath(*usePath);
strokePath        232 Source/platform/graphics/GraphicsContext.h     void strokePath(const Path&);
strokePath        973 Source/platform/graphics/GraphicsContextTest.cpp     context.strokePath(path);
strokePath       1025 Source/platform/graphics/GraphicsContextTest.cpp     context.strokePath(path);
strokePath       1052 Source/platform/graphics/GraphicsContextTest.cpp     context.strokePath(path);
strokePath         78 Source/platform/graphics/Path.cpp     SkPath strokePath;
strokePath         79 Source/platform/graphics/Path.cpp     paint.getFillPath(m_path, &strokePath);
strokePath         81 Source/platform/graphics/Path.cpp     return SkPathContainsPoint(strokePath, point, SkPath::kWinding_FillType);