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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsContext.cpp132 void GraphicsContext::setStrokeColor(const Color& color, ColorSpace colorSpace) function in class:WebCore::GraphicsContext
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasRenderingContext2D.cpp760 void CanvasRenderingContext2D::setStrokeColor(const String& color) function in class:WebCore::CanvasRenderingContext2D
769 void CanvasRenderingContext2D::setStrokeColor(float grayLevel) function in class:WebCore::CanvasRenderingContext2D
776 void CanvasRenderingContext2D::setStrokeColor(const String& color, float alpha) function in class:WebCore::CanvasRenderingContext2D
781 void CanvasRenderingContext2D::setStrokeColor(float grayLevel, float alpha) function in class:WebCore::CanvasRenderingContext2D
788 void CanvasRenderingContext2D::setStrokeColor(float r, float g, float b, float a) function in class:WebCore::CanvasRenderingContext2D
795 void CanvasRenderingContext2D::setStrokeColor(float c, float m, float y, float k, float a) function in class:WebCore::CanvasRenderingContext2D

Completed in 113 milliseconds