Searched refs:sourceBits (Results 1 – 1 of 1) sorted by relevance
83 PixmapPtr sourceBits; /* source bits */ member118 miDCSwitchScreenCursor(ScreenPtr pScreen, CursorPtr pCursor, PixmapPtr sourceBits, PixmapPtr maskBi… in miDCSwitchScreenCursor() argument122 if (pScreenPriv->sourceBits) in miDCSwitchScreenCursor()123 (*pScreen->DestroyPixmap)(pScreenPriv->sourceBits); in miDCSwitchScreenCursor()124 pScreenPriv->sourceBits = sourceBits; in miDCSwitchScreenCursor()183 PixmapPtr sourceBits, maskBits; in miDCRealize() local225 sourceBits = (*pScreen->CreatePixmap) (pScreen, pCursor->bits->width, in miDCRealize()227 if (!sourceBits) in miDCRealize()233 (*pScreen->DestroyPixmap) (sourceBits); in miDCRealize()241 (*pScreen->DestroyPixmap) (sourceBits); in miDCRealize()[all …]