Home
last modified time | relevance | path

Searched defs:NS_GET_R (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/src/
H A DnsColor.h29 #define NS_GET_R(_rgba) ((uint8_t)((_rgba)&0xff)) macro
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/src/
H A DnsColor.h31 #define NS_GET_R(_rgba) ((uint8_t)((_rgba)&0xff)) macro
/dports/www/firefox/firefox-99.0/gfx/src/
H A DnsColor.h29 #define NS_GET_R(_rgba) ((uint8_t)((_rgba)&0xff)) macro
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/src/
H A DnsColor.h29 #define NS_GET_R(_rgba) ((uint8_t)((_rgba)&0xff)) macro
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/src/
H A DnsColor.h31 #define NS_GET_R(_rgba) ((uint8_t)((_rgba)&0xff)) macro
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/src/
H A DnsColor.h32 #define NS_GET_R(_rgba) ((uint8_t) ((_rgba) & 0xff)) macro