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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasStyle.cpp 109 : m_type(CMYKA)
183 case CMYKA:
210 if (m_type != CMYKA)
228 case CMYKA: {
230 // We'll need a fancier Color abstraction to support CMYKA correctly
255 case CMYKA: {
257 // We'll need a fancier Color abstraction to support CMYKA correctly
CanvasStyle.h 58 String color() const { ASSERT(m_type == RGBA || m_type == CMYKA); return Color(m_rgba).serialized(); }
70 enum Type { RGBA, CMYKA, Gradient, ImagePattern, CurrentColor, CurrentColorWithOverrideAlpha };

Completed in 108 milliseconds