Home
last modified time | relevance | path

Searched refs:VIDEO_VISIBLE_COLS (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dcfb_console.c109 #define VIDEO_VISIBLE_COLS (pGD->winSizeX) macro
176 #define VIDEO_COLS VIDEO_VISIBLE_COLS
622 VIDEO_VISIBLE_COLS, /* frame width */ in console_scrollup()
659 VIDEO_VISIBLE_COLS, /* frame width */ in console_clear()
1407 x = max(0, (int)(VIDEO_VISIBLE_COLS - width) / 2); in video_display_bitmap()
1409 x = max(0, (int)(VIDEO_VISIBLE_COLS - width + x + 1)); in video_display_bitmap()
1421 if ((x >= VIDEO_VISIBLE_COLS) || (y >= VIDEO_VISIBLE_ROWS)) in video_display_bitmap()
1424 if ((x + width) > VIDEO_VISIBLE_COLS) in video_display_bitmap()
1425 width = VIDEO_VISIBLE_COLS - x; in video_display_bitmap()
1736 x = max(0, (int)(VIDEO_VISIBLE_COLS - VIDEO_LOGO_WIDTH) / 2); in plot_logo_or_black()
[all …]
H A DKconfig575 VIDEO_VISIBLE_COLS visible pixel columns (cols=pitch)