Lines Matching defs:width
812 int width, int height)
814 size_t packed_line_len = ALIGN((width * 2), 4);
829 cmd[6] = cpu_to_le16(width);
846 (char *)dev->info->fix.smem_start + byte_offset, width * BPP);
851 int width, int height)
853 size_t packed_line_len = ALIGN((width * 2), 4);
856 if ((width <= 0) || (height <= 0) ||
857 (x + width > dev->info->var.xres) ||
872 BUG_ON(urb->transfer_buffer_length < (24 + (width * 2)));
882 ufx_raw_rect(dev, urb->transfer_buffer, x, (y + start_line), width, urb_lines);
927 area->width, area->height);
938 image->width, image->height);
948 ufx_handle_damage(dev, rect->dx, rect->dy, rect->width,
971 /* create a rectangle of full screen width that encloses the
974 const int width = dev->info->var.xres;
975 const int y = (cur->index << PAGE_SHIFT) / (width * 2);
976 int height = (PAGE_SIZE / (width * 2)) + 1;
982 ufx_handle_damage(dev, x, y, width, height);