Searched refs:sourceBits (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/mi/
H A Dmidispcur.c83 PixmapPtr sourceBits; /* source bits */ member in struct:__anonf57315d20208
118 miDCSwitchScreenCursor(ScreenPtr pScreen, CursorPtr pCursor, PixmapPtr sourceBits, PixmapPtr maskBits, PicturePtr pPicture) argument
122 if (pScreenPriv->sourceBits)
123 (*pScreen->DestroyPixmap)(pScreenPriv->sourceBits);
124 pScreenPriv->sourceBits = sourceBits;
183 PixmapPtr sourceBits, maskBits; local in function:miDCRealize
225 sourceBits = (*pScreen->CreatePixmap) (pScreen, pCursor->bits->width,
227 if (!sourceBits)
233 (*pScreen->DestroyPixmap) (sourceBits);
[all...]
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmidispcur.c93 PixmapPtr sourceBits; /* source bits */ member in struct:__anon2e26cb3f0308
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)
[all...]

Completed in 3 milliseconds