setStrokeColor 78 Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp impl->setStrokeColor(toCoreString(value.As<v8::String>())); setStrokeColor 136 Source/core/html/canvas/CanvasRenderingContext2D.h void setStrokeColor(const String& color); setStrokeColor 137 Source/core/html/canvas/CanvasRenderingContext2D.h void setStrokeColor(float grayLevel); setStrokeColor 138 Source/core/html/canvas/CanvasRenderingContext2D.h void setStrokeColor(const String& color, float alpha); setStrokeColor 139 Source/core/html/canvas/CanvasRenderingContext2D.h void setStrokeColor(float grayLevel, float alpha); setStrokeColor 140 Source/core/html/canvas/CanvasRenderingContext2D.h void setStrokeColor(float r, float g, float b, float a); setStrokeColor 141 Source/core/html/canvas/CanvasRenderingContext2D.h void setStrokeColor(float c, float m, float y, float k, float a); setStrokeColor 226 Source/core/html/canvas/CanvasStyle.cpp context->setStrokeColor(m_rgba); setStrokeColor 231 Source/core/html/canvas/CanvasStyle.cpp context->setStrokeColor(m_rgba); setStrokeColor 118 Source/core/inspector/InspectorOverlay.cpp context->setStrokeColor(outlineColor); setStrokeColor 392 Source/core/page/PrintContext.cpp graphicsContext.setStrokeColor(Color(0, 0, 255)); setStrokeColor 361 Source/core/rendering/InlineTextBox.cpp context->setStrokeColor(strokeColor); setStrokeColor 1078 Source/core/rendering/InlineTextBox.cpp context->setStrokeColor(decoration.color); setStrokeColor 1395 Source/core/rendering/InlineTextBox.cpp ctx->setStrokeColor(underline.color); setStrokeColor 1901 Source/core/rendering/RenderBoxModelObject.cpp graphicsContext->setStrokeColor(color); setStrokeColor 130 Source/core/rendering/RenderDetailsMarker.cpp paintInfo.context->setStrokeColor(color); setStrokeColor 311 Source/core/rendering/RenderImage.cpp context->setStrokeColor(Color::lightGray); setStrokeColor 1202 Source/core/rendering/RenderLayerScrollableArea.cpp context->setStrokeColor(Color(217, 217, 217)); setStrokeColor 1167 Source/core/rendering/RenderListMarker.cpp context->setStrokeColor(color); setStrokeColor 957 Source/core/rendering/RenderObject.cpp graphicsContext->setStrokeColor(color); setStrokeColor 72 Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp context->setStrokeColor(m_color); setStrokeColor 247 Source/platform/graphics/GraphicsContext.cpp setStrokeColor(Color::black); setStrokeColor 260 Source/platform/graphics/GraphicsContext.cpp setStrokeColor(Color::black); setStrokeColor 103 Source/platform/graphics/GraphicsContext.h void setStrokeColor(const Color& color) { mutableState()->setStrokeColor(color); } setStrokeColor 74 Source/platform/graphics/GraphicsContextState.h void setStrokeColor(const Color&); setStrokeColor 381 Source/platform/graphics/GraphicsContextTest.cpp context.setStrokeColor(alpha); setStrokeColor 388 Source/platform/graphics/GraphicsContextTest.cpp context.setStrokeColor(opaque); setStrokeColor 395 Source/platform/graphics/GraphicsContextTest.cpp context.setStrokeColor(alpha); setStrokeColor 402 Source/platform/graphics/GraphicsContextTest.cpp context.setStrokeColor(alpha); setStrokeColor 418 Source/platform/graphics/GraphicsContextTest.cpp context.setStrokeColor(alpha); setStrokeColor 426 Source/platform/graphics/GraphicsContextTest.cpp context.setStrokeColor(opaque); setStrokeColor 434 Source/platform/graphics/GraphicsContextTest.cpp context.setStrokeColor(opaque); setStrokeColor 441 Source/platform/graphics/GraphicsContextTest.cpp context.setStrokeColor(alpha); setStrokeColor 356 Source/web/WebFrameImpl.cpp graphicsContext.setStrokeColor(Color(0, 0, 255));