Home
last modified time | relevance | path

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

/haiku/headers/private/kernel/boot/platform/generic/
H A Dvideo_splash.h19 height = min_c(uint32(kSplashLogoHeight) + iconsHalfHeight, in compute_splash_logo_placement()
27 height = min_c(kSplashLogoHeight, screenHeight); in compute_splash_logo_placement()
38 height = min_c(uint32(kSplashLogoHeight) + iconsHalfHeight, in compute_splash_icons_placement()
44 y = kSplashLogoHeight + (screenHeight - height) in compute_splash_icons_placement()
/haiku/headers/private/kernel/boot/
H A Dimages-tm.h9 static const uint16 kSplashLogoHeight = 96; variable
H A Dimages-tm-development.h9 static const uint16 kSplashLogoHeight = 96; variable
H A Dimages-sans-tm.h9 static const uint16 kSplashLogoHeight = 96; variable
/haiku/src/system/boot/platform/generic/
H A Dvideo_splash.cpp137 unsigned int uncompressedSize = kSplashLogoWidth * kSplashLogoHeight; in video_display_splash()