Searched defs:setStrokeColor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp743 void CanvasRenderingContext2D::setStrokeColor(const String& color) function in class:WebCore::CanvasRenderingContext2D
752 void CanvasRenderingContext2D::setStrokeColor(float grayLevel) function in class:WebCore::CanvasRenderingContext2D
759 void CanvasRenderingContext2D::setStrokeColor(const String& color, float alpha) function in class:WebCore::CanvasRenderingContext2D
764 void CanvasRenderingContext2D::setStrokeColor(float grayLevel, float alpha) function in class:WebCore::CanvasRenderingContext2D
771 void CanvasRenderingContext2D::setStrokeColor(float r, float g, float b, float a) function in class:WebCore::CanvasRenderingContext2D
778 void CanvasRenderingContext2D::setStrokeColor(float c, float m, float y, float k, float a) function in class:WebCore::CanvasRenderingContext2D
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp241 void GraphicsContext::setStrokeColor(const Color& color) function in class:WebCore::GraphicsContext
255 setStrokeColor(Color::black);
269 setStrokeColor(Color::black);

Completed in 124 milliseconds