Home
last modified time | relevance | path

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

/external/u-boot/common/
Dsplash.c69 *x = BMP_ALIGN_CENTER; in splash_get_pos()
76 *y = BMP_ALIGN_CENTER; in splash_get_pos()
Dlcd.c392 #define BMP_ALIGN_CENTER 0x7FFF macro
400 if (*axis == BMP_ALIGN_CENTER) in splash_align_axis()
/external/u-boot/board/st/stm32f746-disco/
Dstm32f746-disco.c161 BMP_ALIGN_CENTER, BMP_ALIGN_CENTER); in board_init()
/external/u-boot/include/
Dsplash.h78 #define BMP_ALIGN_CENTER 0x7FFF macro
/external/u-boot/drivers/video/
Dvideo_bmp.c143 #define BMP_ALIGN_CENTER 0x7fff macro
164 if (*axis == BMP_ALIGN_CENTER) in video_splash_align_axis()
Dcfb_console.c1403 if (x == BMP_ALIGN_CENTER) in video_display_bitmap()
1408 if (y == BMP_ALIGN_CENTER) in video_display_bitmap()
1732 if (x == BMP_ALIGN_CENTER) in plot_logo_or_black()
1737 if (y == BMP_ALIGN_CENTER) in plot_logo_or_black()
1887 if (video_logo_ypos == BMP_ALIGN_CENTER) in video_logo()