Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11gamma.c30 #define MAX_GAMMA 10.0 macro
31 #define MIN_GAMMA (1.0/MAX_GAMMA)
44 if ( red > MAX_GAMMA ) { in X11_SetGammaNoLock()
45 gamma.red = MAX_GAMMA; in X11_SetGammaNoLock()
52 if ( green > MAX_GAMMA ) { in X11_SetGammaNoLock()
53 gamma.green = MAX_GAMMA; in X11_SetGammaNoLock()
60 if ( blue > MAX_GAMMA ) { in X11_SetGammaNoLock()
61 gamma.blue = MAX_GAMMA; in X11_SetGammaNoLock()