Lines Matching refs:root_height
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);
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 - imageh) / 2;
201 root_width, root_height);