Searched refs:getRGBA32Value (Results 1 – 4 of 4) sorted by relevance
100 return Color(value->getRGBA32Value()); in colorFromPrimitiveValue()
296 …RGBA32 getRGBA32Value() const { return m_primitiveUnitType != CSS_RGBCOLOR ? 0 : m_value.rgbcolor;… in getRGBA32Value() function
1161 color = primitiveValue->getRGBA32Value(); in parseColor()
387 return primitiveColor->getRGBA32Value(); in cssValueToRGBA()1632 return !alphaChannel(value->getRGBA32Value()); in isTransparentColorValue()