Lines Matching defs:height
812 int width, int height)
815 size_t packed_rect_len = packed_line_len * height;
830 cmd[7] = cpu_to_le16(height);
842 for (line = 0; line < height; line++) {
851 int width, int height)
856 if ((width <= 0) || (height <= 0) ||
858 (y + height > dev->info->var.yres))
864 while (start_line < height) {
878 urb_lines = min(urb_lines, (height - start_line));
927 area->width, area->height);
938 image->width, image->height);
949 rect->height);
976 int height = (PAGE_SIZE / (width * 2)) + 1;
977 height = min(height, (int)(dev->info->var.yres - y));
980 BUG_ON((y + height) > dev->info->var.yres);
982 ufx_handle_damage(dev, x, y, width, height);