Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/aristainetos/
H A Daristainetos-v2.c336 for (i = 0; i < BMP_LOGO_WIDTH; i++) in rotate_logo_one()
338 out[j * BMP_LOGO_WIDTH + BMP_LOGO_HEIGHT - 1 - i] = in rotate_logo_one()
339 in[i * BMP_LOGO_WIDTH + j]; in rotate_logo_one()
350 unsigned char out_logo[BMP_LOGO_WIDTH * BMP_LOGO_HEIGHT]; in rotate_logo()
354 if (BMP_LOGO_WIDTH != BMP_LOGO_HEIGHT) in rotate_logo()
373 for (i = 0; i < BMP_LOGO_WIDTH; i++) in rotate_logo()
375 in_logo[i * BMP_LOGO_WIDTH + j] = in rotate_logo()
376 out_logo[i * BMP_LOGO_WIDTH + j]; in rotate_logo()
/OK3568_Linux_fs/u-boot/board/bluewater/gurnard/
H A Dgurnard.c129 for (x = 0; x < BMP_LOGO_WIDTH; x++) { in lcd_splash()
132 y * BMP_LOGO_WIDTH + x]]; in lcd_splash()
133 posx = x + (width - BMP_LOGO_WIDTH) / 2; in lcd_splash()
H A Dsplash_logo.h4 #define BMP_LOGO_WIDTH 187 macro
/OK3568_Linux_fs/u-boot/common/
H A Dlcd.c355 BMP_LOGO_WIDTH, BMP_LOGO_HEIGHT, BMP_LOGO_COLORS); in lcd_logo_plot()
363 memcpy(fb, bmap, BMP_LOGO_WIDTH); in lcd_logo_plot()
364 bmap += BMP_LOGO_WIDTH; in lcd_logo_plot()
372 for (j = 0; j < BMP_LOGO_WIDTH; j++) { in lcd_logo_plot()
379 bmap += BMP_LOGO_WIDTH; in lcd_logo_plot()
/OK3568_Linux_fs/u-boot/include/
H A Dlcd.h154 #define LCD_INFO_X (BMP_LOGO_WIDTH + 4 * VIDEO_FONT_WIDTH)
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dcfb_console.c154 #define VIDEO_LOGO_WIDTH BMP_LOGO_WIDTH