Home
last modified time | relevance | path

Searched refs:kSplashLogoPlacementY (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/private/kernel/boot/
H A Dimages-tm.h4 static const int32 kSplashLogoPlacementY = 50; variable
H A Dimages-tm-development.h4 static const int32 kSplashLogoPlacementY = 50; variable
H A Dimages-sans-tm.h4 static const int32 kSplashLogoPlacementY = 50; variable
/haiku/headers/private/kernel/boot/platform/generic/
H A Dvideo_splash.h22 int placementY = max_c(0, min_c(100, kSplashLogoPlacementY)); in compute_splash_logo_placement()