Home
last modified time | relevance | path

Searched refs:statustop (Results 1 – 10 of 10) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/media/
H A Dhistory_view_call.cpp84 auto nameleft = 0, nametop = 0, statustop = 0; in draw() local
89 statustop = st::historyCallStatusTop - topMinus; in draw()
101 …arrow.paint(p, statusleft + st::historyCallArrowPosition.x(), statustop + st::historyCallArrowPosi… in draw()
106 p.drawTextLeft(statusleft, statustop, paintw, _status); in draw()
H A Dhistory_view_contact.cpp170 const auto statustop = st.statusTop - topMinus; in draw() local
206 p.drawTextLeft(nameleft, statustop, paintw, _phone); in draw()
H A Dhistory_view_document.cpp358 const auto statustop = st.statusTop - topMinus; in draw() local
554 p.drawTextLeft(nameleft, statustop, width, statusText); in draw()
564 …p.drawEllipse(style::rtlrect(nameleft + w + st::mediaUnreadSkip, statustop + st::mediaUnreadTop, s… in draw()
/dports/sysutils/tmux/tmux-3.2a/
H A Dscreen-redraw.c518 if (ctx->statustop) in screen_redraw_draw_pane_status()
579 ctx->statustop = 1; in screen_redraw_set_context()
589 ctx->statustop); in screen_redraw_set_context()
718 if (ctx->statustop) in screen_redraw_draw_borders_cell()
778 if (ctx->statustop) in screen_redraw_draw_status()
803 if (ctx->statustop) in screen_redraw_draw_pane()
H A Dcmd-display-panes.c107 if (ctx->statustop) in cmd_display_panes_draw_pane()
H A Dtmux.h869 int statustop; member
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_top_bar_widget.cpp389 auto statustop = st::topBarHeight - st::topBarArrowPadding.bottom() - st::dialogsTextFont->height; in paintTopBar() local
414 statustop, in paintTopBar()
460 if (!paintConnectingState(p, nameleft, statustop, width()) in paintTopBar()
464 statustop, in paintTopBar()
470 p.drawTextLeft(nameleft, statustop, width(), _customTitleText); in paintTopBar()
499 if (!paintConnectingState(p, nameleft, statustop, width()) in paintTopBar()
503 statustop, in paintTopBar()
508 paintStatus(p, nameleft, statustop, availableWidth, width()); in paintTopBar()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/chat/attach/
H A Dattach_abstract_single_file_preview.cpp98 const auto statustop = st.statusTop; in paintEvent() local
139 y + statustop, in paintEvent()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/overview/
H A Doverview_layout.cpp674 const auto statustop = _st.songStatusTop; in paint() local
750 …if (clip.intersects(style::rtlrect(nameleft, statustop, namewidth, st::normalFont->height, _width)… in paint()
756 _details.drawLeftElided(p, nameleft, statustop, namewidth, _width); in paint()
761 p.drawTextLeft(nameleft, statustop, _width, _status.text(), statusw); in paint()
794 const auto statustop = _st.songStatusTop; in getState() local
814 statustop, in getState()
820 auto textState = _details.getStateLeft(point - QPoint(nameleft, statustop), _width, _width); in getState()
1006 int32 nameleft = 0, nametop = 0, nameright = 0, statustop = 0, datetop = -1; in paint() local
1014 statustop = _st.songStatusTop; in paint()
1089 statustop = st::linksBorder + _st.fileStatusTop; in paint()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/themes/
H A Dwindow_theme_preview.cpp494 …auto statustop = _topBar.y() + st::topBarHeight - st::topBarArrowPadding.bottom() - st::dialogsTex… in paintTopBar() local
498 _p->drawText(nameleft, statustop + st::dialogsTextFont->ascent, _topBarStatus); in paintTopBar()
799 auto statustop = y + st.statusTop; in paintBubble() local
856 _p->drawTextLeft(nameleft, statustop, _rect.width(), bubble.wavestatus); in paintBubble()