Searched refs:ancestor (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Denterleave.c206 * Return the common ancestor of 'a' and 'b' (if one exists).
207 * @param a A window with the same ancestor as b.
208 * @param b A window with the same ancestor as a.
209 * @return The window that is the first ancestor of both 'a' and 'b', or the
210 * NullWindow if they do not have a common ancestor.
224 * Send enter notifies to all windows between 'ancestor' and 'child' (excluding
231 WindowPtr ancestor,
238 if (ancestor == parent)
240 DeviceEnterNotifies(dev, sourceid, ancestor, parent, mode, detail);
246 * Send enter notifies to all windows between 'ancestor' an
229 DeviceEnterNotifies(DeviceIntPtr dev,int sourceid,WindowPtr ancestor,WindowPtr child,int mode,int detail) argument
251 CoreEnterNotifies(DeviceIntPtr dev,WindowPtr ancestor,WindowPtr child,int mode,int detail) argument
288 CoreLeaveNotifies(DeviceIntPtr dev,WindowPtr child,WindowPtr ancestor,int mode,int detail) argument
335 DeviceLeaveNotifies(DeviceIntPtr dev,int sourceid,WindowPtr child,WindowPtr ancestor,int mode,int detail) argument
634 DeviceFocusOutEvents(DeviceIntPtr dev,WindowPtr child,WindowPtr ancestor,int mode,int detail) argument
655 DeviceFocusInEvents(DeviceIntPtr dev,WindowPtr ancestor,WindowPtr child,int mode,int detail) argument
675 CoreFocusInEvents(DeviceIntPtr dev,WindowPtr ancestor,WindowPtr child,int mode,int detail) argument
710 CoreFocusOutEvents(DeviceIntPtr dev,WindowPtr child,WindowPtr ancestor,int mode,int detail) argument
[all...]
H A Devents.c3579 CheckDeviceGrabs(DeviceIntPtr device, DeviceEvent *event, WindowPtr ancestor) argument
3598 if (ancestor)
3601 if (device->spriteInfo->sprite->spriteTrace[i++] == ancestor)
/xsrc/external/mit/xorg-server/dist/dix/
H A Denterleave.c209 * Return the common ancestor of 'a' and 'b' (if one exists).
210 * @param a A window with the same ancestor as b.
211 * @param b A window with the same ancestor as a.
212 * @return The window that is the first ancestor of both 'a' and 'b', or the
213 * NullWindow if they do not have a common ancestor.
225 * Send enter notifies to all windows between 'ancestor' and 'child' (excluding
232 WindowPtr ancestor, WindowPtr child, int mode, int detail)
236 if (ancestor == parent)
238 DeviceEnterNotifies(dev, sourceid, ancestor, parent, mode, detail);
244 * Send enter notifies to all windows between 'ancestor' an
230 DeviceEnterNotifies(DeviceIntPtr dev,int sourceid,WindowPtr ancestor,WindowPtr child,int mode,int detail) argument
249 CoreEnterNotifies(DeviceIntPtr dev,WindowPtr ancestor,WindowPtr child,int mode,int detail) argument
283 CoreLeaveNotifies(DeviceIntPtr dev,WindowPtr child,WindowPtr ancestor,int mode,int detail) argument
327 DeviceLeaveNotifies(DeviceIntPtr dev,int sourceid,WindowPtr child,WindowPtr ancestor,int mode,int detail) argument
843 DeviceFocusOutEvents(DeviceIntPtr dev,WindowPtr child,WindowPtr ancestor,int mode,int detail) argument
860 DeviceFocusInEvents(DeviceIntPtr dev,WindowPtr ancestor,WindowPtr child,int mode,int detail) argument
877 CoreFocusInEvents(DeviceIntPtr dev,WindowPtr ancestor,WindowPtr child,int mode,int detail) argument
909 CoreFocusOutEvents(DeviceIntPtr dev,WindowPtr child,WindowPtr ancestor,int mode,int detail) argument
[all...]
H A Devents.c4187 CheckDeviceGrabs(DeviceIntPtr device, InternalEvent *ievent, WindowPtr ancestor) argument
4207 if (ancestor) {
4209 if (device->spriteInfo->sprite->spriteTrace[i++] == ancestor)
/xsrc/external/mit/libXt/dist/src/
H A DKeyboard.c164 /* For each ancestor, starting at the top, see if it's forwarded */
288 * if the event widget is an ancestor of focus due to the pointer
289 * and/or the grab being in an ancestor and it's a passive grab
301 * if the grab widget is not an ancestor of the focus
329 * fill ancestor list from lca
628 * An ancestor contains the focus, so if source
659 XtPointer client_data, /* ancestor giving it */
664 * was unrealized at the time. Make sure ancestor still wants
668 Widget ancestor = (Widget) client_data; local in function:QueryEventMask
669 XtPerWidgetInput pwi = _XtGetPerWidgetInput(ancestor, FALS
[all...]
H A DConvert.c570 Widget ancestor = NULL; local in function:ComputeArgs
586 if (!ancestor) {
588 ancestor = widget;
590 ancestor = _XtWindowedAncestor(widget);
594 (XPointer) ((char *) ancestor +
H A DCreate.c87 CallClassPartInit(WidgetClass ancestor, WidgetClass wc) argument
89 if (ancestor->core_class.superclass != NULL) {
90 CallClassPartInit(ancestor->core_class.superclass, wc);
92 if (ancestor->core_class.class_part_initialize != NULL) {
93 (*(ancestor->core_class.class_part_initialize)) (wc);

Completed in 19 milliseconds