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

/haiku/src/system/boot/platform/generic/
H A Dvideo_splash.cpp110 unsigned int uncompressedSize = kSplashLogoWidth * kSplashLogoHeight;
140 int height = min_c(kSplashLogoHeight + iconsHalfHeight,
148 height = min_c(kSplashLogoHeight, gKernelArgs.frame_buffer.height);
192 height = min_c(kSplashLogoHeight + iconsHalfHeight,
198 y = kSplashLogoHeight + (gKernelArgs.frame_buffer.height - height)
/haiku/src/system/kernel/
H A Dboot_splash.cpp233 int height = min_c(kSplashLogoHeight + iconsHalfHeight, sInfo->height);
238 int y = kSplashLogoHeight + (sInfo->height - height) * placementY / 100;
/haiku/headers/private/kernel/boot/
H A Dimages-tm-development.h9 static const uint16 kSplashLogoHeight = 96; variable
H A Dimages-tm.h9 static const uint16 kSplashLogoHeight = 96; variable
H A Dimages-sans-tm.h9 static const uint16 kSplashLogoHeight = 96; variable

Completed in 113 milliseconds