Lines Matching refs:sourceBits
93 PixmapPtr sourceBits; /* source bits */
211 pPriv->sourceBits = 0;
247 pPriv->sourceBits = (*pScreen->CreatePixmap) (pScreen, pCursor->bits->width, pCursor->bits->height, 1, 0);
248 if (!pPriv->sourceBits)
256 (*pScreen->DestroyPixmap) (pPriv->sourceBits);
271 ValidateGC ((DrawablePtr)pPriv->sourceBits, pGC);
272 (*pGC->ops->PutImage) ((DrawablePtr)pPriv->sourceBits, pGC, 1,
277 ValidateGC ((DrawablePtr)pPriv->sourceBits, pGC);
278 (*pGC->ops->PutImage) ((DrawablePtr)pPriv->sourceBits, pGC, 1,
308 if (pPriv->sourceBits)
309 (*pScreen->DestroyPixmap) (pPriv->sourceBits);
357 (*sourceGC->ops->PushPixels) (sourceGC, pPriv->sourceBits, pDrawable, w, h, x, y);