Lines Matching refs:dixLookupWindow

681     rc = dixLookupWindow(&pParent, stuff->parent, client, DixAddAccess);  in ProcCreateWindow()
719 rc = dixLookupWindow(&pWin, stuff->window, client, access_mode); in ProcChangeWindowAttributes()
739 rc = dixLookupWindow(&pWin, stuff->id, client, DixGetAttrAccess); in ProcGetWindowAttributes()
757 rc = dixLookupWindow(&pWin, stuff->id, client, DixDestroyAccess); in ProcDestroyWindow()
761 rc = dixLookupWindow(&pWin, pWin->parent->drawable.id, client, in ProcDestroyWindow()
779 rc = dixLookupWindow(&pWin, stuff->id, client, DixRemoveAccess); in ProcDestroySubwindows()
795 rc = dixLookupWindow(&pWin, stuff->window, client, DixManageAccess); in ProcChangeSaveSet()
815 rc = dixLookupWindow(&pWin, stuff->window, client, DixManageAccess); in ProcReparentWindow()
818 rc = dixLookupWindow(&pParent, stuff->parent, client, DixAddAccess); in ProcReparentWindow()
842 rc = dixLookupWindow(&pWin, stuff->id, client, DixShowAccess); in ProcMapWindow()
859 rc = dixLookupWindow(&pWin, stuff->id, client, DixListAccess); in ProcMapSubwindows()
876 rc = dixLookupWindow(&pWin, stuff->id, client, DixHideAccess); in ProcUnmapWindow()
893 rc = dixLookupWindow(&pWin, stuff->id, client, DixListAccess); in ProcUnmapSubwindows()
909 rc = dixLookupWindow(&pWin, stuff->window, client, in ProcConfigureWindow()
932 rc = dixLookupWindow(&pWin, stuff->window, client, DixManageAccess); in ProcCirculateWindow()
999 rc = dixLookupWindow(&pWin, stuff->id, client, DixListAccess); in ProcQueryTree()
1168 rc = dixLookupWindow(&pWin, stuff->srcWid, client, DixGetAttrAccess); in ProcTranslateCoords()
1171 rc = dixLookupWindow(&pDst, stuff->dstWid, client, DixGetAttrAccess); in ProcTranslateCoords()
1631 rc = dixLookupWindow(&pWin, stuff->window, client, DixWriteAccess); in ProcClearToBackground()
2377 result = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess); in ProcCreateColormap()
2506 rc = dixLookupWindow(&pWin, stuff->id, client, DixGetAttrAccess); in ProcListInstalledColormaps()