Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dcfb_console.c155 #define VIDEO_LOGO_HEIGHT BMP_LOGO_HEIGHT macro
167 #define VIDEO_LOGO_HEIGHT LINUX_LOGO_HEIGHT macro
175 #define VIDEO_LOGO_HEIGHT 0 macro
237 static int video_logo_height = VIDEO_LOGO_HEIGHT;
1739 y = max(0, (int)(VIDEO_VISIBLE_ROWS - VIDEO_LOGO_HEIGHT) / 2); in plot_logo_or_black()
1741 y = max(0, (int)(VIDEO_VISIBLE_ROWS - VIDEO_LOGO_HEIGHT + y + 1)); in plot_logo_or_black()
1890 VIDEO_LOGO_HEIGHT) / 2); in video_logo()