HomeSort by relevance Sort by last modified time
    Searched refs:CMYKA (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/canvas/
CanvasStyle.cpp 119 : m_type(CMYKA)
193 case CMYKA:
220 if (m_type != CMYKA)
238 case CMYKA: {
240 // We'll need a fancier Color abstraction to support CMYKA correctly
275 case CMYKA: {
277 // We'll need a fancier Color abstraction to support CMYKA correctly
CanvasStyle.h 57 String color() const { ASSERT(m_type == RGBA || m_type == CMYKA); return Color(m_rgba).serialized(); }
69 enum Type { RGBA, CMYKA, Gradient, ImagePattern, CurrentColor, CurrentColorWithOverrideAlpha };

Completed in 23 milliseconds