Home
last modified time | relevance | path

Searched refs:bgAnimCache (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/
H A Dwindow_lock_widgets.h38 void showAnimated(const QPixmap &bgAnimCache, bool back = false);
H A Dwindow_lock_widgets.cpp49 void LockWidget::showAnimated(const QPixmap &bgAnimCache, bool back) { in showAnimated() argument
51 (_showBack ? _cacheOver : _cacheUnder) = bgAnimCache; in showAnimated()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/intro/
H A Dintro_widget.h99 void showAnimated(const QPixmap &bgAnimCache, bool back = false);
H A Dintro_widget.cpp707 void Widget::showAnimated(const QPixmap &bgAnimCache, bool back) { in showAnimated() argument
710 (_showBack ? _cacheOver : _cacheUnder) = bgAnimCache; in showAnimated()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/
H A Dmainwidget.h134 void showAnimated(const QPixmap &bgAnimCache, bool back = false);
H A Dmainwidget.cpp1905 void MainWidget::showAnimated(const QPixmap &bgAnimCache, bool back) { in showAnimated() argument
1907 (_showBack ? _cacheOver : _cacheUnder) = bgAnimCache; in showAnimated()