Lines Matching refs:pbits
56 void *pbits; /* pointer to framebuffer */
156 * else it will just take the value pbits
175 pScrInitParms->pbits))
180 value = pScrInitParms->pbits;
183 pScreen->devPrivate = value; /* pPixmap or pbits */
188 miScreenDevPrivateInit(ScreenPtr pScreen, int width, void *pbits)
192 /* Stash pbits and width in a short-lived miScreenInitParmsRec attached
199 pScrInitParms->pbits = pbits;
219 miScreenInit(ScreenPtr pScreen, void *pbits, /* pointer to screen bits */
294 return miScreenDevPrivateInit(pScreen, width, pbits);