Lines Matching refs:pScrInitParms
150 miScreenInitParmsPtr pScrInitParms;
153 pScrInitParms = (miScreenInitParmsPtr) pScreen->devPrivate;
158 if (pScrInitParms->width) {
173 PixmapBytePad(pScrInitParms->width,
175 pScrInitParms->pbits))
180 value = pScrInitParms->pbits;
190 miScreenInitParmsPtr pScrInitParms;
196 pScrInitParms = malloc(sizeof(miScreenInitParmsRec));
197 if (!pScrInitParms)
199 pScrInitParms->pbits = pbits;
200 pScrInitParms->width = width;
201 pScreen->devPrivate = (void *) pScrInitParms;