HomeSort by relevance Sort by last modified time
    Searched refs:Gamma (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 196 typedef struct { float red, green, blue; } Gamma;
198 /* The permitted gamma range is 1 / GAMMA_MAX <= g <= GAMMA_MAX */
213 Gamma gamma; /* Gamma of the monitor */ member in struct:__anon14925
838 typedef int xf86ChangeGammaProc (int, Gamma);
889 Gamma gamma; /* Gamma of the monitor */ member in struct:_ScrnInfoRec
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/
XF86VMode.c 167 SDL_NAME(XF86VidModeSetGamma)(Display *dpy, int screen, SDL_NAME(XF86VidModeGamma) *Gamma)
179 req->red = (CARD32)(Gamma->red * 10000.);
180 req->green = (CARD32)(Gamma->green * 10000.);
181 req->blue = (CARD32)(Gamma->blue * 10000.);
188 SDL_NAME(XF86VidModeGetGamma)(Display *dpy, int screen, SDL_NAME(XF86VidModeGamma) *Gamma)
206 Gamma->red = ((float)rep.red) / 10000.;
207 Gamma->green = ((float)rep.green) / 10000.;
208 Gamma->blue = ((float)rep.blue) / 10000.;
    [all...]

Completed in 103 milliseconds