Searched refs:fLogo (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/apps/installer/
H A DInstallerWindow.cpp81 BBitmap* fLogo; member in class:LogoView
104 delete fLogo;
115 if (fLogo == NULL)
119 placement.x = (bounds.left + bounds.right - fLogo->Bounds().Width()) / 2;
120 placement.y = (bounds.top + bounds.bottom - fLogo->Bounds().Height()) / 2;
122 DrawBitmap(fLogo, placement);
131 if (fLogo) {
132 width = fLogo->Bounds().Width();
133 height = fLogo->Bounds().Height();
151 fLogo
[all...]
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp197 BBitmap* fLogo; member in class:LogoView
434 fLogo = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "logo.png");
436 fLogo = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "logo_dark.png");
438 fLogo = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "walter_logo.png");
441 // Set view color to panel background color when fLogo is NULL
443 if (fLogo == NULL)
450 delete fLogo;
457 if (fLogo == NULL)
460 return BSize(fLogo->Bounds().Width(), fLogo
[all...]

Completed in 25 milliseconds