Searched refs:screenwidth (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Dvtypes.h83 int screenwidth; /* further mode information */ member in struct:verite_modeinfo_t
H A Dvmodes.c301 pRendition->board.mode.virtualwidth=pRendition->board.mode.screenwidth;
440 int swidth=pRendition->board.mode.screenwidth;
457 || (swidth*bytespp)%128)) /* screenwidth multiple of fifo size */
H A Drendition.c932 modeinfo->screenwidth = pMode->HDisplay;
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_dri.c1074 int screenwidth = pScrn->virtualX; local in function:I810DRIMoveBuffers
1189 if (destx + w > screenwidth)
1190 w = screenwidth - destx;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_dri.c1074 int screenwidth = pScrn->virtualX; local in function:I810DRIMoveBuffers
1189 if (destx + w > screenwidth)
1190 w = screenwidth - destx;
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datidri.c318 int screenwidth = pScreenInfo->virtualX; local in function:ATIDRIMoveBuffers
429 if (destx + w > screenwidth) w = screenwidth - destx;
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dri.c726 int screenwidth = pScrn->virtualX; local in function:MGADRIMoveBuffersXAA
829 if ( destx + w > screenwidth ) w = screenwidth - destx;
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_dri.c1234 int screenwidth = pScrn->virtualX; local in function:SAVAGEDRIMoveBuffers
1341 if ( destx + w > screenwidth ) w = screenwidth - destx;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dri.c1185 int screenwidth = pScrn->virtualX; local in function:I810DRIMoveBuffers
1293 if (destx + w > screenwidth)
1294 w = screenwidth - destx;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_dri.c502 int screenwidth = pScrn->virtualX; local in function:RADEONDRIMoveBuffers
626 if (destx + w > screenwidth) w = screenwidth - destx;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_video.c2654 UShort screenwidth; local in function:SISDisplayVideo
2757 screenwidth = overlay.currentmode->HDisplay;
2771 screenwidth = overlay.currentmode->HDisplay;
2799 if((overlay.dstBox.x1 >= screenwidth) || (overlay.dstBox.y1 >= overlay.SCREENheight)) {
2828 (overlay.dstBox.x1 >= screenwidth - 2) ||
/xsrc/external/mit/ctwm/dist/
H A DCHANGES.md1920 * If `(width > screenwidth / 2) || (height > screenheight / 2)` the

Completed in 25 milliseconds