Lines Matching defs:width
58 unsigned int x, y, width, height;
68 width = drm_rect_width(rect);
70 len = drm_format_info_min_pitch(format, 0, width) * height;
72 buf = kmalloc(width * height, GFP_KERNEL);
82 for (x = 0; x < width; x++) {
108 unsigned int x, y, width;
115 width = drm_rect_width(rect);
116 len = drm_format_info_min_pitch(format, 0, width) * drm_rect_height(rect);
122 for (x = 0; x < width; x++) {
208 req->width = cpu_to_le32(drm_rect_width(rect));
431 drm_rect_init(damage, 0, 0, fb->width, fb->height);