Home
last modified time | relevance | path

Searched refs:dixLookupWindow (Results 1 – 25 of 58) sorted by relevance

123

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_request.c101 ret = dixLookupWindow(&window, stuff->window, client, DixWriteAccess); in proc_present_pixmap()
167 rc = dixLookupWindow(&window, stuff->window, client, DixReadAccess); in proc_present_notify_msc()
199 rc = dixLookupWindow(&window, stuff->window, client, DixGetAttrAccess); in proc_present_select_input()
224 r = dixLookupWindow(&window, stuff->target, client, DixGetAttrAccess); in proc_present_query_capabilities()
H A Dpresent_notify.c88 … status = dixLookupWindow(&notifies[i].window, x_notifies[i].window, client, DixGetAttrAccess); in present_create_notifies()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshape.c246 rc = dixLookupWindow(&pWin, stuff->dest, client, DixSetAttrAccess); in ProcShapeRectangles()
343 rc = dixLookupWindow(&pWin, stuff->dest, client, DixSetAttrAccess); in ProcShapeMask()
452 rc = dixLookupWindow(&pDestWin, stuff->dest, client, DixSetAttrAccess); in ProcShapeCombine()
472 rc = dixLookupWindow(&pSrcWin, stuff->src, client, DixGetAttrAccess); in ProcShapeCombine()
571 rc = dixLookupWindow(&pWin, stuff->dest, client, DixSetAttrAccess); in ProcShapeOffset()
632 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess); in ProcShapeQueryExtents()
740 rc = dixLookupWindow(&pWin, stuff->window, client, DixReceiveAccess); in ProcShapeSelectInput()
911 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess); in ProcShapeInputSelected()
952 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess); in ProcShapeGetRectangles()
/OK3568_Linux_fs/external/xserver/dix/
H A Dproperty.c145 rc = dixLookupWindow(&pWin, stuff->window, client, DixSetPropAccess); in ProcRotateProperties()
232 err = dixLookupWindow(&pWin, stuff->window, client, DixSetPropAccess); in ProcChangeProperty()
461 rc = dixLookupWindow(&pWin, stuff->window, client, win_mode); in ProcGetProperty()
580 rc = dixLookupWindow(&pWin, stuff->id, client, DixListPropAccess); in ProcListProperties()
626 result = dixLookupWindow(&pWin, stuff->window, client, DixSetPropAccess); in ProcDeleteProperty()
H A Ddispatch.c681 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()
[all …]
H A Dselection.c162 rc = dixLookupWindow(&pWin, stuff->window, client, DixSetAttrAccess); in ProcSetSelectionOwner()
271 rc = dixLookupWindow(&pWin, stuff->requestor, client, DixSetAttrAccess); in ProcConvertSelection()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrxinerama.c125 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess); in ProcRRXineramaGetState()
173 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess); in ProcRRXineramaGetScreenCount()
203 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess); in ProcRRXineramaGetScreenSize()
H A Drrmonitor.c628 r = dixLookupWindow(&window, stuff->window, client, DixGetAttrAccess); in ProcRRGetMonitors()
708 r = dixLookupWindow(&window, stuff->window, client, DixGetAttrAccess); in ProcRRSetMonitor()
751 r = dixLookupWindow(&window, stuff->window, client, DixGetAttrAccess); in ProcRRDeleteMonitor()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiwarppointer.c105 rc = dixLookupWindow(&dest, stuff->dst_win, client, DixGetAttrAccess); in ProcXIWarpPointer()
125 rc = dixLookupWindow(&src, stuff->src_win, client, DixGetAttrAccess); in ProcXIWarpPointer()
H A Dxichangecursor.c87 rc = dixLookupWindow(&pWin, stuff->win, client, DixSetAttrAccess); in ProcXIChangeCursor()
H A Dxiselectev.c161 rc = dixLookupWindow(&win, stuff->win, client, DixReceiveAccess); in ProcXISelectEvents()
304 rc = dixLookupWindow(&win, stuff->win, client, DixGetAttrAccess); in ProcXIGetSelectedEvents()
H A Dchgprop.c110 rc = dixLookupWindow(&pWin, stuff->window, client, DixSetAttrAccess); in ProcXChangeDeviceDontPropagateList()
H A Dungrdevb.c122 rc = dixLookupWindow(&pWin, stuff->grabWindow, client, DixSetAttrAccess); in ProcXUngrabDeviceButton()
H A Dxipassivegrab.c173 dixLookupWindow((WindowPtr *) &tmp, stuff->grab_window, client, in ProcXIPassiveGrabDevice()
322 rc = dixLookupWindow(&win, stuff->grab_window, client, DixSetAttrAccess); in ProcXIPassiveUngrabDevice()
H A Dxiallowev.c126 rc = dixLookupWindow(&win, stuff->grab_window, client, DixReadAccess); in ProcXIAllowEvents()
H A Dselectev.c157 ret = dixLookupWindow(&pWin, stuff->window, client, DixReceiveAccess); in ProcXSelectExtensionEvent()
H A Dungrdevk.c124 rc = dixLookupWindow(&pWin, stuff->grabWindow, client, DixSetAttrAccess); in ProcXUngrabDeviceKey()
H A Dgetprop.c112 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess); in ProcXGetDeviceDontPropagateList()
H A Dgetselev.c114 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess); in ProcXGetSelectedExtensionEvents()
/OK3568_Linux_fs/external/xserver/pseudoramiX/
H A DpseudoramiX.c241 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess); in ProcPseudoramiXGetState()
271 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess); in ProcPseudoramiXGetScreenCount()
305 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess); in ProcPseudoramiXGetScreenSize()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Dapplewm.c445 if (Success != dixLookupWindow(&pWin, stuff->window, client, in ProcAppleWMSetWindowLevel()
493 dixLookupWindow(&pWinChild, stuff->child, client, DixReadAccess)) in ProcAppleWMAttachTransient()
498 dixLookupWindow(&pWinParent, stuff->parent, client, DixReadAccess)) in ProcAppleWMAttachTransient()
594 if (Success != dixLookupWindow(&pWin, stuff->window, client, in ProcAppleWMFrameDraw()
/OK3568_Linux_fs/external/xserver/test/
H A DMakefile.am101 -Wl,-wrap,dixLookupWindow \
104 -Wl,-wrap,dixLookupWindow \
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dsaveset.c39 result = dixLookupWindow(&pWin, stuff->window, client, DixManageAccess); in ProcXFixesChangeSaveSet()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmx.c276 if (Success != dixLookupWindow(&pWin, win->info[i].id, client, in ProcDMXForceWindowCreation()
286 if (Success != dixLookupWindow(&pWin, stuff->window, client, DixReadAccess)) in ProcDMXForceWindowCreation()
564 if (Success != dixLookupWindow(&pWin, win->info[i].id, client, in dmxPopulatePanoramiX()
591 if (Success != dixLookupWindow(&pWin, window, client, DixReadAccess)) in dmxPopulate()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwindowswm.c372 rc = dixLookupWindow(&pWin, stuff->window, client, DixReadAccess); in ProcWindowsWMFrameDraw()
460 rc = dixLookupWindow(&pWin, stuff->window, client, DixReadAccess); in ProcWindowsWMFrameSetTitle()

123