Searched refs:rgbcolor (Results 1 – 2 of 2) sorted by relevance
176 RGBA32 getRGBA32Value() const { return m_type != CSS_RGBCOLOR ? 0 : m_value.rgbcolor; } in getRGBA32Value()236 unsigned rgbcolor; member
148 m_value.rgbcolor = color; in CSSPrimitiveValue()573 return RGBColor::create(m_value.rgbcolor); in getRGBColorValue()754 RGBA32 rgbColor = m_value.rgbcolor; in cssText()