Home
last modified time | relevance | path

Searched refs:IsParent (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Denterleave.c144 if (PointerWindows[i] && IsParent(win, PointerWindows[i])) in FirstPointerChild()
165 IsParent(win, FocusWindows[i])) in FirstFocusChild()
219 if (IsParent(b, a)) in CommonAncestor()
545 if (IsParent(from, to)) in CoreEnterLeaveEvents()
547 else if (IsParent(to, from)) in CoreEnterLeaveEvents()
559 if (IsParent(from, to)) { in DeviceEnterLeaveEvents()
566 else if (IsParent(to, from)) { in DeviceEnterLeaveEvents()
975 if (!IsParent(pwin_parent, P)) in CoreFocusOutNotifyPointerEvents()
980 (IsParent(exclude, P) || IsParent(P, exclude))) in CoreFocusOutNotifyPointerEvents()
1022 if (!P || P == exclude || (pwin_parent != P && !IsParent(pwin_parent, P))) in CoreFocusInNotifyPointerEvents()
[all …]
H A Devents.c948 IsParent(WindowPtr a, WindowPtr b) in IsParent() function
976 if (IsParent(grab->window, pSprite->win)) in PostNewCursor()
2908 IsParent(dev->deviceGrab.grab->window, win)) in ActivateFocusInGrab()
2949 IsParent(dev->deviceGrab.grab->window, win)) in ActivateEnterGrab()
4088 if ((focus == window) || IsParent(focus, window)) { in DeliverFocusedEvent()
4265 IsParent(focus, pSprite->win))) in DeliverGrabbedEvent()
4578 ((pWin == focus) || (focus == PointerRootWin) || IsParent(focus, pWin))) in CoreEnterLeaveEvent()
4662 ((pWin == focus) || (focus == PointerRootWin) || IsParent(focus, pWin))) in DeviceEnterLeaveEvent()
5405 if (IsParent(inputFocus, pSprite->win)) { in ProcSendEvent()
5827 else if ((pWin == confineTo) || IsParent(pWin, confineTo)) in CheckCursorConfinement()
/OK3568_Linux_fs/external/xserver/include/
H A Ddix.h329 IsParent(WindowPtr /* maybeparent */ ,
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c2565 IsParent(xwl_seat->last_xwindow, window)) in sprite_check_lost_focus()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c2681 if (IsParent(inputFocus, spriteWin)) { in SendEvent()