Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dgtextbox.cpp269 selWidth = ABS(cursorPos - anchorPos), in insertText() local
270 selEnd = selStart + selWidth; in insertText()
297 currentLen[index] += (length - selWidth); in insertText()
644 selWidth = ABS(cursorPos - anchorPos); in keyStroke() local
748 selWidth = 1; // delete 1 char in keyStroke()
753 fieldStrings[index] + selStart + selWidth, in keyStroke()
754 currentLen[index] - (selStart + selWidth)); in keyStroke()
764 selWidth = 1; // delete 1 char in keyStroke()
769 fieldStrings[index] + selStart + selWidth, in keyStroke()
770 currentLen[index] - (selStart + selWidth)); in keyStroke()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libappfw/src/widgets/
H A Dtabwidget.cpp42 AnimationRule *selWidth = nullptr; in DENG_GUI_PIMPL() local
69 releaseRef(selWidth); in DENG_GUI_PIMPL()
143 selWidth = new AnimationRule(0); in DENG_GUI_PIMPL()
145 .setInput(Rule::Width, *selWidth) in DENG_GUI_PIMPL()
151 selWidth->set(w.rule().width(), span); in DENG_GUI_PIMPL()
/dports/graphics/kolourpaint/kolourpaint-21.12.3/mainWindow/
H A DkpMainWindow_Edit.cpp506 const int selWidth = qMax (kpTextSelection::MinimumWidthForTextStyle (ts), in pasteText() local
510 kpTextSelection newTextSel (QRect (0, 0, selWidth, selHeight), in pasteText()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/text/
H A Dtext.cpp1761 auto selWidth = itemWidth; in drawLine() local
1765 selWidth = 0; in drawLine()
1781 selWidth += gwidth; in drawLine()
1790 selWidth += QFixed(sEnd - sStart) * gwidth / QFixed(ch2 - ch); in drawLine()
1793 selWidth += QFixed(sEnd - sStart) * gwidth / QFixed(ch2 - ch); in drawLine()
1798 if (rtl) selX = x + itemWidth - (selX - x) - selWidth; in drawLine()
1799 …selectedRect = QRect(selX.toInt(), _y + _yDelta, (selX + selWidth).toInt() - selX.toInt(), _fontHe… in drawLine()
1800 fillSelectRange(selX, selX + selWidth); in drawLine()