Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/media/
H A Dhistory_view_media_unwrapped.cpp189 const auto fullRight = calculateFullRight(inner); in drawSurrounding() local
195 fullRight, in drawSurrounding()
238 fullRight, in drawSurrounding()
367 const auto fullRight = calculateFullRight(inner); in textState() local
377 fullRight, in textState()
419 auto fullRight = inner.x() in calculateFullRight() local
422 if (fullRight + rightActionWidth > _parent->width()) { in calculateFullRight()
423 fullRight = _parent->width() - rightActionWidth; in calculateFullRight()
425 return fullRight; in calculateFullRight()
431 int fullRight, in calculateFastActionPosition() argument
[all …]
H A Dhistory_view_location.cpp210 auto fullRight = paintx + paintw; in draw() local
215 fullRight, in draw()
220 auto fastShareLeft = (fullRight + st::historyFastShareLeft); in draw()
282 auto fullRight = paintx + paintw; in textState() local
284 if (_parent->pointInTime(fullRight, fullBottom, point, InfoDisplayType::Image)) { in textState()
288 auto fastShareLeft = (fullRight + st::historyFastShareLeft); in textState()
H A Dhistory_view_gif.cpp613 auto fullRight = paintx + usex + usew; in draw() local
626 fullRight += infoWidth - st::normalFont->height; in draw()
627 if (fullRight > maxRight) { in draw()
628 fullRight = maxRight; in draw()
635 fullRight, in draw()
643 auto fastShareLeft = (fullRight + st::historyFastShareLeft); in draw()
846 auto fullRight = usex + paintx + usew; in textState() local
859 fullRight += infoWidth - st::normalFont->height; in textState()
860 if (fullRight > maxRight) { in textState()
861 fullRight = maxRight; in textState()
[all …]
H A Dhistory_view_media_grouped.cpp349 auto fullRight = width(); in draw() local
355 fullRight, in draw()
361 auto fastShareLeft = (fullRight + st::historyFastShareLeft); in draw()
422 auto fullRight = width(); in textState() local
424 if (_parent->pointInTime(fullRight, fullBottom, point, InfoDisplayType::Image)) { in textState()
428 auto fastShareLeft = (fullRight + st::historyFastShareLeft); in textState()
H A Dhistory_view_photo.cpp331 auto fullRight = paintx + paintw; in draw() local
337 fullRight, in draw()
343 auto fastShareLeft = (fullRight + st::historyFastShareLeft); in draw()
463 auto fullRight = paintx + paintw; in textState() local
465 if (_parent->pointInTime(fullRight, fullBottom, point, InfoDisplayType::Image)) { in textState()
469 auto fastShareLeft = (fullRight + st::historyFastShareLeft); in textState()
H A Dhistory_view_media_unwrapped.h134 int fullRight,