Lines Matching refs:pScrInitParms
138 miScreenInitParmsPtr pScrInitParms;
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;
183 pScrInitParms = malloc(sizeof(miScreenInitParmsRec));
184 if (!pScrInitParms)
186 pScrInitParms->pbits = pbits;
187 pScrInitParms->width = width;
188 pScreen->devPrivate = (pointer)pScrInitParms;