Home
last modified time | relevance | path

Searched refs:SetFloatColorValue (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsCSSValue.cpp513 void nsCSSValue::SetFloatColorValue(float aComponent1, in SetFloatColorValue() function in nsCSSValue
530 SetFloatColorValue(aValue.mR, aValue.mG, aValue.mB, in SetRGBAColorValue()
H A DnsCSSValue.h916 void SetFloatColorValue(float aComponent1,
H A DnsCSSParser.cpp6785 aValue.SetFloatColorValue(r, g, b, a,
6803 aValue.SetFloatColorValue(h, s, l, a,
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsCSSValue.h902 void SetFloatColorValue(float aComponent1, float aComponent2,
H A DnsCSSValue.cpp469 void nsCSSValue::SetFloatColorValue(float aComponent1, float aComponent2, in SetFloatColorValue() function in nsCSSValue
481 SetFloatColorValue(aValue.mR, aValue.mG, aValue.mB, aValue.mA, in SetRGBAColorValue()
H A DnsCSSParser.cpp6248 aValue.SetFloatColorValue(r, g, b, a, in ParseColor()
6267 aValue.SetFloatColorValue( in ParseColor()