Searched defs:pMap (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolpolicy.c310 PixmapPtr pMap; local
339 pMap = (PixmapPtr ) (rec->res);
340 tsolres = TsolPixmapPrivate(pMap);
426 TsolInitPixmap(client, pMap);
824 PixmapPtr pMap = NullPixmap; local
834 rc = dixLookupDrawable((DrawablePtr *)&pMap, pDraw->id, client,
836 if (rc == Success && pMap != NullPixmap)
837 tsolres = TsolPixmapPrivate(pMap);
H A Dtsolextension.c846 PixmapPtr pMap; local
888 rc = dixLookupDrawable((DrawablePtr *)&pMap, stuff->id, client,
892 if (pMap)
894 tsolres = TsolPixmapPrivate(pMap);
938 PixmapPtr pMap; local
986 rc = dixLookupDrawable((DrawablePtr *)&pMap, stuff->id, client,
991 if (pMap)
993 tsolres = TsolPixmapPrivate(pMap);
1264 PixmapPtr pMap; local
1302 rc = dixLookupDrawable((DrawablePtr *)&pMap, stuf
[all...]
H A Dtsolprotocol.c418 TsolInitPixmap(ClientPtr client, PixmapPtr pMap) argument
421 TsolResPtr tsolres = TsolPixmapPrivate(pMap);

Completed in 69 milliseconds