Home
last modified time | relevance | path

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

/haiku/headers/private/kernel/boot/platform/generic/
H A Dvideo_splash.h16 uint16 iconsHalfHeight = kSplashIconsHeight / 2; in compute_splash_logo_placement()
35 uint16 iconsHalfHeight = kSplashIconsHeight / 2; in compute_splash_icons_placement()
/haiku/headers/private/kernel/boot/
H A Dimages-tm.h666 static const uint16 kSplashIconsHeight = 80; variable
H A Dimages-tm-development.h1318 static const uint16 kSplashIconsHeight = 80; variable
H A Dimages-sans-tm.h32 static const uint16 kSplashIconsHeight = 80; variable
/haiku/src/system/boot/platform/generic/
H A Dvideo_splash.cpp173 uncompressedSize = kSplashIconsWidth * kSplashIconsHeight; in video_display_splash()
174 const uint16 iconsHalfHeight = kSplashIconsHeight / 2; in video_display_splash()