Searched refs:hTotal (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/libXrandr/dist/src/
H A DXrrMode.c74 req->modeInfo.hTotal = mode_info->hTotal;
H A DXrrScreen.c172 xrsr->modes[i].hTotal = modeInfo.hTotal;
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrmode.c35 if (a->hTotal != b->hTotal) return FALSE;
H A Drrinfo.c42 modeInfo.hTotal = size->width;
H A Drandr.c484 CARD32 dots = mode->hTotal * mode->vTotal;
H A Drrsdispatch.c254 swaps(&modeinfo->hTotal, n);
H A Drrscreen.c439 swaps (&modeinfos[i].hTotal, n);
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrmode.c40 if (a->hTotal != b->hTotal)
H A Drrinfo.c43 modeInfo.hTotal = size->width;
H A Drrsdispatch.c238 swaps(&modeinfo->hTotal);
H A Drrscreen.c319 swaps(&modeinfos[i].hTotal);
610 swaps(&modeinfos[i].hTotal);
H A Drandr.c731 CARD32 dots = mode->hTotal * mode->vTotal;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_tv.c620 unsigned hTotal; local in function:RADEONInitTVRestarts
646 hTotal = constPtr->horTotal;
696 vOffset = ((int)(vTotal * hTotal) * 2 * tvout->vPos) / (int)(NTSC_TV_LINES_PER_FRAME);
698 vOffset = ((int)(vTotal * hTotal) * 2 * tvout->vPos) / (int)(PAL_TV_LINES_PER_FRAME);
705 save->tv_hrestart = restart % hTotal;
706 restart /= hTotal;
H A Dradeon_driver.c1015 int hTotal, vTotal, num, denom, m, n; local in function:RADEONProbePLLParameters
1058 hTotal = ((INREG(RADEON_CRTC_H_TOTAL_DISP) & 0x3ff) + 1) * 8;
1060 vclk = (float)(hTotal * (float)(vTotal * hz));
/xsrc/external/mit/xf86-video-intel/dist/tools/
H A Ddri3info.c242 res->modes[n].hTotal*res->modes[n].vTotal,
H A Dvirtual.c592 a->hTotal == b->hTotal &&
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinrandr.c74 modeInfo.hTotal = pScreen->width;
/xsrc/external/mit/libXrandr/dist/include/X11/extensions/
H A DXrandr.h255 unsigned int hTotal; member in struct:_XRRModeInfo
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86RandR12.c1017 if (randr_mode->mode.hTotal != mode->HTotal) return FALSE;
1108 mode->HTotal = randr_mode->mode.hTotal;
1398 modeInfo.hTotal = mode->HTotal;
/xsrc/external/mit/xrandr/dist/
H A Dxrandr.c571 if (mode_info->hTotal && vTotal)
573 ((double) mode_info->hTotal * (double) vTotal));
585 if (mode_info->hTotal)
586 rate = (double) mode_info->dotClock / (double) mode_info->hTotal;
608 mode->hTotal, mode->hSkew, mode_hsync (mode) / 1000);
3163 m->mode.hTotal = check_strtol(argv[i++]);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86RandR12.c1020 if (randr_mode->mode.hTotal != mode->HTotal)
1116 mode->HTotal = randr_mode->mode.hTotal;
1612 modeInfo.hTotal = mode->HTotal;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Drandrproto.h196 CARD16 hTotal; member in struct:_xRRModeInfo
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_tv.c1851 modeinfo.hTotal = crtc_mode->HTotal;
/xsrc/external/mit/xf86-video-intel-2014/dist/tools/
H A Dvirtual.c561 a->hTotal == b->hTotal &&

Completed in 65 milliseconds