Searched refs:a_win (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| H A D | ephyrdriext.c | 78 static Bool ephyrDRICreateWindow (WindowPtr a_win) ; 79 static Bool ephyrDRIDestroyWindow (WindowPtr a_win) ; 80 static void ephyrDRIMoveWindow (WindowPtr a_win, 84 static Bool ephyrDRIPositionWindow (WindowPtr a_win, 86 static void ephyrDRIClipNotify (WindowPtr a_win, 90 static Bool destroyHostPeerWindow (const WindowPtr a_win) ; 135 ephyrDRICreateWindow (WindowPtr a_win) argument 141 EPHYR_RETURN_VAL_IF_FAIL (a_win, FALSE) ; 142 screen = a_win->drawable.pScreen ; 149 EPHYR_LOG ("enter. win:%p\n", a_win) ; 162 ephyrDRIDestroyWindow(WindowPtr a_win) argument 195 ephyrDRIMoveWindow(WindowPtr a_win,int a_x,int a_y,WindowPtr a_siblings,VTKind a_kind) argument 257 ephyrDRIPositionWindow(WindowPtr a_win,int a_x,int a_y) argument 310 ephyrDRIClipNotify(WindowPtr a_win,int a_x,int a_y) argument 801 getWindowVisual(const WindowPtr a_win,VisualPtr * a_visual) argument 885 createHostPeerWindow(const WindowPtr a_win,int * a_peer_win) argument 926 destroyHostPeerWindow(const WindowPtr a_win) argument [all...] |
| H A D | hostx.h | 236 int hostx_destroy_window (int a_win) ; 238 int hostx_set_window_geometry (int a_win, EphyrBox *a_geo) ;
|
| H A D | hostx.c | 1234 hostx_destroy_window (int a_win) argument 1239 XDestroyWindow (dpy, a_win) ; 1245 hostx_set_window_geometry (int a_win, EphyrBox *a_geo) argument 1255 XMoveWindow (dpy, a_win, a_geo->x, a_geo->y) ; 1256 XResizeWindow (dpy, a_win, a_geo->width, a_geo->height) ;
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | hostx.h | 182 int hostx_destroy_window(int a_win); 184 int hostx_set_window_geometry(int a_win, EphyrBox * a_geo);
|
| H A D | hostx.c | 1494 hostx_destroy_window(int a_win) argument 1496 xcb_destroy_window(HostX.conn, a_win); 1502 hostx_set_window_geometry(int a_win, EphyrBox * a_geo) argument 1519 xcb_configure_window(HostX.conn, a_win, mask, values);
|
Completed in 7 milliseconds