Home
last modified time | relevance | path

Searched refs:_linkw (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/media/
H A Dhistory_view_contact.cpp136 _linkw = _link.isEmpty() ? 0 : st::semiboldFont->width(_link); in countOptimalSize()
194 p.drawTextLeft(nameleft, linktop, paintw, _link, _linkw); in draw()
218 …if (style::rtlrect(nameleft, linktop, _linkw, st::semiboldFont->height, width()).contains(point)) { in textState()
H A Dhistory_view_contact.h78 int _linkw = 0; variable
H A Dhistory_view_document.cpp423 p.drawTextLeft(nameleft, linktop, width, thumbed->_link, thumbed->_linkw); in draw()
731 …if (style::rtlrect(nameleft, linktop, thumbed->_linkw, st::semiboldFont->height, width).contains(p… in textState()
863 thumbed->_linkw = st::semiboldFont->width(thumbed->_link); in setStatusSize()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/
H A Dhistory_item_components.h401 mutable int _linkw = 0; member