Lines Matching refs:sourceBits
83 PixmapPtr sourceBits; /* source bits */ member
118 miDCSwitchScreenCursor(ScreenPtr pScreen, CursorPtr pCursor, PixmapPtr sourceBits, PixmapPtr maskBi… in miDCSwitchScreenCursor() argument
122 if (pScreenPriv->sourceBits) in miDCSwitchScreenCursor()
123 (*pScreen->DestroyPixmap)(pScreenPriv->sourceBits); in miDCSwitchScreenCursor()
124 pScreenPriv->sourceBits = sourceBits; in miDCSwitchScreenCursor()
183 PixmapPtr sourceBits, maskBits; in miDCRealize() local
225 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()
246 ValidateGC((DrawablePtr) sourceBits, pGC); in miDCRealize()
247 (*pGC->ops->PutImage) ((DrawablePtr) sourceBits, pGC, 1, in miDCRealize()
252 ValidateGC((DrawablePtr) sourceBits, pGC); in miDCRealize()
253 (*pGC->ops->PutImage) ((DrawablePtr) sourceBits, pGC, 1, in miDCRealize()
272 miDCSwitchScreenCursor(pScreen, pCursor, sourceBits, maskBits, NULL); in miDCRealize()
314 (*sourceGC->ops->PushPixels) (sourceGC, pScreenPriv->sourceBits, pDrawable, w, h, in miDCPutBits()