HomeSort by: relevance | last modified time | path
    Searched refs:win (Results 1 - 25 of 428) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
087-if-comments.c 4 win
022-define-func-arg-with-parens.c 2 foo(argument(including parens)for the win)
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
087-if-comments.c 4 win
022-define-func-arg-with-parens.c 2 foo(argument(including parens)for the win)
  /xsrc/external/mit/ctwm/dist/
win_ring.h 7 void UnlinkWindowFromRing(TwmWindow *win);
8 void AddWindowToRing(TwmWindow *win);
10 #define WindowIsOnRing(win) ((win) && (win)->ring.next)
11 #define InitWindowNotOnRing(win) ((win)->ring.next = (win)->ring.prev = NULL)
win_ring.c 26 UnlinkWindowFromRing(TwmWindow *win)
28 TwmWindow *prev = win->ring.prev;
29 TwmWindow *next = win->ring.next;
34 if(!WindowIsOnRing(win)) {
47 * If the window is the only one in the ring, prev == next == win,
53 win->ring.next = win->ring.prev = NULL;
55 if(Scr->Ring == win) {
56 Scr->Ring = (next != win ? next : NULL);
59 if(!Scr->Ring || Scr->RingLeader == win) {
    [all...]
workspace_manager.h 25 void WMapMapWindow(TwmWindow *win);
26 void WMapDeIconify(TwmWindow *win);
27 void WMapIconify(TwmWindow *win);
28 void WMapSetupWindow(TwmWindow *win, int x, int y, int w, int h);
29 void WMapRaiseLower(TwmWindow *win);
30 void WMapLower(TwmWindow *win);
31 void WMapRaise(TwmWindow *win);
35 void WMapUpdateIconName(TwmWindow *win);
38 void WMapAddWindow(TwmWindow *win);
39 void WMapAddWindowToWorkspace(TwmWindow *win, WorkSpace *ws)
    [all...]
  /xsrc/external/mit/xorg-server/dist/miext/shadow/
shrotpackYX.h 69 Data *winBase, *win, *winLine; local
98 win = winLine;
104 *win = *sha++;
105 win += WINSTEPX(winStride);
106 *win = *sha++;
107 win += WINSTEPX(winStride);
108 *win = *sha++;
109 win += WINSTEPX(winStride);
110 *win = *sha++;
111 win += WINSTEPX(winStride)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/miext/shadow/
shrotpackYX.h 74 Data *winBase, *win, *winLine; local
104 win = winLine;
111 *win = *sha++;
112 win += WINSTEPX(winStride);
113 *win = *sha++;
114 win += WINSTEPX(winStride);
115 *win = *sha++;
116 win += WINSTEPX(winStride);
117 *win = *sha++;
118 win += WINSTEPX(winStride)
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
eglut.c 77 _eglutDestroyWindow(struct eglut_window *win)
80 eglDestroySurface(_eglut->dpy, win->surface);
82 _eglutNativeFiniWindow(win);
84 eglDestroyContext(_eglut->dpy, win->context);
131 struct eglut_window *win; local
135 win = calloc(1, sizeof(*win));
136 if (!win)
139 win->config = _eglutChooseConfig();
161 win->context = eglCreateContext(_eglut->dpy
264 struct eglut_window *win = _eglut->current; local
310 struct eglut_window *win; local
331 struct eglut_window *win = _eglut->current; local
338 struct eglut_window *win = _eglut->current; local
345 struct eglut_window *win = _eglut->current; local
353 struct eglut_window *win = _eglut->current; local
360 struct eglut_window *win = _eglut->current; local
367 struct eglut_window *win = _eglut->current; local
    [all...]
  /xsrc/external/mit/libX11/dist/src/
ChSaveSet.c 35 Window win,
42 req->window = win;
52 Window win)
54 return XChangeSaveSet(dpy,win,SetModeInsert);
60 Window win)
62 return XChangeSaveSet(dpy,win,SetModeDelete);
DestSubs.c 35 Window win)
40 GetResReq (DestroySubwindows,win, req);
MapSubs.c 35 Window win)
39 GetResReq(MapSubwindows, win, req);
UnmapSubs.c 35 Window win)
40 GetResReq(UnmapSubwindows,win, req);
  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
