Searched refs:maskBits (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | midispcur.c | 84 PixmapPtr maskBits; /* mask bits */ member in struct:__anonf57315d20208 118 miDCSwitchScreenCursor(ScreenPtr pScreen, CursorPtr pCursor, PixmapPtr sourceBits, PixmapPtr maskBits, PicturePtr pPicture) argument 126 if (pScreenPriv->maskBits) 127 (*pScreen->DestroyPixmap)(pScreenPriv->maskBits); 128 pScreenPriv->maskBits = maskBits; 183 PixmapPtr sourceBits, maskBits; local in function:miDCRealize 230 maskBits = (*pScreen->CreatePixmap) (pScreen, pCursor->bits->width, 232 if (!maskBits) { 242 (*pScreen->DestroyPixmap) (maskBits); [all...] |
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | midispcur.c | 94 PixmapPtr maskBits; /* mask bits */ member in struct:__anon2e26cb3f0308 212 pPriv->maskBits = 0; 253 pPriv->maskBits = (*pScreen->CreatePixmap) (pScreen, pCursor->bits->width, pCursor->bits->height, 1, 0); 254 if (!pPriv->maskBits) 285 ValidateGC ((DrawablePtr)pPriv->maskBits, pGC); 286 (*pGC->ops->PutImage) ((DrawablePtr)pPriv->maskBits, pGC, 1, 291 ValidateGC ((DrawablePtr)pPriv->maskBits, pGC); 292 (*pGC->ops->PutImage) ((DrawablePtr)pPriv->maskBits, pGC, 1, 310 if (pPriv->maskBits) 311 (*pScreen->DestroyPixmap) (pPriv->maskBits); [all...] |
Completed in 3 milliseconds