Lines Matching defs:width
815 int width, int height)
817 size_t packed_line_len = ALIGN((width * 2), 4);
832 cmd[6] = cpu_to_le16(width);
849 (char *)dev->info->fix.smem_start + byte_offset, width * BPP);
854 int width, int height)
856 size_t packed_line_len = ALIGN((width * 2), 4);
859 if ((width <= 0) || (height <= 0) ||
860 (x + width > dev->info->var.xres) ||
875 BUG_ON(urb->transfer_buffer_length < (24 + (width * 2)));
885 ufx_raw_rect(dev, urb->transfer_buffer, x, (y + start_line), width, urb_lines);
930 area->width, area->height);
941 image->width, image->height);
951 ufx_handle_damage(dev, rect->dx, rect->dy, rect->width,
972 /* create a rectangle of full screen width that encloses the
975 const int width = dev->info->var.xres;
976 const int y = pageref->offset / (width * 2);
977 int height = (PAGE_SIZE / (width * 2)) + 1;
983 ufx_handle_damage(dev, x, y, width, height);