Home
last modified time | relevance | path

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

/external/u-boot/board/aristainetos/
Daristainetos-v2.c335 for (i = 0; i < BMP_LOGO_WIDTH; i++) in rotate_logo_one()
337 out[j * BMP_LOGO_WIDTH + BMP_LOGO_HEIGHT - 1 - i] = in rotate_logo_one()
338 in[i * BMP_LOGO_WIDTH + j]; in rotate_logo_one()
349 unsigned char out_logo[BMP_LOGO_WIDTH * BMP_LOGO_HEIGHT]; in rotate_logo()
353 if (BMP_LOGO_WIDTH != BMP_LOGO_HEIGHT) in rotate_logo()
372 for (i = 0; i < BMP_LOGO_WIDTH; i++) in rotate_logo()
374 in_logo[i * BMP_LOGO_WIDTH + j] = in rotate_logo()
375 out_logo[i * BMP_LOGO_WIDTH + j]; in rotate_logo()
/external/u-boot/board/bluewater/gurnard/
Dgurnard.c127 for (x = 0; x < BMP_LOGO_WIDTH; x++) { in lcd_splash()
130 y * BMP_LOGO_WIDTH + x]]; in lcd_splash()
131 posx = x + (width - BMP_LOGO_WIDTH) / 2; in lcd_splash()
Dsplash_logo.h4 #define BMP_LOGO_WIDTH 187 macro
/external/u-boot/common/
Dlcd.c354 BMP_LOGO_WIDTH, BMP_LOGO_HEIGHT, BMP_LOGO_COLORS); in lcd_logo_plot()
362 memcpy(fb, bmap, BMP_LOGO_WIDTH); in lcd_logo_plot()
363 bmap += BMP_LOGO_WIDTH; in lcd_logo_plot()
371 for (j = 0; j < BMP_LOGO_WIDTH; j++) { in lcd_logo_plot()
378 bmap += BMP_LOGO_WIDTH; in lcd_logo_plot()
/external/u-boot/include/
Dlcd.h153 #define LCD_INFO_X (BMP_LOGO_WIDTH + 4 * VIDEO_FONT_WIDTH)
/external/u-boot/drivers/video/
Dcfb_console.c153 #define VIDEO_LOGO_WIDTH BMP_LOGO_WIDTH