Lines Matching defs:xres
194 int xres;
219 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
225 /* xres, yres, xpos, ypos */ 100, 100, 100, 100,
232 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
238 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
253 /* xres, yres, xpos, ypos */ 320, 240, 5, 5,
259 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
265 /* xres, yres, xpos, ypos */ 100, 100, 0, 0,
272 /* xres, yres, xpos, ypos */ 200, 25, 0, 0,
286 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
292 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
298 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
304 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
716 xsz = win->w[plane].xres;
718 if ((xpos + win->w[plane].xres) > panel->Xres) {
732 xsz = win->w[plane].xres + xpos;
1050 var->xres = win->w[plane].xres;
1054 var->xres_virtual = var->xres;
1673 if (win->w[plane].xres == 0)
1674 win->w[plane].xres = panel->Xres;
1694 fbdev->fb_len = (win->w[plane].xres * win->w[plane].yres * bpp) / 8;