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

  /external/chromium_org/third_party/skia/src/core/
SkStrokeRec.cpp 80 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) {
  /external/skia/src/core/
SkStrokeRec.cpp 80 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.h 102 void setStrokeStyle(StrokeStyle style) { m_state->m_strokeData.setStyle(style); }
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 279 void CanvasRenderingContext2D::setStrokeStyle(PassRefPtr<CanvasStyle> prpStyle)
738 setStrokeStyle(CanvasStyle::createFromString(color, canvas()->document()));
746 setStrokeStyle(CanvasStyle::createFromGrayLevelWithAlpha(grayLevel, 1.0f));
751 setStrokeStyle(CanvasStyle::createFromStringWithOverrideAlpha(color, alpha));
758 setStrokeStyle(CanvasStyle::createFromGrayLevelWithAlpha(grayLevel, alpha));
765 setStrokeStyle(CanvasStyle::createFromRGBAChannels(r, g, b, a));
772 setStrokeStyle(CanvasStyle::createFromCMYKAChannels(c, m, y, k, a));
    [all...]

Completed in 698 milliseconds