Home
last modified time | relevance | path

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

/haiku/headers/private/kernel/boot/
H A Dimages-tm.h8 static const uint16 kSplashLogoWidth = 372; variable
H A Dimages-tm-development.h8 static const uint16 kSplashLogoWidth = 372; variable
H A Dimages-sans-tm.h8 static const uint16 kSplashLogoWidth = 372; variable
/haiku/headers/private/kernel/boot/platform/generic/
H A Dvideo_splash.h18 width = min_c(kSplashLogoWidth, screenWidth); in compute_splash_logo_placement()
/haiku/src/system/boot/platform/generic/
H A Dvideo_splash.cpp137 unsigned int uncompressedSize = kSplashLogoWidth * kSplashLogoHeight; in video_display_splash()
168 kSplashLogoWidth, x, y); in video_display_splash()