Home
last modified time | relevance | path

Searched defs:LineFromPosition (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DCellBuffer.cxx236 Sci::Line LineFromPosition(Sci::Position pos) const noexcept override { in LineFromPosition() function in LineVector
782 Sci::Line CellBuffer::LineFromPosition(Sci::Position pos) const noexcept { in LineFromPosition() function in CellBuffer
H A DDocument.cxx434 Sci_Position SCI_METHOD Document::LineFromPosition(Sci_Position pos) const { in LineFromPosition() function in Document