Searched refs:root_width (Results 1 - 8 of 8) sorted by relevance

/xsrc/local/programs/xsetwallpaper/
H A Dxsetwallpaper.c59 unsigned int root_width, root_height, root_border_width, root_depth; local in function:main
131 &root_x, &root_y, &root_width, &root_height,
137 printf("screen is %dx%d\n", root_width, root_height);
143 data = resize_nn(data, imagew, imageh, root_width, root_height);
146 imagew = root_width;
178 root_width, root_height, root_depth);
182 XFillRectangle(display, pixmap, gc, 0, 0, root_width, root_height);
185 if ((unsigned int)imagew > root_width) {
186 srcx = (imagew - root_width) / 2;
190 dstx = (root_width
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_layout.c57 * @root_width: Width of full desktop.
63 int root_width; member in struct:vmwgfx_layout
164 layout->root_width = max_x;
252 if (!vmwgfx_rr_screen_set_size(pScreen, layout->root_width,
/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c125 static int root_height, root_width; variable in typeref:typename:int
826 0, 0, 0, 0, 0, 0, root_width, root_height);
921 r.width = root_width;
930 Pixmap rootPixmap = XCreatePixmap (dpy, root, root_width, root_height,
942 0, 0, 0, 0, 0, 0, root_width, root_height);
958 || w->a.x >= root_width || w->a.y >= root_height)
1129 0, 0, 0, 0, 0, 0, root_width, root_height);
1544 root_width = ce->width;
2208 root_width = DisplayWidth (dpy, scr);
/xsrc/external/mit/xterm/dist/
H A Dmisc.c1954 unsigned root_width = 0, root_height = 0; local in function:RequestMaximize
1968 && QueryMaximize(xw, &root_width, &root_height)
1977 || screen->restore_width != root_width
1992 root_width -= (unsigned) (wm_attrs.width - vshell_attrs.width);
2013 root_width,
2018 root_width,
H A Dcharproc.c8686 unsigned root_width; local in function:window_ops
8874 (void) QueryMaximize(xw, &root_width, &root_height);
8879 reply.a_param[2] = (ParmType) root_width;
8921 (void) QueryMaximize(xw, &root_width, &root_height);
8927 reply.a_param[2] = (ParmType) (root_width
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/xvmc/
H A DI810XvMC.c2841 uint x1,y1,root_width,root_height; local in function:XvMCPutSurface
2899 &root_width, &root_height, &d, &d);
2907 extents.x2 = root_width;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/xvmc/
H A DI810XvMC.c2841 uint x1,y1,root_width,root_height; local in function:XvMCPutSurface
2899 &root_width, &root_height, &d, &d);
2907 extents.x2 = root_width;
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A DI810XvMC.c2841 uint x1,y1,root_width,root_height; local in function:XvMCPutSurface
2899 &root_width, &root_height, &d, &d);
2907 extents.x2 = root_width;

Completed in 41 milliseconds