Searched refs:RGBEQUAL (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_macros.h18 #define RGBEQUAL(c) (!((((c) >> 8) ^ (c)) & 0xffff)) macro
H A Dmga_storm.c1238 if ( (pMga->CurrentLayout.bitsPerPixel == 24) && !RGBEQUAL(fg) ) {
1256 || (RGBEQUAL(fg) && RGBEQUAL(bg))) ) {
1514 if ( (bpp == 24) && !RGBEQUAL(color) ) {
1988 if ( (pMga->CurrentLayout.bitsPerPixel == 24) && !RGBEQUAL(fg) ) {
2004 || (RGBEQUAL(fg) && RGBEQUAL(bg))) ) {

Completed in 5 milliseconds