Lines Matching defs:width
215 max_x = par->fb_x + cur_fb->width;
269 unsigned width, unsigned height)
272 unsigned x2 = x1 + width;
314 vmw_fb_dirty_mark(par, par->fb_x, par->fb_y, par->set_fb->width,
372 rect->width, rect->height);
379 region->width, region->height);
386 image->width, image->height);
513 mode_cmd.width = var->xres;
515 mode_cmd.pitches[0] = ((var->bits_per_pixel + 7) / 8) * mode_cmd.width;
520 if (cur_fb && cur_fb->width == mode_cmd.width &&
609 par->set_fb->width, par->set_fb->height);
731 info->var.width = -1;