Searched refs:screenheight (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Dvtypes.h85 int screenheight; member in struct:verite_modeinfo_t
H A Drendition.c934 modeinfo->screenheight = pMode->VDisplay;
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_dri.c1075 int screenheight = pScrn->virtualY; local in function:I810DRIMoveBuffers
1191 if (desty + h > screenheight)
1192 h = screenheight - desty;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_dri.c1075 int screenheight = pScrn->virtualY; local in function:I810DRIMoveBuffers
1191 if (desty + h > screenheight)
1192 h = screenheight - desty;
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datidri.c319 int screenheight = pScreenInfo->virtualY; local in function:ATIDRIMoveBuffers
430 if (desty + h > screenheight) h = screenheight - desty;
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dri.c727 int screenheight = pScrn->virtualY; local in function:MGADRIMoveBuffersXAA
830 if ( desty + h > screenheight ) h = screenheight - desty;
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_dri.c1235 int screenheight = pScrn->virtualY; local in function:SAVAGEDRIMoveBuffers
1342 if ( desty + h > screenheight ) h = screenheight - desty;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dri.c1186 int screenheight = pScrn->virtualY; local in function:I810DRIMoveBuffers
1295 if (desty + h > screenheight)
1296 h = screenheight - desty;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_dri.c503 int screenheight = pScrn->virtualY; local in function:RADEONDRIMoveBuffers
627 if (desty + h > screenheight) h = screenheight - desty;
/xsrc/external/mit/ctwm/dist/
H A DCHANGES.md1920 * If `(width > screenwidth / 2) || (height > screenheight / 2)` the

Completed in 40 milliseconds