OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createFromRGBA
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/canvas/
CanvasStyle.h
44
static PassRefPtr<CanvasStyle>
createFromRGBA
(RGBA32 rgba) { return adoptRef(new CanvasStyle(rgba)); }
CanvasRenderingContext2D.cpp
198
: m_strokeStyle(CanvasStyle::
createFromRGBA
(Color::black))
199
, m_fillStyle(CanvasStyle::
createFromRGBA
(Color::black))
349
style = CanvasStyle::
createFromRGBA
(colorWithOverrideAlpha(currentColor(canvas()), style->overrideAlpha()));
351
style = CanvasStyle::
createFromRGBA
(currentColor(canvas()));
378
style = CanvasStyle::
createFromRGBA
(colorWithOverrideAlpha(currentColor(canvas()), style->overrideAlpha()));
380
style = CanvasStyle::
createFromRGBA
(currentColor(canvas()));
[
all
...]
Completed in 669 milliseconds