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 D | history_view_contact.cpp | 136 _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 D | history_view_contact.h | 78 int _linkw = 0; variable
|
H A D | history_view_document.cpp | 423 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 D | history_item_components.h | 401 mutable int _linkw = 0; member
|