Searched defs:pPix (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Ddga_Xrequests.c1085 PixmapPtr pPix = (PixmapPtr)LookupIDByType(d, RT_PIXMAP); local
1086 if (!pPix)
1089 if (((DrawablePtr)pPix)->type == DRAWABLE_WINDOW)
1091 val = DgaInitSharedPixmap(pPix, NEW);
1137 PixmapPtr pPix = (PixmapPtr)LookupIDByType(d, RT_PIXMAP); local
1140 if (!pPix)
1142 if (((DrawablePtr)pPix)->type == DRAWABLE_WINDOW)
1144 val = DgaDestroySharedPixmap(pPix);
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolinfo.h259 TsolPixmapPrivate (PixmapPtr pPix) argument
261 return (TsolResPtr) dixLookupPrivate(&(pPix->devPrivates),

Completed in 13 milliseconds