Lines Matching defs:width
249 /* hsync end is width of sync pulse + 1 */
263 /* vsync end is width of vsync pulse */
361 * Sets new front buffer address and width
364 * for back and front buffer ptrs and width
371 const int width = *width_bytes / sizeof(unsigned long);
372 int identical = width;
373 int start = width;
374 int end = width;
376 for (j = 0; j < width; j++) {
383 for (k = width - 1; k > j; k--) {
390 identical = start + (width - end);
596 static int dlfb_handle_damage(struct dlfb_data *dlfb, int x, int y, int width, int height)
611 width = DL_ALIGN_UP(width + (x-aligned_x), sizeof(unsigned long));
614 if ((width <= 0) ||
615 (x + width > dlfb->info->var.xres) ||
639 &cmd, byte_offset, width * BPP,
658 atomic_add(width*height*2, &dlfb->bytes_rendered);
696 static void dlfb_offload_damage(struct dlfb_data *dlfb, int x, int y, int width, int height)
699 int x2 = x + width;
752 area->width, area->height);
763 image->width, image->height);
773 dlfb_offload_damage(dlfb, rect->dx, rect->dy, rect->width,