Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/wrap/
H A Dfade_wrap.cpp111 : FadeShadow(parent, st::shadowFg) { in FadeShadow()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/editor/
H A Deditor.style49 color: shadowFg;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/overview/
H A Doverview.style145 linksBorderFg: shadowFg;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/widgets/
H A Dshadow.cpp19 : PlainShadow(parent, st::shadowFg) { in PlainShadow()
H A Dwidgets.style702 shColor: shadowFg;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/support/
H A Dsupport_autocomplete.cpp225 st::shadowFg); in paintEvent()
455 st::shadowFg); in setupContent()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/
H A Dbasic.style265 inlineRowBorderFg: shadowFg;
H A Dcolors.palette24 shadowFg: #00000018; // most shadows (including opacity)
275 historyUnreadBarBorder: shadowFg; // new unread messages bar shadow
589 callBarUnmuteRipple: #7f7f7f | shadowFg; // phone call bar with muted mic mute and hangup button ri…
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/calls/
H A Dcalls_top_bar.cpp656 _mute->setRippleColorOverride(&st::shadowFg); in setMuted()
657 _hangup->setRippleColorOverride(&st::shadowFg); in setMuted()
H A Dcalls.style952 color: shadowFg;
1235 color: shadowFg;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/chat_helpers/
H A Dchat_helpers.style173 emojiColorsSepColor: shadowFg;
H A Dfield_autocomplete.cpp1000 …ttom() - st::lineWidth, width() - (_isOneColumn ? 0 : st::lineWidth), st::lineWidth, st::shadowFg); in paintEvent()
1002 …h, _parent->innerTop(), width() - (_isOneColumn ? 0 : st::lineWidth), st::lineWidth, st::shadowFg); in paintEvent()
/dports/devel/newt/newt-0.52.21/
H A Dnewt.c262 updateColorset(fg, bg, &palette->shadowFg, &palette->shadowBg); in parseColors()
492 SLtt_set_color(NEWT_COLORSET_SHADOW, "", colors.shadowFg, colors.shadowBg); in newtSetColors()
H A Dnewt.h43 char * shadowFg, * shadowBg; member
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/export/view/
H A Dexport_view_progress.cpp192 p.fillRect(0, top, width(), thickness, st::shadowFg); in paintEvent()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/themes/
H A Dwindow_theme_preview.cpp938 …:lineWidth, _history.y(), _history.width() - st::lineWidth, st::lineWidth, st::shadowFg[_palette]); in paintHistoryShadows()
939 …height() - st::lineWidth, _history.width() - st::lineWidth, st::lineWidth, st::shadowFg[_palette]); in paintHistoryShadows()
940 _p->fillRect(_history.x(), _body.y(), st::lineWidth, _body.height(), st::shadowFg[_palette]); in paintHistoryShadows()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/calls/group/ui/
H A Ddesktop_capture_choose_source.cpp209 _active ? &st::shadowFg->c : nullptr); in paint()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/player/
H A Dmedia_player_float.cpp172 p.setBrush(st::shadowFg); in prepareShadow()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/
H A Dspecial_buttons.cpp331 ? &st::shadowFg->c in paintEvent()
/dports/devel/fpc-newt/fpc-3.2.2/packages/newt/src/
H A Dnewt.pp50 shadowFg : ^char;
/dports/lang/fpc-source/fpc-3.2.2/packages/newt/src/
H A Dnewt.pp50 shadowFg : ^char;
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/extra/telegram/dark/
H A Dcolors.tdesktop-theme.in88 shadowFg: 10_BLACK; // Internal border shadows
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/extra/telegram/light/
H A Dcolors.tdesktop-theme.in91 shadowFg: 10_BLACK; // Internal border shadows
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/extra/telegram/mixed/
H A Dcolors.tdesktop-theme.in91 shadowFg: 10_BLACK; // Internal border shadows
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/dialogs/
H A Ddialogs_inner_widget.cpp784 p.fillRect(QRect(0, top + st::dialogsSearchInHeight, width(), st::lineWidth), st::shadowFg); in paintSearchInChat()