OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createFromRGBAChannels
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasStyle.h
49
static PassRefPtr<CanvasStyle>
createFromRGBAChannels
(float r, float g, float b, float a) { return adoptRef(new CanvasStyle(r, g, b, a)); }
CanvasRenderingContext2D.cpp
775
setStrokeStyle(CanvasStyle::
createFromRGBAChannels
(r, g, b, a));
817
setFillStyle(CanvasStyle::
createFromRGBAChannels
(r, g, b, a));
[
all
...]
Completed in 165 milliseconds