Home
last modified time | relevance | path

Searched defs:caretPosition (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DEditView.cxx654 const int caretPosition = posInLine - ll->LineStart(subLine); in LocationFromPosition() local
1530 const int caretPosition = offset - ll->LineStart(subLine); in DrawCarets() local
H A DEditor.cxx3972 Sci::Position caretPosition = sel.Range(r).caret.Position(); in Indent() local
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx1969 XYPOSITION ScreenLineLayout::XFromPosition(size_t caretPosition) { in XFromPosition()