glutEvent.cpp 126 GlutWindow *win = gState.windowList[i]; local
127 // NOTE: we can use win as a shortcut for gState.windowList[i]
130 if (win->anyevents) {
131 win->anyevents = false;
132 if (win->reshapeEvent) {
133 win->reshapeEvent = false;
134 __glutSetWindow(win);
135 win->reshape(win->m_width, win->m_height)
675 GlutWindow *win = bmenu->win; \/\/ my window local
    [all...]
glutOverlay.cpp 45 void glutPostWindowOverlayRedisplay(int win) {
glutColor.cpp 30 void glutCopyColormap(int win) {
  /xsrc/external/mit/libXmu/dist/include/X11/Xmu/
WinUtil.h 43 Window win
49 Window win,
  /xsrc/external/mit/transset/dist/
clientwin.c 33 Window_Has_Property(Display * dpy, Window win, Atom atom)
42 XGetWindowProperty(dpy, win, atom, 0, 0, False, AnyPropertyType,
55 Window_Is_Viewable(Display * dpy, Window win)
60 XGetWindowAttributes(dpy, win, &xwa);
68 * Find a window that has WM_STATE set in the window tree below win.
74 Find_Client_In_Children(Display * dpy, Window win)
81 if (!XQueryTree(dpy, win, &root, &parent, &children, &n_children))
87 win = None;
97 win = children[i];
105 win = Find_Client_In_Children(dpy, children[i])
183 Window win; local
    [all...]
  /xsrc/external/mit/xprop/dist/
clientwin.c 33 Window_Has_Property(Display * dpy, Window win, Atom atom)
42 XGetWindowProperty(dpy, win, atom, 0, 0, False, AnyPropertyType,
55 Window_Is_Viewable(Display * dpy, Window win)
60 XGetWindowAttributes(dpy, win, &xwa);
68 * Find a window that has WM_STATE set in the window tree below win.
74 Find_Client_In_Children(Display * dpy, Window win)
81 if (!XQueryTree(dpy, win, &root, &parent, &children, &n_children))
87 win = None;
97 win = children[i];
105 win = Find_Client_In_Children(dpy, children[i])
183 Window win; local
    [all...]
  /xsrc/external/mit/xwd/dist/
clientwin.c 33 Window_Has_Property(Display * dpy, Window win, Atom atom)
42 XGetWindowProperty(dpy, win, atom, 0, 0, False, AnyPropertyType,
55 Window_Is_Viewable(Display * dpy, Window win)
60 XGetWindowAttributes(dpy, win, &xwa);
68 * Find a window that has WM_STATE set in the window tree below win.
74 Find_Client_In_Children(Display * dpy, Window win)
81 if (!XQueryTree(dpy, win, &root, &parent, &children, &n_children))
87 win = None;
97 win = children[i];
105 win = Find_Client_In_Children(dpy, children[i])
183 Window win; local
    [all...]
  /xsrc/external/mit/xwininfo/dist/
clientwin.c 38 Window_Has_Property(xcb_connection_t * dpy, xcb_window_t win, xcb_atom_t atom)
43 prop_cookie = xcb_get_property (dpy, false, win, atom,
62 Window_Is_Viewable(xcb_connection_t * dpy, xcb_window_t win)
68 attr_cookie = xcb_get_window_attributes (dpy, win);
81 * Find a window that has WM_STATE set in the window tree below win.
87 Find_Client_In_Children(xcb_connection_t * dpy, xcb_window_t win)
95 qt_cookie = xcb_query_tree (dpy, win);
107 win = XCB_WINDOW_NONE;
118 win = children[i];
126 win = Find_Client_In_Children(dpy, children[i])
215 xcb_window_t win; local
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/test/
dri2-race.c 87 static void swap_buffers(Display *dpy, Window win, int divisor,
93 seq[0] = xcb_dri2_swap_buffers_unchecked(c, win,
97 seq[1] = xcb_dri2_get_buffers_unchecked(c, win,
130 Window win; local
149 win = XCreateWindow(dpy, DefaultRootWindow(dpy),
156 XCompositeRedirectWindow(dpy, win, CompositeRedirectManual);
157 XMapWindow(dpy, win);
159 DRI2CreateDrawable(dpy, win);
161 buffers = DRI2GetBuffers(dpy, win, &width, &height,
168 DRI2SwapBuffers(dpy, win, 0, divisors[n], count & (divisors[n]-1))
256 Window win; local
386 Window win; local
534 Window win = XCreateWindow(dpy, DefaultRootWindow(dpy), local
564 Window win = XCreateWindow(dpy, DefaultRootWindow(dpy), local
596 Window win = XCreateWindow(dpy, DefaultRootWindow(dpy), local
648 Window win; local
692 Window win; local
738 Window win; local
    [all...]
  /xsrc/external/mit/x11perf/dist/
do_valgc.c 31 static Window win[2]; variable
36 win[0] = XCreateSimpleWindow(
38 win[1] = XCreateSimpleWindow(
52 XDrawPoint(xp->d, win[0], xp->fggc, 5, 5);
56 XDrawPoint(xp->d, win[1], xp->fggc, 5, 5);
60 XDrawPoint(xp->d, win[0], xp->fggc, 5, 5);
64 XDrawPoint(xp->d, win[1], xp->fggc, 5, 5);
72 XDestroyWindow(xp->d, win[0]);
73 XDestroyWindow(xp->d, win[1]);
  /xsrc/external/mit/xorg-server/dist/test/xi2/
protocol-xigetclientpointer.c 49 int win; member in struct:__anon10314
79 test_data.win = req->win;
85 assert(client_request.errorValue == req->win);
88 swapl(&req->win);
94 assert(client_request.errorValue == req->win);
105 request.win = CLIENT_WINDOW_ID;
112 request.win = INVALID_WINDOW_ID;
123 request.win = None;
127 request.win = CLIENT_WINDOW_ID
    [all...]

Completed in 16 milliseconds

1 2 3 4 5 6 7 8 91011>>