Home
last modified time | relevance | path

Searched refs:caretWidth (Results 151 – 158 of 158) sorted by relevance

1234567

/dports/x11-toolkits/scintilla/scintilla/src/
H A DEditor.cxx7401 vs.caretWidth = std::clamp(static_cast<int>(wParam), 0, 20); in WndProc()
7406 return vs.caretWidth; in WndProc()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DEditor.cxx7387 vs.caretWidth = Sci::clamp(static_cast<int>(wParam), 0, 20); in WndProc()
7392 return vs.caretWidth; in WndProc()
/dports/devel/geany/geany-1.38/scintilla/src/
H A DEditor.cxx7387 vs.caretWidth = Sci::clamp(static_cast<int>(wParam), 0, 20); in WndProc()
7392 return vs.caretWidth; in WndProc()
/dports/editors/textadept/scintilla/src/
H A DEditor.cxx7401 vs.caretWidth = std::clamp(static_cast<int>(wParam), 0, 20); in WndProc()
7406 return vs.caretWidth; in WndProc()
/dports/editors/scite/scintilla/src/
H A DEditor.cxx7401 vs.caretWidth = std::clamp(static_cast<int>(wParam), 0, 20); in WndProc()
7406 return vs.caretWidth; in WndProc()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2009-06-1619964 alignment is alignRight, we need to subtract the caretWidth so that the
19965 caret at IntRect(x, y, caretWidth, height) is inside the block.
37285 Move duplicate caretWidth constants to RenderObject.h
37292 (WebCore::RenderBlock::localCaretRect): Removed caretWidth.
37295 * rendering/RenderObject.h: Added caretWidth definition.
37297 (WebCore::RenderText::localCaretRect): Removed caretWidth.
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources236239 caretWidth
236699 w := self caretWidth.
236840 [w := self caretWidth.
284253 caretWidth
284254 ^ Parameters at: #caretWidth! !
284257 caretWidth: anInteger
284258 ^ Parameters at: #caretWidth put: anInteger! !
284265 caretWidth: 2;
H A DPharo-1.4.changes142029 caretWidth
142337 w := self caretWidth.
142603 [w := self caretWidth.

1234567