Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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.c393 #define BMP_ALIGN_CENTER 0x7FFF macro
401 if (*axis == BMP_ALIGN_CENTER) in splash_align_axis()
/OK3568_Linux_fs/u-boot/include/
H A Dsplash.h78 #define BMP_ALIGN_CENTER 0x7FFF macro
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dvideo_bmp.c144 #define BMP_ALIGN_CENTER 0x7fff macro
165 if (*axis == BMP_ALIGN_CENTER) in video_splash_align_axis()
H A Dcfb_console.c1404 if (x == BMP_ALIGN_CENTER) in video_display_bitmap()
1409 if (y == BMP_ALIGN_CENTER) in video_display_bitmap()
1733 if (x == BMP_ALIGN_CENTER) in plot_logo_or_black()
1738 if (y == BMP_ALIGN_CENTER) in plot_logo_or_black()
1888 if (video_logo_ypos == BMP_ALIGN_CENTER) in video_logo()