Searched refs:pScrInitParms (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiscrinit.c138 miScreenInitParmsPtr pScrInitParms; local in function:miCreateScreenResources
141 pScrInitParms = (miScreenInitParmsPtr)pScreen->devPrivate;
146 if (pScrInitParms->width)
160 PixmapBytePad(pScrInitParms->width, pScreen->rootDepth),
161 pScrInitParms->pbits))
167 value = pScrInitParms->pbits;
177 miScreenInitParmsPtr pScrInitParms; local in function:miScreenDevPrivateInit
183 pScrInitParms = malloc(sizeof(miScreenInitParmsRec));
184 if (!pScrInitParms)
186 pScrInitParms
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiscrinit.c150 miScreenInitParmsPtr pScrInitParms; local in function:miCreateScreenResources
153 pScrInitParms = (miScreenInitParmsPtr) pScreen->devPrivate;
158 if (pScrInitParms->width) {
173 PixmapBytePad(pScrInitParms->width,
175 pScrInitParms->pbits))
180 value = pScrInitParms->pbits;
190 miScreenInitParmsPtr pScrInitParms; local in function:miScreenDevPrivateInit
196 pScrInitParms = malloc(sizeof(miScreenInitParmsRec));
197 if (!pScrInitParms)
199 pScrInitParms
[all...]
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfb24_32.c589 miScreenInitParmsPtr pScrInitParms; local in function:fb24_32CreateScreenResources
594 pScrInitParms = (miScreenInitParmsPtr)pScreen->devPrivate;
595 pitch = BitmapBytePad(pScrInitParms->width * 24);

Completed in 3 milliseconds