Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/text/
H A Dtext.cpp1165 auto newWidthLeft = _wLeft - last_rBearing - (_last_rPadding + b->f_width() - b__f_rbearing); local
1166 if (newWidthLeft >= 0) {
1169 _wLeft = newWidthLeft;
1194 auto newWidthLeft = _wLeft - last_rBearing - (_last_rPadding + j_width - j->f_rbearing()); local
1195 if (newWidthLeft >= 0) {
1198 _wLeft = newWidthLeft;
2967 if (newWidthLeft >= 0) { in enumerateLines()
2970 widthLeft = newWidthLeft; in enumerateLines()
2995 auto newWidthLeft = widthLeft - last_rBearing - (last_rPadding + j_width - j->f_rbearing()); in enumerateLines() local
2996 if (newWidthLeft >= 0) { in enumerateLines()
[all …]