Home
last modified time | relevance | path

Searched refs:logoSize (Results 1 – 25 of 42) sorted by relevance

12

/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/views/
H A DSystemView.cpp55 logo->setMaxSize(mCarousel.logoSize * mCarousel.logoScale); in populate()
69 text->setSize(mCarousel.logoSize * mCarousel.logoScale); in populate()
449 xOff = mCarousel.logoSize.x() / 10.f; in renderCarousel()
456 …mCarousel.size.y() - (mCarousel.logoSize.y() * mCarousel.maxLogoCount)) / (mCarousel.maxLogoCount)… in renderCarousel()
460 xOff = mCarousel.logoSize.x() / 10.f; in renderCarousel()
464 xOff = (mCarousel.size.x() - mCarousel.logoSize.x()) / 2; in renderCarousel()
469 yOff = mCarousel.logoSize.y() / 10; in renderCarousel()
477 …mCarousel.size.x() - (mCarousel.logoSize.x() * mCarousel.maxLogoCount)) / (mCarousel.maxLogoCount)… in renderCarousel()
481 yOff = mCarousel.logoSize.y() / 10.f; in renderCarousel()
612 mCarousel.logoSize.x() = 0.25f * mSize.x(); in getDefaultElements()
[all …]
H A DSystemView.h42 Vector2f logoSize; member
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/splash/
H A Dsplash.c69 unsigned int backSize[2], logoSize[2]; member
137 &ss->logoSize[0], &ss->logoSize[1]); in splashPreparePaintScreen()
160 &ss->logoSize[0], &ss->logoSize[1]); in splashPreparePaintScreen()
411 x = (headOutputRect.width - ss->logoSize[0]) / 2; in splashPaintOutput()
419 x = (s->width - ss->logoSize[0]) / 2; in splashPaintOutput()
420 y = (s->height - ss->logoSize[1]) / 2; in splashPaintOutput()
431 COMP_TEX_COORD_Y (&mat, ss->logoSize[1]) ); in splashPaintOutput()
432 glVertex2f (0, ss->logoSize[1]); in splashPaintOutput()
434 COMP_TEX_COORD_Y (&mat, ss->logoSize[1]) ); in splashPaintOutput()
435 glVertex2f (ss->logoSize[0], ss->logoSize[1]); in splashPaintOutput()
[all …]
/dports/www/dokuwiki/dokuwiki-2020-07-29/lib/tpl/dokuwiki/
H A Dtpl_header.php22 $logoSize = array(); variable
23 …logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), false, $logoSize);
28 '<img src="'.$logo.'" '.$logoSize[3].' alt="" /> <span>'.$conf['title'].'</span>',
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Dsplashscreen.cpp35 int logoSize = 50; in SplashScreen() local
36 int logoImageSize = logoSize - 13; in SplashScreen()
76 QRect logoRect(splashSize.width() - logoSize - 20, 20, logoSize, logoSize); in SplashScreen()
78 logoPath.addRoundedRect(logoRect, logoSize / 2, logoSize / 2); in SplashScreen()
/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/
H A Dlogobutton.cpp57 logoSize = logoDay.size(); in setImage()
77 logoSize = logoDay.size(); in themeChanged()
88 QSize newSize = logoSize; in resizeEvent()
H A Dlogobutton.h50 QSize logoSize;
/dports/audio/spotify-qt/spotify-qt-3.7/src/settingspage/
H A Daboutpage.cpp26 constexpr int logoSize = 96; in about() local
28 titleLogo->setPixmap(Icon::get("logo:spotify-qt").pixmap(logoSize, logoSize)); in about()
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dnewversiondialog.cpp44 QSize logoSize = Utils::dpiScaled(QSize(210, 114)); in NewVersionDialog() local
45 ui->logo->setFixedSize(logoSize); in NewVersionDialog()
/dports/math/gecode/gecode-0916a1a/gecode/gist/
H A Dgecodelogo.hh45 const unsigned int logoSize; member in Gecode::Gist::Logos
H A Dgecodelogo.cpp664 Logos::Logos(void) : logo(_logo), logoSize(sizeof(_logo)), in Logos()
H A Dmainwindow.cpp47 myPic.loadFromData(logos.logo, logos.logoSize); in AboutGist()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/mac/
H A DCandidateView.mm206 NSSize logoSize = [g_LogoImage size];
207 footerSize.width += logoSize.width;
208 footerSize.height = max(footerSize.height, logoSize.height);
397 NSSize logoSize = [g_LogoImage size];
398 footerRect.origin.x += logoSize.width;
399 footerRect.size.width -= logoSize.width;
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/mac/
H A DCandidateView.mm206 NSSize logoSize = [g_LogoImage size];
207 footerSize.width += logoSize.width;
208 footerSize.height = max(footerSize.height, logoSize.height);
397 NSSize logoSize = [g_LogoImage size];
398 footerRect.origin.x += logoSize.width;
399 footerRect.size.width -= logoSize.width;
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/mac/
H A DCandidateView.mm206 NSSize logoSize = [g_LogoImage size];
207 footerSize.width += logoSize.width;
208 footerSize.height = max(footerSize.height, logoSize.height);
397 NSSize logoSize = [g_LogoImage size];
398 footerRect.origin.x += logoSize.width;
399 footerRect.size.width -= logoSize.width;
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/mac/
H A DCandidateView.mm206 NSSize logoSize = [g_LogoImage size];
207 footerSize.width += logoSize.width;
208 footerSize.height = max(footerSize.height, logoSize.height);
397 NSSize logoSize = [g_LogoImage size];
398 footerRect.origin.x += logoSize.width;
399 footerRect.size.width -= logoSize.width;
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/renderer/mac/
H A DCandidateView.mm206 NSSize logoSize = [g_LogoImage size];
207 footerSize.width += logoSize.width;
208 footerSize.height = max(footerSize.height, logoSize.height);
397 NSSize logoSize = [g_LogoImage size];
398 footerRect.origin.x += logoSize.width;
399 footerRect.size.width -= logoSize.width;
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/renderer/mac/
H A DCandidateView.mm206 NSSize logoSize = [g_LogoImage size];
207 footerSize.width += logoSize.width;
208 footerSize.height = max(footerSize.height, logoSize.height);
397 NSSize logoSize = [g_LogoImage size];
398 footerRect.origin.x += logoSize.width;
399 footerRect.size.width -= logoSize.width;
/dports/multimedia/mpc-qt/mpc-qt-20.10/widgets/
H A Dlogowidget.h18 void logoSize(QSize size);
H A Dlogowidget.cpp64 emit logoSize(logo.size()); in regenerateTexture() local
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Utils/Widgets/
H A DDragable.cpp160 const auto logoSize = QSize(logoWidth, logoHeight); in createDrag() local
178 cover = Gui::Util::pixmap("logo.png", Gui::Util::NoTheme, logoSize, true); in createDrag()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/
H A Dlib.php788 $logoSize = '&amp;m='.$size;
790 $logoSize = '';
792 … $template = str_replace($logoInstance, '?page=image&amp;id='.$logoImageId.$logoSize, $template);
2227 $logoSize = $size;
2229 $logoSize = '500';
2231 createCachedLogoImage($logoSize);
2232 $content = str_replace($logoInstance, 'ORGANISATIONLOGO'.$logoSize.'.png', $content);
/dports/games/gnubg/gnubg-1.06.002/board3d/
H A Ddrawboard3d.c2079 float logoSize = (TOTAL_WIDTH * .3f) / 2.0f; in drawTable() local
2089 glVertex3f(logoSize, -logoSize, 0.f); in drawTable()
2091 glVertex3f(-logoSize, -logoSize, 0.f); in drawTable()
2093 glVertex3f(-logoSize, logoSize, 0.f); in drawTable()
2095 glVertex3f(logoSize, logoSize, 0.f); in drawTable()
/dports/games/xboard-devel/xboard-f49e7e1/gtk/
H A Dxboard.c1119 if(appData.logoSize) appData.logoSize = boardWidth/4-3; in main()
1207 if(appData.logoSize) in main()
2074 bgcolor, fgcolor, color, appData.logoSize && !partnerUp ? "\n" : " ", TimeString(timer)); in DisplayTimerLabel()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/peers/
H A Dedit_peer_invite_link.cpp213 const auto logoSize = size - 2 * skip; in QrExact() local
218 logoSize * cIntRetinaFactor(), in QrExact()
219 logoSize * cIntRetinaFactor(), in QrExact()

12