Lines Matching refs:sourceBits
83 PixmapPtr sourceBits; /* source bits */
118 miDCSwitchScreenCursor(ScreenPtr pScreen, CursorPtr pCursor, PixmapPtr sourceBits, PixmapPtr maskBits, PicturePtr pPicture)
122 if (pScreenPriv->sourceBits)
123 (*pScreen->DestroyPixmap)(pScreenPriv->sourceBits);
124 pScreenPriv->sourceBits = sourceBits;
183 PixmapPtr sourceBits, maskBits;
225 sourceBits = (*pScreen->CreatePixmap) (pScreen, pCursor->bits->width,
227 if (!sourceBits)
233 (*pScreen->DestroyPixmap) (sourceBits);
241 (*pScreen->DestroyPixmap) (sourceBits);
246 ValidateGC((DrawablePtr) sourceBits, pGC);
247 (*pGC->ops->PutImage) ((DrawablePtr) sourceBits, pGC, 1,
252 ValidateGC((DrawablePtr) sourceBits, pGC);
253 (*pGC->ops->PutImage) ((DrawablePtr) sourceBits, pGC, 1,
272 miDCSwitchScreenCursor(pScreen, pCursor, sourceBits, maskBits, NULL);
314 (*sourceGC->ops->PushPixels) (sourceGC, pScreenPriv->sourceBits, pDrawable, w, h,