HomeSort by: relevance | last modified time | path
    Searched defs:root_width (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_layout.c 57 * @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/local/programs/xsetwallpaper/
xsetwallpaper.c 59 unsigned int root_width, root_height, root_border_width, root_depth; local
139 &root_x, &root_y, &root_width, &root_height,
145 printf("screen is %dx%d\n", root_width, root_height);
151 data = resize_nn(data, imagew, imageh, root_width, root_height);
154 imagew = root_width;
186 root_width, root_height, root_depth);
190 XFillRectangle(display, pixmap, gc, 0, 0, root_width, root_height);
193 if ((unsigned int)imagew > root_width) {
194 srcx = (imagew - root_width) / 2;
198 dstx = (root_width - imagew) / 2
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/xvmc/
I810XvMC.c 2841 uint x1,y1,root_width,root_height; local
2899 &root_width, &root_height, &d, &d);
2907 extents.x2 = root_width;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/xvmc/
I810XvMC.c 2841 uint x1,y1,root_width,root_height; local
2899 &root_width, &root_height, &d, &d);
2907 extents.x2 = root_width;
  /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
I810XvMC.c 2841 uint x1,y1,root_width,root_height; local
2899 &root_width, &root_height, &d, &d);
2907 extents.x2 = root_width;
  /xsrc/external/mit/xcompmgr/dist/
xcompmgr.c 125 static int root_height, root_width; variable
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/
charproc.c 8686 unsigned root_width; local
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
misc.c 1954 unsigned root_width = 0, root_height = 0; local
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,

Completed in 131 milliseconds