Searched refs:root_visual (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | SetStCmap.c | 87 stdcmap.visualid = sp->root_visual->visualid;
|
| H A D | GetStCmap.c | 86 vid = sp->root_visual->visualid;
|
| H A D | GetRGBCMap.c | 85 def_visual = sp->root_visual->visualid;
|
| H A D | OpenDis.c | 475 sp->root_visual = _XVIDtoVisual(dpy, root_visualID); 476 if (sp->root_visual == NULL) {
|
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | XAppgroup.c | 47 VisualID root_visual; member in struct:xagstuff 140 *value++ = stuff->root_visual; 163 VisualID root_visual, 179 stuff.root_visual = root_visual; 285 *(VisualID*)ptr = rep.root_visual; 161 XagCreateEmbeddedApplicationGroup(Display * dpy,VisualID root_visual,Colormap default_colormap,unsigned long black_pixel,unsigned long white_pixel,XAppGroup * app_group_return) argument
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | agproto.h | 117 VisualID root_visual; member in struct:__anon751080690208
|
| /xsrc/external/mit/xcb-util/dist/image/ |
| H A D | test_formats.c | 75 seq = xcb_create_window(c, root->root_depth, w, root->root, 30, 30, WIDTH, HEIGHT, 0, XCB_WINDOW_CLASS_INPUT_OUTPUT, root->root_visual, mask, values).sequence; 149 visual = xcb_aux_find_visual_by_id(root, root->root_visual);
|
| H A D | test_xcb_image.c | 159 screen->root_visual, /* visual */ 196 screen->root_visual, /* visual */
|
| H A D | test_xcb_image_shm.c | 144 screen->root_visual, /* visual */
|
| H A D | test_bitmap.c | 52 xcb_visualtype_t *v = xcb_aux_find_visual_by_id(s, s->root_visual);
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlib.h | 91 #define DefaultVisual(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_visual) 128 #define DefaultVisualOfScreen(s)((s)->root_visual) 262 Visual *root_visual; /* root visual */ member in struct:__anonf1b122fa0608
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | hostx.c | 562 if (HostX.visual->visual_id != xscreen->root_visual) { 573 HostX.visual = xcb_aux_find_visual_by_id(xscreen,xscreen->root_visual);
|
Completed in 19 milliseconds