Lines Matching defs:width
249 /* hsync end is width of sync pulse + 1 */
263 /* vsync end is width of vsync pulse */
364 * Sets new front buffer address and width
367 * for back and front buffer ptrs and width
374 const int width = *width_bytes / sizeof(unsigned long);
376 int start = width;
377 int end = width;
379 for (j = 0; j < width; j++) {
386 for (k = width - 1; k > j; k--) {
393 identical = start + (width - end);
599 static int dlfb_handle_damage(struct dlfb_data *dlfb, int x, int y, int width, int height)
614 width = DL_ALIGN_UP(width + (x-aligned_x), sizeof(unsigned long));
617 if ((width <= 0) ||
618 (x + width > dlfb->info->var.xres) ||
642 &cmd, byte_offset, width * BPP,
661 atomic_add(width*height*2, &dlfb->bytes_rendered);
699 static void dlfb_offload_damage(struct dlfb_data *dlfb, int x, int y, int width, int height)
702 int x2 = x + width;
755 area->width, area->height);
766 image->width, image->height);
776 dlfb_offload_damage(dlfb, rect->dx, rect->dy, rect->width,