Home
last modified time | relevance | path

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

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