Lines Matching defs:width
673 var->width = -1;
816 static int f030_bus_width; /* Falcon ram bus width (for vid_control) */
893 int plen; /* width of pixel in clock cycles */
1014 /* single or double pixel width */
1066 xstretch = 2; /* Double pixel width only for hicolor */
1157 /* Set base_offset 128 and video bus width */
1364 var->width = -1;
1874 var->width = -1;
2149 var->width = -1;
2419 u32 width, height;
2421 if (!rect->width || !rect->height)
2435 x2 = rect->dx + rect->width;
2439 width = x2 - rect->dx;
2444 rect->dy, rect->dx, height, width);
2447 rect->dy, rect->dx, height, width);
2450 rect->dy, rect->dx, height, width);
2453 rect->dy, rect->dx, height, width);
2462 u32 dx, dy, sx, sy, width, height;
2473 x2 = area->dx + area->width;
2479 width = x2 - dx;
2490 if (sx + width > info->var.xres_virtual ||
2501 atafb_mfb_copyarea(info, par->next_line, sy, sx, dy, dx, height, width);
2503 atafb_iplan2p2_copyarea(info, par->next_line, sy, sx, dy, dx, height, width);
2505 atafb_iplan2p4_copyarea(info, par->next_line, sy, sx, dy, dx, height, width);
2507 atafb_iplan2p8_copyarea(info, par->next_line, sy, sx, dy, dx, height, width);
2517 u32 dx, dy, width, height, pitch;
2531 x2 = image->dx + image->width;
2537 width = x2 - dx;
2543 pitch = (image->width + 7) / 8;
2548 dy, dx, width, src,
2552 dy, dx, width, src,
2556 dy, dx, width, src,
2560 dy, dx, width, src,
2566 c2p_iplan2(info->screen_base, image->data, dx, dy, width,
2567 height, par->next_line, image->width,