HomeSort by relevance Sort by last modified time
    Searched defs:setStrokeStyle (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/bindings/js/
JSCanvasRenderingContext2DCustom.cpp 74 void JSCanvasRenderingContext2D::setStrokeStyle(ExecState* exec, JSValue value)
77 context->setStrokeStyle(toHTMLCanvasStyle(exec, value));
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.cpp 117 void GraphicsContext::setStrokeStyle(const StrokeStyle& style)
  /external/webkit/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 499 void PainterOpenVG::setStrokeStyle(const StrokeStyle& style)
  /external/webkit/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 456 void PlatformContextSkia::setStrokeStyle(WebCore::StrokeStyle strokeStyle)
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 162 void CanvasRenderingContext2D::setStrokeStyle(PassRefPtr<CanvasStyle> style)
466 setStrokeStyle(CanvasStyle::create(color));
471 setStrokeStyle(CanvasStyle::create(grayLevel, 1));
476 setStrokeStyle(CanvasStyle::create(color, alpha));
481 setStrokeStyle(CanvasStyle::create(grayLevel, alpha));
486 setStrokeStyle(CanvasStyle::create(r, g, b, a));
491 setStrokeStyle(CanvasStyle::create(c, m, y, k, a));
    [all...]

Completed in 182 milliseconds