Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmidispcur.c83 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()
[all …]