Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dcfb_console.c109 #define VIDEO_VISIBLE_COLS (pGD->winSizeX) macro
177 #define VIDEO_COLS VIDEO_VISIBLE_COLS
623 VIDEO_VISIBLE_COLS, /* frame width */ in console_scrollup()
660 VIDEO_VISIBLE_COLS, /* frame width */ in console_clear()
1404 x = max(0, (int)(VIDEO_VISIBLE_COLS - width) / 2); in video_display_bitmap()
1406 x = max(0, (int)(VIDEO_VISIBLE_COLS - width + x + 1)); in video_display_bitmap()
1418 if ((x >= VIDEO_VISIBLE_COLS) || (y >= VIDEO_VISIBLE_ROWS)) in video_display_bitmap()
1421 if ((x + width) > VIDEO_VISIBLE_COLS) in video_display_bitmap()
1422 width = VIDEO_VISIBLE_COLS - x; in video_display_bitmap()
1733 x = max(0, (int)(VIDEO_VISIBLE_COLS - VIDEO_LOGO_WIDTH) / 2); in plot_logo_or_black()
[all …]
DKconfig541 VIDEO_VISIBLE_COLS visible pixel columns (cols=pitch)