Lines Matching refs:VideoModeInfo
1034 if ((pAST->VideoModeInfo.ScreenPitch * mode->CrtcVDisplay) > pAST->ulVRAMSize)
1038 pAST->VideoModeInfo.ScreenWidth = mode->CrtcHDisplay;
1039 pAST->VideoModeInfo.ScreenHeight = mode->CrtcVDisplay;
1040 pAST->VideoModeInfo.ScreenPitch = pScrn->displayWidth * ((pScrn->bitsPerPixel + 1) / 8) ;
1072 base = y * pAST->VideoModeInfo.ScreenPitch + x * ((pAST->VideoModeInfo.bitsPerPixel + 1) / 8);
1776 pAST->VideoModeInfo.ScreenWidth = pScrn->virtualX;
1777 pAST->VideoModeInfo.ScreenHeight = pScrn->virtualY;
1778 pAST->VideoModeInfo.bitsPerPixel = pScrn->bitsPerPixel;
1780 pAST->VideoModeInfo.ScreenPitch = pScrn->displayWidth * ((pScrn->bitsPerPixel + 1) / 8) ;