Lines Matching refs:root_width
59 unsigned int root_width, root_height, root_border_width, root_depth;
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 - imagew) / 2;
201 root_width, root_height);