Lines Matching defs:line
107 for (Sci::Line line = starts.Partitions(); line < lines; line++) { in Allocate() local
128 void SetLineWidth(Sci::Line line, Sci::Position width) noexcept { in SetLineWidth()
132 void InsertLines(Sci::Line line, Sci::Line lines) { in InsertLines()
177 void InsertText(Sci::Line line, Sci::Position delta) noexcept override { in InsertText()
180 void InsertLine(Sci::Line line, Sci::Position position, bool lineStart) override { in InsertLine()
197 …void InsertLines(Sci::Line line, const Sci::Position *positions, size_t lines, bool lineStart) ove… in InsertLines()
218 void SetLineStart(Sci::Line line, Sci::Position position) noexcept override { in SetLineStart()
221 void RemoveLine(Sci::Line line) override { in RemoveLine()
242 void InsertCharacters(Sci::Line line, CountWidths delta) noexcept override { in InsertCharacters()
250 void SetLineCharactersWidth(Sci::Line line, CountWidths width) noexcept override { in SetLineCharactersWidth()
288 Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept override { in IndexLineStart()
786 Sci::Position CellBuffer::IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept { in IndexLineStart()
836 void CellBuffer::InsertLine(Sci::Line line, Sci::Position position, bool lineStart) { in InsertLine()
840 void CellBuffer::RemoveLine(Sci::Line line) { in RemoveLine()
944 for (Sci::Line line = lineFirst; line <= lineLast; line++) { in RecalculateIndexLineStarts() local