Lines Matching refs:pPixPriv
837 dmxPixPrivPtr pPixPriv = DMX_GET_PIXMAP_PRIV(pPixmap); in dmxBERestorePixmap() local
839 if (pPixPriv->detachedImage) { in dmxBERestorePixmap()
846 pPixPriv->detachedImage->depth) { in dmxBERestorePixmap()
863 pPixPriv->pixmap, in dmxBERestorePixmap()
865 pPixPriv->detachedImage, in dmxBERestorePixmap()
874 XDestroyImage(pPixPriv->detachedImage); in dmxBERestorePixmap()
875 pPixPriv->detachedImage = NULL; in dmxBERestorePixmap()
1490 dmxPixPrivPtr pPixPriv = DMX_GET_PIXMAP_PRIV(pPixmap); in dmxBESavePixmap() local
1492 if (!pPixPriv->detachedImage) { in dmxBESavePixmap()
1496 pPixPriv->detachedImage = XGetImage(dmxScreen->beDisplay, in dmxBESavePixmap()
1497 pPixPriv->pixmap, in dmxBESavePixmap()
1502 if (!pPixPriv->detachedImage) in dmxBESavePixmap()