Searched refs:Monitor1 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_merge.h14 DisplayModePtr Monitor1; member in struct:_MergedDisplayModeRec
H A Dmga_merge.c74 ((MergedDisplayModePtr)mode->Private)->Monitor1 = i;
790 pMga->M1frameX1 = pMga->M1frameX0 + MDMPTR(pScrn)->Monitor1->HDisplay -1;
791 pMga->M1frameY1 = pMga->M1frameY0 + MDMPTR(pScrn)->Monitor1->VDisplay -1;
825 BOUND(pMga->M1frameY0,y,y + VMax - MDMPTR(pScrn1)->Monitor1->VDisplay);
829 BOUND(pMga->M1frameY0,y,y + VMax - MDMPTR(pScrn1)->Monitor1->VDisplay);
830 pScrn2->frameX0 = x+MDMPTR(pScrn1)->Monitor1->HDisplay;
836 BOUND(pMga->M1frameX0,x,x + HMax - MDMPTR(pScrn1)->Monitor1->HDisplay);
840 BOUND(pMga->M1frameX0,x,x + HMax - MDMPTR(pScrn1)->Monitor1->HDisplay);
843 pScrn2->frameY0 = y+MDMPTR(pScrn1)->Monitor1->VDisplay;
846 BOUND(pMga->M1frameX0,x,x + HMax - MDMPTR(pScrn1)->Monitor1
[all...]

Completed in 2 milliseconds