Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dcfb_console.c154 #define VIDEO_LOGO_HEIGHT BMP_LOGO_HEIGHT macro
166 #define VIDEO_LOGO_HEIGHT LINUX_LOGO_HEIGHT macro
174 #define VIDEO_LOGO_HEIGHT 0 macro
236 static int video_logo_height = VIDEO_LOGO_HEIGHT;
1738 y = max(0, (int)(VIDEO_VISIBLE_ROWS - VIDEO_LOGO_HEIGHT) / 2); in plot_logo_or_black()
1740 y = max(0, (int)(VIDEO_VISIBLE_ROWS - VIDEO_LOGO_HEIGHT + y + 1)); in plot_logo_or_black()
1889 VIDEO_LOGO_HEIGHT) / 2); in video_logo()