Lines Matching defs:height
815 int width, int height)
818 size_t packed_rect_len = packed_line_len * height;
833 cmd[7] = cpu_to_le16(height);
845 for (line = 0; line < height; line++) {
854 int width, int height)
859 if ((width <= 0) || (height <= 0) ||
861 (y + height > dev->info->var.yres))
867 while (start_line < height) {
881 urb_lines = min(urb_lines, (height - start_line));
930 area->width, area->height);
941 image->width, image->height);
952 rect->height);
977 int height = (PAGE_SIZE / (width * 2)) + 1;
978 height = min(height, (int)(dev->info->var.yres - y));
981 BUG_ON((y + height) > dev->info->var.yres);
983 ufx_handle_damage(dev, x, y, width, height);