OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentColor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasStyle.h
54
bool isCurrentColor() const { return m_type ==
CurrentColor
|| m_type == CurrentColorWithOverrideAlpha; }
70
enum Type { RGBA, CMYKA, Gradient, ImagePattern,
CurrentColor
, CurrentColorWithOverrideAlpha };
101
RGBA32
currentColor
(HTMLCanvasElement*);
CanvasStyle.cpp
47
if (equalIgnoringCase(colorString, "
currentcolor
"))
56
RGBA32
currentColor
(HTMLCanvasElement* canvas)
73
parsedColor =
currentColor
(canvas);
135
return adoptRef(new CanvasStyle(
CurrentColor
));
190
case
CurrentColor
:
239
case
CurrentColor
:
266
case
CurrentColor
:
Completed in 250 milliseconds