strokeRect 1367 Source/core/html/canvas/CanvasRenderingContext2D.cpp c->strokeRect(rect, state().m_lineWidth); strokeRect 174 Source/core/html/canvas/CanvasRenderingContext2D.h void strokeRect(float x, float y, float width, float height); strokeRect 107 Source/core/rendering/svg/RenderSVGRect.cpp context->strokeRect(m_fillBoundingBox, strokeWidth()); strokeRect 245 Source/platform/graphics/GraphicsContext.h void strokeRect(const FloatRect&, float lineWidth); strokeRect 208 Source/platform/graphics/skia/OpaqueRegionSkia.cpp SkRect strokeRect; strokeRect 209 Source/platform/graphics/skia/OpaqueRegionSkia.cpp strokeRect = paint.computeFastBounds(fillRect, &strokeRect); strokeRect 210 Source/platform/graphics/skia/OpaqueRegionSkia.cpp didDraw(context, strokeRect, paint, sourceBitmap, fillsBounds, FillOrStroke);