Searched defs:setStrokeStyle (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSCanvasRenderingContext2DCustom.cpp72 void JSCanvasRenderingContext2D::setStrokeStyle(ExecState* exec, JSValue value) function in class:WebCore::JSCanvasRenderingContext2D
79 context->setStrokeStyle(toHTMLCanvasStyle(exec, value));
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.cpp352 void PlatformGraphicsContext::setStrokeStyle(StrokeStyle style) function in class:WebCore::PlatformGraphicsContext
H A DPlatformGraphicsContextRecording.cpp152 void PlatformGraphicsContextRecording::setStrokeStyle(StrokeStyle style) function in class:WebCore::PlatformGraphicsContextRecording
154 PlatformGraphicsContext::setStrokeStyle(style);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.cpp121 void GraphicsContext::setStrokeStyle(StrokeStyle style) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DPainterOpenVG.cpp577 void PainterOpenVG::setStrokeStyle(StrokeStyle style) function in class:WebCore::PainterOpenVG
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.cpp493 void PlatformContextSkia::setStrokeStyle(StrokeStyle strokeStyle) function in class:WebCore::PlatformContextSkia
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp339 void CanvasRenderingContext2D::setStrokeStyle(PassRefPtr<CanvasStyle> style) function in class:WebCore::CanvasRenderingContext2D
669 setStrokeStyle(CanvasStyle::createFromString(color, canvas()->document()));
677 setStrokeStyle(CanvasStyle::createFromGrayLevelWithAlpha(grayLevel, 1.0f));
682 setStrokeStyle(CanvasStyle::createFromStringWithOverrideAlpha(color, alpha));
689 setStrokeStyle(CanvasStyle::createFromGrayLevelWithAlpha(grayLevel, alpha));
696 setStrokeStyle(CanvasStyle::createFromRGBAChannels(r, g, b, a));
703 setStrokeStyle(CanvasStyle::createFromCMYKAChannels(c, m, y, k, a));

Completed in 364 milliseconds