Searched refs:maskBits (Results 1 – 1 of 1) sorted by relevance
84 PixmapPtr maskBits; /* mask bits */ member118 …r(ScreenPtr pScreen, CursorPtr pCursor, PixmapPtr sourceBits, PixmapPtr maskBits, PicturePtr pPict… in miDCSwitchScreenCursor() argument126 if (pScreenPriv->maskBits) in miDCSwitchScreenCursor()127 (*pScreen->DestroyPixmap)(pScreenPriv->maskBits); in miDCSwitchScreenCursor()128 pScreenPriv->maskBits = maskBits; in miDCSwitchScreenCursor()183 PixmapPtr sourceBits, maskBits; in miDCRealize() local230 maskBits = (*pScreen->CreatePixmap) (pScreen, pCursor->bits->width, in miDCRealize()232 if (!maskBits) { in miDCRealize()242 (*pScreen->DestroyPixmap) (maskBits); in miDCRealize()260 ValidateGC((DrawablePtr) maskBits, pGC); in miDCRealize()[all …]