HomeSort by: relevance | last modified time | path
    Searched refs:gammaBlue (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winrandr.c 290 crtc->gammaBlue[i] = i << 8;
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_dac.c 573 void XGIAdjustGamma(ScrnInfoPtr pScrn, unsigned int gammaRed, unsigned int gammaGreen, unsigned int gammaBlue)
579 double blue = 1.0 / (double)((double)gammaBlue / 1000);
  /xsrc/external/mit/xorg-server.old/dist/randr/
rrcrtc.c 88 crtc->gammaRed = crtc->gammaBlue = crtc->gammaGreen = NULL;
466 memcpy (crtc->gammaBlue, blue, crtc->gammaSize * sizeof (CARD16));
567 crtc->gammaBlue = gamma + size*2;
randrstr.h 119 CARD16 *gammaBlue;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86RandR12.c 1260 memcpy (crtc->gamma_blue, randr_crtc->gammaBlue, crtc->gamma_size * sizeof (CARD16));
1292 randr_crtc->gammaBlue = randr_crtc->gammaGreen + crtc->gamma_size;
1297 memcpy (randr_crtc->gammaBlue, crtc->gamma_blue, crtc->gamma_size * sizeof (CARD16));
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86RandR12.c 1379 randr_crtc->gammaBlue,
1389 memcpy(crtc->gamma_blue, randr_crtc->gammaBlue,
2008 randr_crtc->gammaBlue,
2040 init_one_component(randr_crtc->gammaBlue, size, gamma.blue);
  /xsrc/external/mit/xorg-server/dist/randr/
rrcrtc.c 88 crtc->gammaRed = crtc->gammaBlue = crtc->gammaGreen = NULL;
929 memcpy(crtc->gammaBlue, blue, crtc->gammaSize * sizeof(CARD16));
1068 crtc->gammaBlue = gamma + size * 2;
randrstr.h 128 CARD16 *gammaBlue;
  /xsrc/external/mit/xrandr/dist/
xrandr.c 1421 float gammaBlue;
1466 gammaBlue = 1.0 / output->gamma.blue;
1483 if (gammaBlue == 1.0 && output->brightness == 1.0)
1487 gammaBlue) * output->brightness,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86cmap.c 1134 memcpy(blue, crtc->gammaBlue, size * sizeof(*blue));

Completed in 15 milliseconds