Searched refs:displaySize (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_memory.c189 pGeode->displaySize = MAX(pScrni->virtualX, pScrni->virtualY)
192 pGeode->offscreenStart = pGeode->displaySize;
193 pGeode->offscreenSize = fbavail - pGeode->displaySize;
281 pGeode->displaySize);
H A Dgeode.h218 int displaySize; /* The size of the visible area */ member in struct:_geodeRec
H A Dgx_driver.c184 pGeode->displaySize = pScrni->virtualY * pGeode->displayPitch;
186 fbavail -= pGeode->displaySize;
187 fboffset += pGeode->displaySize;
1144 memset(pGeode->FBBase + pGeode->displayOffset, 0, pGeode->displaySize);
H A Dlx_driver.c816 memset(pGeode->FBBase, 0, pGeode->displaySize);
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident.h204 int displaySize; member in struct:__anon52c1ffc60208
H A Dtrident_driver.c2366 pTrident->displaySize = 1400;
2368 pTrident->displaySize = TRIDENTLcdDisplaySize(pMon);
3005 if (pTrident->displaySize) {
3008 if (pTrident->displaySize == LCD[i].display_x)
3019 pTrident->displaySize = 0;
3023 if (!pTrident->displaySize) {

Completed in 14 milliseconds