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

  /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);
155 imageh = root_height;
186 root_width, root_height, root_depth);
190 XFillRectangle(display, pixmap, gc, 0, 0, root_width, root_height);
200 if ((unsigned int)imageh > root_height) {
201 srcy = (imageh - root_height) / 2;
205 dsty = (root_height - imageh) / 2
    [all...]
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_layout.c 58 * @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/
xcompmgr.c 125 static int root_height, root_width; variable
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/
misc.c 1954 unsigned root_width = 0, root_height = 0; local
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);
charproc.c 8687 unsigned root_height; local
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/
I810XvMC.c 2841 uint x1,y1,root_width,root_height; local
2899 &root_width, &root_height, &d, &d);
2917 extents.y2 = root_height;
  /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);
2917 extents.y2 = root_height;
  /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);
2917 extents.y2 = root_height;

Completed in 52 milliseconds