Lines Matching defs:pPixPriv
796 dmxPixPrivPtr pPixPriv = DMX_GET_PIXMAP_PRIV(pPixmap);
798 if (pPixPriv->detachedImage) {
805 pPixPriv->detachedImage->depth) {
823 pPixPriv->pixmap,
825 pPixPriv->detachedImage,
833 XDestroyImage(pPixPriv->detachedImage);
834 pPixPriv->detachedImage = NULL;
1420 dmxPixPrivPtr pPixPriv = DMX_GET_PIXMAP_PRIV(pPixmap);
1422 if (!pPixPriv->detachedImage) {
1426 pPixPriv->detachedImage = XGetImage(dmxScreen->beDisplay,
1427 pPixPriv->pixmap,
1433 if (!pPixPriv->detachedImage)