Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/src/
H A DnsColor.h114 nscolor NS_HSL2RGB(float h, float s, float l);
H A DnsColor.cpp335 NS_HSL2RGB(float h, float s, float l) in NS_HSL2RGB() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/src/
H A DnsColor.h111 nscolor NS_HSL2RGB(float h, float s, float l);
H A DnsColor.cpp313 nscolor NS_HSL2RGB(float h, float s, float l) { in NS_HSL2RGB() function
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsCSSValue.cpp3118 nscolor hsl = NS_HSL2RGB(mComponent1, mComponent2, mComponent3); in GetColorValue()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsCSSValue.cpp3197 nscolor hsl = NS_HSL2RGB(mComponent1, mComponent2, mComponent3); in GetColorValue()