setFillStyle 95 Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp impl->setFillStyle(toCanvasStyle(value, info.GetIsolate())); setFillStyle 891 Source/core/html/canvas/CanvasRenderingContext2D.cpp setFillStyle(CanvasStyle::createFromString(color)); setFillStyle 899 Source/core/html/canvas/CanvasRenderingContext2D.cpp setFillStyle(CanvasStyle::createFromGrayLevelWithAlpha(grayLevel, 1.0f)); setFillStyle 904 Source/core/html/canvas/CanvasRenderingContext2D.cpp setFillStyle(CanvasStyle::createFromStringWithOverrideAlpha(color, alpha)); setFillStyle 911 Source/core/html/canvas/CanvasRenderingContext2D.cpp setFillStyle(CanvasStyle::createFromGrayLevelWithAlpha(grayLevel, alpha)); setFillStyle 918 Source/core/html/canvas/CanvasRenderingContext2D.cpp setFillStyle(CanvasStyle::createFromRGBAChannels(r, g, b, a)); setFillStyle 925 Source/core/html/canvas/CanvasRenderingContext2D.cpp setFillStyle(CanvasStyle::createFromCMYKAChannels(c, m, y, k, a)); setFillStyle 80 Source/core/html/canvas/CanvasRenderingContext2D.h void setFillStyle(PassRefPtr<CanvasStyle>);