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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
H A Dedid.h138 #define _GAMMA(x) (x == 0xff ? 0.0 : ((x + 100.0)/100.0)) macro
139 #define GAMMA _GAMMA(GET(D_GAMMA))
327 #define _WHITE_GAMMA1(x) _GAMMA(x[9])
329 #define _WHITE_GAMMA2(x) _GAMMA(x[14])
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
H A Dedid.h137 #define _GAMMA(x) (x == 0xff ? 0.0 : ((x + 100.0)/100.0)) macro
138 #define GAMMA _GAMMA(GET(D_GAMMA))
328 #define _WHITE_GAMMA1(x) _GAMMA(x[9])
330 #define _WHITE_GAMMA2(x) _GAMMA(x[14])

Completed in 6 milliseconds