Searched refs:IsParent (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | enterleave.c | 138 if (PointerWindows[i] && IsParent(win, PointerWindows[i])) 159 IsParent(win, FocusWindows[i])) 218 if (IsParent(b, a)) return b; 564 if (IsParent(from, to)) 566 else if (IsParent(to, from)) 581 if (IsParent(from, to)) 587 else if (IsParent(to, from)) 773 if (!IsParent(pwin_parent, P)) 778 (IsParent(exclude, P) || IsParent( [all...] |
| H A D | events.c | 945 IsParent(WindowPtr a, WindowPtr b) function in typeref:typename:Bool 974 if (IsParent(grab->window, pSprite->win)) 2615 IsParent(dev->deviceGrab.grab->window, win)) 2655 IsParent(dev->deviceGrab.grab->window, win)) 3663 if ((focus == window) || IsParent(focus, window)) 3770 IsParent(focus, pSprite->win))) 4204 IsParent(focus, pWin))) 5058 if (IsParent(inputFocus, pSprite->win)) 5492 else if ((pWin == confineTo) || IsParent(pWin, confineTo))
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | enterleave.c | 144 if (PointerWindows[i] && IsParent(win, PointerWindows[i])) 165 IsParent(win, FocusWindows[i])) 219 if (IsParent(b, a)) 545 if (IsParent(from, to)) 547 else if (IsParent(to, from)) 559 if (IsParent(from, to)) { 566 else if (IsParent(to, from)) { 966 if (!IsParent(pwin_parent, P)) 971 (IsParent(exclude, P) || IsParent( [all...] |
| H A D | events.c | 962 IsParent(WindowPtr a, WindowPtr b) function in typeref:typename:Bool 990 if (IsParent(grab->window, pSprite->win)) 3079 IsParent(dev->deviceGrab.grab->window, win)) 3120 IsParent(dev->deviceGrab.grab->window, win)) 4275 if ((focus == window) || IsParent(focus, window)) { 4451 IsParent(focus, pSprite->win))) 4774 ((pWin == focus) || (focus == PointerRootWin) || IsParent(focus, pWin))) 4858 ((pWin == focus) || (focus == PointerRootWin) || IsParent(focus, pWin))) 5601 if (IsParent(inputFocus, pSprite->win)) { 6023 else if ((pWin == confineTo) || IsParent(pWi [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Keyboard.c | 118 IsParent(Widget a, Widget b) function in typeref:typename:Boolean 137 else if (IsParent(a, b)) { 140 else if (IsParent(b, a)) { 145 if (IsParent(b, a)) {
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | dix.h | 333 extern _X_EXPORT Bool IsParent(
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | dix.h | 342 IsParent(WindowPtr /* maybeparent */ ,
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | exevents.c | 1770 if (IsParent(inputFocus, spriteWin)) {
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | exevents.c | 2930 if (IsParent(inputFocus, spriteWin)) {
|
Completed in 26 milliseconds