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

  /external/chromium_org/third_party/skia/src/core/
SkStrokeRec.cpp 88 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) {
  /external/skia/src/core/
SkStrokeRec.cpp 88 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.cpp 81 void GraphicsContextState::setStrokeStyle(StrokeStyle style)
GraphicsContext.h 126 void setStrokeStyle(StrokeStyle style) { mutableState()->setStrokeStyle(style); }
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 396 void CanvasRenderingContext2D::setStrokeStyle(PassRefPtr<CanvasStyle> prpStyle)
858 setStrokeStyle(CanvasStyle::createFromString(color));
866 setStrokeStyle(CanvasStyle::createFromGrayLevelWithAlpha(grayLevel, 1.0f));
871 setStrokeStyle(CanvasStyle::createFromStringWithOverrideAlpha(color, alpha));
878 setStrokeStyle(CanvasStyle::createFromGrayLevelWithAlpha(grayLevel, alpha));
885 setStrokeStyle(CanvasStyle::createFromRGBAChannels(r, g, b, a));
892 setStrokeStyle(CanvasStyle::createFromCMYKAChannels(c, m, y, k, a));
    [all...]

Completed in 586 milliseconds