HomeSort by: relevance | last modified time | path
    Searched defs:children (Results 1 - 25 of 61) sorted by relevancy

1 2 3

  /xsrc/external/mit/libXt/dist/src/
SetSens.c 93 children's ancestor_sensitive; else do nothing as children's
98 WidgetList children; local
100 children = ((CompositeWidget) widget)->composite.children;
102 SetAncestorSensitive(children[i], ancestor_sensitive);
124 children's ancestor_sensitive; else do nothing as children's
129 WidgetList children; local
131 children = ((CompositeWidget) widget)->composite.children
    [all...]
Composite.c 79 XtOffsetOf(CompositeRec, composite.children), XtRImmediate, NULL},
227 XtFree((char *) cw->composite.children);
236 register WidgetList children; local
239 children = cw->composite.children;
249 cw->composite.children = children =
250 XtReallocArray(children, cw->composite.num_slots,
253 /* Ripple children up one space from "position" */
255 children[i] = children[i - 1]
    [all...]
  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
glutGet.cpp 70 GlutWindow *children = gState.currentWindow->children; local
71 while (children) {
73 children = children->siblings;
glutWindow.h 55 GlutWindow *children; /* first child window */ member in class:GlutWindow
  /xsrc/external/mit/libXmu/dist/src/
ClientWin.c 71 Window *children; local
80 if (!XQueryTree(dpy, win, &root, &parent, &children, &nchildren))
84 XGetWindowProperty(dpy, children[i], WM_STATE, 0, 0, False,
90 inf = children[i];
93 inf = TryChildren(dpy, children[i], WM_STATE);
94 if (children)
95 XFree(children);
  /xsrc/external/mit/xdm/dist/xdm/
reset.c 61 Window root, parent, *children; local
65 while (XQueryTree (dpy, window, &root, &parent, &children, &nchildren)
69 Debug ("XKillClient 0x%lx\n", (unsigned long)children[child]);
70 XKillClient (dpy, children[child]);
72 XFree ((char *)children);
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glut_get.c 128 GLUTwindow *children = __glutCurrentWindow->children; local
130 while (children) {
132 children = children->siblings;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
rdtsc_buckets_shared.h 43 std::vector<BUCKET> children; member in struct:BUCKET
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
rdtsc_buckets_shared.h 43 std::vector<BUCKET> children; member in struct:BUCKET
  /xsrc/external/mit/libXmu/dist/include/X11/Xmu/
WidgetNode.h 45 struct _XmuWidgetNode *children, *siblings; /* subclass links */ member in struct:_XmuWidgetNode
  /xsrc/external/mit/transset/dist/
clientwin.c 70 * Children are searched in top-down stacking order.
77 Window *children; local
81 if (!XQueryTree(dpy, win, &root, &parent, &children, &n_children))
83 if (!children)
89 if (!Window_Is_Viewable(dpy, children[i])) {
90 children[i] = None; /* Don't bother descending into this one */
93 if (!Window_Has_Property(dpy, children[i], atom_wm_state))
97 win = children[i];
101 /* No children matched, now descend into each child */
103 if (children[i] == None
    [all...]
dsimple.c 261 Window *children, dummy; local
269 if (!XQueryTree (disp, top, &dummy, &dummy, &children, &nchildren))
273 w = Window_With_Name (disp, children[i], name);
277 if (children)
278 XFree (children);
293 Window *children, dummy; local
302 if (!XQueryTree (disp, top, &dummy, &dummy, &children, &nchildren))
306 w = Window_With_Name_Regex_Recurse (disp, children[i], reg_name);
310 if (children)
311 XFree (children);
    [all...]
  /xsrc/external/mit/x11perf/dist/
do_movewin.c 26 static Window *children; variable
45 children = malloc(p->objects * sizeof (Window));
54 children[i] = XCreateSimpleWindow(xp->d, xp->w,
74 XMoveWindow(xp->d, children[j],
84 free(children);
98 XResizeWindow(xp->d, children[j],
108 children = malloc (p->objects * sizeof (Window));
112 children[i] = XCreateSimpleWindow (xp->d, xp->w,
135 free(children);
148 children = malloc(p->objects * sizeof (Window))
    [all...]
  /xsrc/external/mit/xorg-server/dist/test/
list.c 41 struct xorg_list children; member in struct:parent
62 xorg_list_init(&parent.children);
68 assert(xorg_list_is_empty(&parent.children));
78 xorg_list_init(&parent.children);
80 xorg_list_add(&child[0].node, &parent.children);
81 assert(!xorg_list_is_empty(&parent.children));
83 c = xorg_list_first_entry(&parent.children, struct child, node);
88 xorg_list_add(&child[1].node, &parent.children);
89 c = xorg_list_first_entry(&parent.children, struct child, node);
93 xorg_list_add(&child[2].node, &parent.children);
    [all...]
  /xsrc/external/mit/xprop/dist/
clientwin.c 70 * Children are searched in top-down stacking order.
77 Window *children; local
81 if (!XQueryTree(dpy, win, &root, &parent, &children, &n_children))
83 if (!children)
89 if (!Window_Is_Viewable(dpy, children[i])) {
90 children[i] = None; /* Don't bother descending into this one */
93 if (!Window_Has_Property(dpy, children[i], atom_wm_state))
97 win = children[i];
101 /* No children matched, now descend into each child */
103 if (children[i] == None
    [all...]
dsimple.c 310 Window *children, dummy; local
319 if (!XQueryTree(display, top, &dummy, &dummy, &children, &nchildren))
323 w = Window_With_Name(display, children[i], name);
327 if (children) XFree ((char *)children);
  /xsrc/external/mit/xwd/dist/
clientwin.c 70 * Children are searched in top-down stacking order.
77 Window *children; local
81 if (!XQueryTree(dpy, win, &root, &parent, &children, &n_children))
83 if (!children)
89 if (!Window_Is_Viewable(dpy, children[i])) {
90 children[i] = None; /* Don't bother descending into this one */
93 if (!Window_Has_Property(dpy, children[i], atom_wm_state))
97 win = children[i];
101 /* No children matched, now descend into each child */
103 if (children[i] == None
    [all...]
dsimple.c 298 Window *children, dummy; local
307 if (!XQueryTree(disp, top, &dummy, &dummy, &children, &nchildren))
311 w = Window_With_Name(disp, children[i], name);
316 if (children)
317 XFree((char *) children);
  /xsrc/external/mit/xwininfo/dist/
clientwin.c 82 * Children are searched in top-down stacking order.
90 xcb_window_t *children; local
103 children = xcb_query_tree_children (tree);
108 if (!Window_Is_Viewable(dpy, children[i])) {
110 children[i] = XCB_WINDOW_NONE;
113 if (!Window_Has_Property(dpy, children[i], atom_wm_state))
117 win = children[i];
121 /* No children matched, now descend into each child */
123 if (children[i] == XCB_WINDOW_NONE)
125 win = Find_Client_In_Children(dpy, children[i])
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_acceleration_structure.h 92 uint32_t children[4]; member in struct:radv_bvh_box16_node
97 uint32_t children[4]; member in struct:radv_bvh_box32_node
  /xsrc/external/mit/libXaw/dist/src/
Dialog.c 250 WidgetList children = dw->composite.children; local
253 for (childP = children + dw->composite.num_children - 1;
254 childP >= children; childP-- ) {
415 WidgetList children = dw->composite.children; local
418 for (childP = children + dw->composite.num_children - 1;
419 childP >= children; childP-- ) {
Porthole.c 135 Widget *children; local
140 * managed children
142 for (i = 0, children = pw->composite.children;
143 i < pw->composite.num_children; i++, children++)
144 if (XtIsManaged(*children))
145 return (*children);
350 Widget child = find_child (pw); /* ignore extra children */
  /xsrc/external/mit/libXt/dist/include/X11/
CompositeP.h 62 WidgetList children; /* array of ALL widget children */ member in struct:_CompositePart
63 Cardinal num_children; /* total number of widget children */
64 Cardinal num_slots; /* number of slots in children array */
80 XtGeometryHandler geometry_manager; /* geometry manager for children */
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_opt_find_array_copies.c 51 struct match_node *children[]; member in struct:match_node
139 if (parent->children[idx]) {
140 return parent->children[idx];
143 parent->children[idx] = node;
155 if (parent->children[idx]) {
156 return parent->children[idx];
160 parent->children[idx] = node;
200 if (node->children[i])
201 _foreach_child(cb, node->children[i], state);
217 struct match_node *child = node->children[(*deref)->strct.index]
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_ra.h 189 * remove it from the forest (and then its children get moved up a level). We
199 struct rb_tree children; member in struct:ir3_reg_interval
266 rb_tree_init(&interval->children);

Completed in 23 milliseconds

1 2 3