Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStrokeRec.cpp80 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) { in setStrokeStyle() function in SkStrokeRec
/external/chromium_org/third_party/skia/src/core/
DSkStrokeRec.cpp80 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) { in setStrokeStyle() function in SkStrokeRec
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h104 void setStrokeStyle(StrokeStyle style) { m_state->m_strokeData.setStyle(style); } in setStrokeStyle() function
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp269 void CanvasRenderingContext2D::setStrokeStyle(PassRefPtr<CanvasStyle> prpStyle) in setStrokeStyle() function in WebCore::CanvasRenderingContext2D