m_rgba            109 Source/core/html/canvas/CanvasStyle.cpp     , m_rgba(makeRGBAFromCMYKA(c, m, y, k, a))
m_rgba            182 Source/core/html/canvas/CanvasStyle.cpp         return m_rgba == other.m_rgba;
m_rgba            205 Source/core/html/canvas/CanvasStyle.cpp     return m_rgba == makeRGBA32FromFloats(r, g, b, a);
m_rgba            226 Source/core/html/canvas/CanvasStyle.cpp         context->setStrokeColor(m_rgba);
m_rgba            231 Source/core/html/canvas/CanvasStyle.cpp         context->setStrokeColor(m_rgba);
m_rgba            253 Source/core/html/canvas/CanvasStyle.cpp         context->setFillColor(m_rgba);
m_rgba            258 Source/core/html/canvas/CanvasStyle.cpp         context->setFillColor(m_rgba);
m_rgba             57 Source/core/html/canvas/CanvasStyle.h         String color() const { ASSERT(m_type == RGBA || m_type == CMYKA); return Color(m_rgba).serialized(); }
m_rgba             82 Source/core/html/canvas/CanvasStyle.h             RGBA32 m_rgba;