Lines Matching defs:width
685 var->width = -1;
828 static int f030_bus_width; /* Falcon ram bus width (for vid_control) */
905 int plen; /* width of pixel in clock cycles */
1030 /* single or double pixel width */
1082 xstretch = 2; /* Double pixel width only for hicolor */
1176 /* Set base_offset 128 and video bus width */
1383 var->width = -1;
1893 var->width = -1;
2168 var->width = -1;
2480 u32 width, height;
2482 if (!rect->width || !rect->height)
2496 x2 = rect->dx + rect->width;
2500 width = x2 - rect->dx;
2505 rect->dy, rect->dx, height, width);
2508 rect->dy, rect->dx, height, width);
2511 rect->dy, rect->dx, height, width);
2514 rect->dy, rect->dx, height, width);
2523 u32 dx, dy, sx, sy, width, height;
2534 x2 = area->dx + area->width;
2540 width = x2 - dx;
2551 if (sx + width > info->var.xres_virtual ||
2562 atafb_mfb_copyarea(info, par->next_line, sy, sx, dy, dx, height, width);
2564 atafb_iplan2p2_copyarea(info, par->next_line, sy, sx, dy, dx, height, width);
2566 atafb_iplan2p4_copyarea(info, par->next_line, sy, sx, dy, dx, height, width);
2568 atafb_iplan2p8_copyarea(info, par->next_line, sy, sx, dy, dx, height, width);
2580 u32 dx, dy, width, height, pitch;
2594 x2 = image->dx + image->width;
2600 width = x2 - dx;
2610 pitch = (image->width + 7) / 8;
2615 dy, dx, width, src,
2619 dy, dx, width, src,
2623 dy, dx, width, src,
2627 dy, dx, width, src,
2633 c2p_iplan2(info->screen_base, image->data, dx, dy, width,
2634 height, par->next_line, image->width,