Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DEditView.cxx2570 const Sci::Position startWithinLine = nPrintPos - in FormatRange() local
2573 if (ll.LineStart(iwl) <= startWithinLine && ll.LineStart(iwl + 1) >= startWithinLine) { in FormatRange()
2578 if (ll.lines > 1 && startWithinLine >= ll.LineStart(ll.lines - 1)) { in FormatRange()