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/platform/graphics/
GraphicsContext.h 104 void setStrokeStyle(StrokeStyle style) { m_state->m_strokeData.setStyle(style); }
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 269 void CanvasRenderingContext2D::setStrokeStyle(PassRefPtr<CanvasStyle> prpStyle)
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));
    [all...]

Completed in 152 milliseconds