Searched defs:pDraw (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/ |
H A D | tsolpolicy.c | 820 TsolDrawablePrivate(DrawablePtr pDraw, ClientPtr client) argument 827 if (pDraw->type == DRAWABLE_WINDOW) { 828 rc = dixLookupWindow(&pWin, pDraw->id, client, DixReadAccess); 832 else if (pDraw->type == DRAWABLE_PIXMAP) 834 rc = dixLookupDrawable((DrawablePtr *)&pMap, pDraw->id, client,
|
H A D | tsolprotocol.c | 175 extern TsolResPtr TsolDrawablePrivateate(DrawablePtr pDraw, ClientPtr client); 995 DrawablePtr pDraw; local 1022 rc = dixLookupDrawable(&pDraw, drawable, client, 0, DixReadAccess); 1029 tsolres = TsolDrawablePrivate(pDraw, client); 1036 if (pDraw->type == DRAWABLE_WINDOW) 1038 if (DrawableIsRoot(pDraw)) 1058 pDraw = pDrawtmp; 1078 rc = dixLookupWindow(&tmpwin, pDraw->id, client, DixReadAccess); 1104 tsolres = TsolDrawablePrivate(pDraw, client); 1112 if(pDraw 1350 DrawablePtr pDraw; local 1377 DrawablePtr pDraw; local [all...] |
/solaris-x11-s11/open-src/lib/libdga/sun-src/ |
H A D | dga_Xrequests.c | 1180 DrawablePtr pDraw = (DrawablePtr)LookupIDByClass(drawid, RC_DRAWABLE); local 1182 if (!pDraw) 1184 return(DgaDrawGrab(drawid, pDraw, NEW, drawType)); 1223 DrawablePtr pDraw = (DrawablePtr)LookupIDByClass(drawid, RC_DRAWABLE); local 1225 if (!pDraw) 1227 return(DgaDrawUngrab(drawid, pDraw, NEW));
|
H A D | dga_winshared.h | 342 /* dga_buffer: This structure will contain pDraw pointer and 346 * pDraw -> Will be assigned at the client side. 366 void *pDraw; member in struct:__anon457 368 void* pDraw; 395 void *pDraw; member in struct:__anon458 399 void *pDraw;
|
Completed in 21 milliseconds