Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxpixmap.c129 pPixPriv->detachedImage = NULL; in dmxCreatePixmap()
181 if (pPixPriv->detachedImage) in dmxDestroyPixmap()
182 XDestroyImage(pPixPriv->detachedImage); in dmxDestroyPixmap()
H A Ddmxpixmap.h45 XImage *detachedImage; member
H A Ddmxextension.c839 if (pPixPriv->detachedImage) { in dmxBERestorePixmap()
846 pPixPriv->detachedImage->depth) { in dmxBERestorePixmap()
865 pPixPriv->detachedImage, in dmxBERestorePixmap()
874 XDestroyImage(pPixPriv->detachedImage); in dmxBERestorePixmap()
875 pPixPriv->detachedImage = NULL; in dmxBERestorePixmap()
1492 if (!pPixPriv->detachedImage) { in dmxBESavePixmap()
1496 pPixPriv->detachedImage = XGetImage(dmxScreen->beDisplay, in dmxBESavePixmap()
1502 if (!pPixPriv->detachedImage) in dmxBESavePixmap()