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

/external/chromium_org/third_party/skia/src/core/
H A DSkStrokeRec.cpp80 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) { function in class:SkStrokeRec
/external/skia/src/core/
H A DSkStrokeRec.cpp80 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) { function in class:SkStrokeRec
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.h104 void setStrokeStyle(StrokeStyle style) { m_state->m_strokeData.setStyle(style); } function in class:WebCore::GraphicsContext
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp269 void CanvasRenderingContext2D::setStrokeStyle(PassRefPtr<CanvasStyle> prpStyle) function in class:WebCore::CanvasRenderingContext2D
748 setStrokeStyle(CanvasStyle::createFromString(color, &canvas()->document()));
756 setStrokeStyle(CanvasStyle::createFromGrayLevelWithAlpha(grayLevel, 1.0f));
761 setStrokeStyle(CanvasStyle::createFromStringWithOverrideAlpha(color, alpha));
768 setStrokeStyle(CanvasStyle::createFromGrayLevelWithAlpha(grayLevel, alpha));
775 setStrokeStyle(CanvasStyle::createFromRGBAChannels(r, g, b, a));
782 setStrokeStyle(CanvasStyle::createFromCMYKAChannels(c, m, y, k, a));

Completed in 182 milliseconds