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

/external/webkit/Source/WebCore/html/canvas/
H A DCanvasStyle.h53 bool isCurrentColor() const { return m_type == CurrentColor || m_type == CurrentColorWithOverrideAlpha; }
54 bool hasOverrideAlpha() const { return m_type == CurrentColorWithOverrideAlpha; }
55 float overrideAlpha() const { ASSERT(m_type == CurrentColorWithOverrideAlpha); return m_overrideAlpha; }
69 enum Type { RGBA, CMYKA, Gradient, ImagePattern, CurrentColor, CurrentColorWithOverrideAlpha }; enumerator in enum:WebCore::CanvasStyle::Type

Completed in 50 milliseconds