Lines Matching refs:width
1163 int width, int height) in display_rle8_bitmap() argument
1263 if (x >= width) { in display_rle8_bitmap()
1267 if (x + runlen > width) in display_rle8_bitmap()
1268 cnt = width - x; in display_rle8_bitmap()
1287 if (x >= width) { in display_rle8_bitmap()
1292 if (x + runlen > width) in display_rle8_bitmap()
1293 cnt = width - x; in display_rle8_bitmap()
1318 unsigned long width, height, bpp; in video_display_bitmap() local
1378 width = le32_to_cpu(bmp->header.width); in video_display_bitmap()
1385 width, height, colors); in video_display_bitmap()
1401 padded_line = (((width * bpp + 7) / 8) + 3) & ~0x3; in video_display_bitmap()
1405 x = max(0, (int)(VIDEO_VISIBLE_COLS - width) / 2); in video_display_bitmap()
1407 x = max(0, (int)(VIDEO_VISIBLE_COLS - width + x + 1)); in video_display_bitmap()
1422 if ((x + width) > VIDEO_VISIBLE_COLS) in video_display_bitmap()
1423 width = VIDEO_VISIBLE_COLS - x; in video_display_bitmap()
1434 return display_rle8_bitmap(bmp, x, y, width, height); in video_display_bitmap()
1441 padded_line -= width / 2; in video_display_bitmap()
1452 for (xcount = 0; xcount < width; xcount++) { in video_display_bitmap()
1465 fb -= VIDEO_LINE_LEN + width * in video_display_bitmap()
1477 padded_line -= width; in video_display_bitmap()
1491 xcount = width; in video_display_bitmap()
1496 fb -= VIDEO_LINE_LEN + width * in video_display_bitmap()
1503 xcount = width; in video_display_bitmap()
1510 fb -= VIDEO_LINE_LEN + width * in video_display_bitmap()
1520 xcount = width; in video_display_bitmap()
1534 fb -= VIDEO_LINE_LEN + width * in video_display_bitmap()
1541 xcount = width; in video_display_bitmap()
1548 fb -= VIDEO_LINE_LEN + width * in video_display_bitmap()
1555 xcount = width; in video_display_bitmap()
1562 fb -= VIDEO_LINE_LEN + width * in video_display_bitmap()
1569 xcount = width; in video_display_bitmap()
1576 fb -= VIDEO_LINE_LEN + width * in video_display_bitmap()
1583 padded_line -= 3 * width; in video_display_bitmap()
1589 xcount = width; in video_display_bitmap()
1596 fb -= VIDEO_LINE_LEN + width * in video_display_bitmap()
1606 xcount = width; in video_display_bitmap()
1619 fb -= VIDEO_LINE_LEN + width * in video_display_bitmap()
1626 xcount = width; in video_display_bitmap()
1633 fb -= VIDEO_LINE_LEN + width * in video_display_bitmap()
1640 xcount = width; in video_display_bitmap()
1647 fb -= VIDEO_LINE_LEN + width * in video_display_bitmap()
1654 xcount = width; in video_display_bitmap()
1661 fb -= VIDEO_LINE_LEN + width * in video_display_bitmap()