Searched defs:setFillStyle (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkStrokeRec.cpp78 void SkStrokeRec::setFillStyle() { function in class:SkStrokeRec
91 this->setFillStyle();
/external/skia/src/core/
H A DSkStrokeRec.cpp78 void SkStrokeRec::setFillStyle() { function in class:SkStrokeRec
91 this->setFillStyle();
/external/chromium_org/third_party/skia/src/gpu/
H A DGrStrokeInfo.h51 void setFillStyle() { fStroke.setFillStyle(); } function in class:GrStrokeInfo
/external/skia/src/gpu/
H A DGrStrokeInfo.h51 void setFillStyle() { fStroke.setFillStyle(); } function in class:GrStrokeInfo
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp448 void CanvasRenderingContext2D::setFillStyle(PassRefPtrWillBeRawPtr<CanvasStyle> prpStyle) function in class:blink::CanvasRenderingContext2D
919 setFillStyle(CanvasStyle::createFromString(color));
927 setFillStyle(CanvasStyle::createFromGrayLevelWithAlpha(grayLevel, 1.0f));
932 setFillStyle(CanvasStyle::createFromStringWithOverrideAlpha(color, alpha));
939 setFillStyle(CanvasStyle::createFromGrayLevelWithAlpha(grayLevel, alpha));
946 setFillStyle(CanvasStyle::createFromRGBAChannels(r, g, b, a));
953 setFillStyle(CanvasStyle::createFromCMYKAChannels(c, m, y, k, a));

Completed in 1459 milliseconds