Searched refs:root_height (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);
147 imageh = root_height;
178 root_width, root_height, root_depth);
182 XFillRectangle(display, pixmap, gc, 0, 0, root_width, root_height);
192 if ((unsigned int)imageh > root_height) {
193 srcy = (imageh - root_height) / 2;
197 dsty = (root_height
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_layout.c58 * @root_height: Height of full desktop.
64 int root_height; member in struct:vmwgfx_layout
165 layout->root_height = max_y;
253 layout->root_height)) {
/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);
922 r.height = root_height;
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);
1545 root_height = ce->height;
2209 root_height = DisplayHeight (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)
1978 || screen->restore_height != root_height) {
1993 root_height -= (unsigned) (wm_attrs.height - vshell_attrs.height);
2014 root_height));
2019 root_height);
H A Dcharproc.c8687 unsigned root_height; local in function:window_ops
8874 (void) QueryMaximize(xw, &root_width, &root_height);
8878 reply.a_param[1] = (ParmType) root_height;
8921 (void) QueryMaximize(xw, &root_width, &root_height);
8925 reply.a_param[1] = (ParmType) (root_height
/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);
2917 extents.y2 = root_height;
/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);
2917 extents.y2 = root_height;
/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);
2917 extents.y2 = root_height;

Completed in 40 milliseconds