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

  /external/skia/src/core/
SkStrokeRec.cpp 80 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) {
  /external/webkit/Source/WebCore/bindings/js/
JSCanvasRenderingContext2DCustom.cpp 72 void JSCanvasRenderingContext2D::setStrokeStyle(ExecState* exec, JSValue value)
79 context->setStrokeStyle(toHTMLCanvasStyle(exec, value));
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.cpp 372 void PlatformGraphicsContext::setStrokeStyle(StrokeStyle style)
PlatformGraphicsContextRecording.cpp 652 void PlatformGraphicsContextRecording::setStrokeStyle(StrokeStyle style)
654 PlatformGraphicsContext::setStrokeStyle(style);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.cpp 121 void GraphicsContext::setStrokeStyle(StrokeStyle style)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 577 void PainterOpenVG::setStrokeStyle(StrokeStyle style)
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 339 void CanvasRenderingContext2D::setStrokeStyle(PassRefPtr<CanvasStyle> style)
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));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 493 void PlatformContextSkia::setStrokeStyle(StrokeStyle strokeStyle)

Completed in 191 milliseconds