Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dbmp.c128 x = BMP_ALIGN_CENTER; in do_bmp_display()
132 y = BMP_ALIGN_CENTER; in do_bmp_display()
259 x == BMP_ALIGN_CENTER || in bmp_display()
260 y == BMP_ALIGN_CENTER) in bmp_display()
/openbmc/u-boot/common/
H A Dsplash.c69 *x = BMP_ALIGN_CENTER; in splash_get_pos()
76 *y = BMP_ALIGN_CENTER; in splash_get_pos()
H A Dlcd.c391 if (*axis == BMP_ALIGN_CENTER) in splash_align_axis()
/openbmc/u-boot/board/st/stm32f746-disco/
H A Dstm32f746-disco.c132 BMP_ALIGN_CENTER, BMP_ALIGN_CENTER); in board_init()
/openbmc/u-boot/include/
H A Dsplash.h78 #define BMP_ALIGN_CENTER 0x7FFF macro
/openbmc/u-boot/drivers/video/
H A Dcfb_console.c1406 if (x == BMP_ALIGN_CENTER) in video_display_bitmap()
1411 if (y == BMP_ALIGN_CENTER) in video_display_bitmap()
1735 if (x == BMP_ALIGN_CENTER) in plot_logo_or_black()
1740 if (y == BMP_ALIGN_CENTER) in plot_logo_or_black()
1890 if (video_logo_ypos == BMP_ALIGN_CENTER) in video_logo()
H A Dvideo_bmp.c163 if (*axis == BMP_ALIGN_CENTER) in video_splash_align_axis()