Home
last modified time | relevance | path

Searched defs:lines (Results 1 – 8 of 8) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DPerLine.cxx105 void LineMarkers::InsertLines(Sci::Line line, Sci::Line lines) { in InsertLines()
174 int LineMarkers::AddMark(Sci::Line line, int markerNum, Sci::Line lines) { in AddMark()
232 void LineLevels::InsertLines(Sci::Line line, Sci::Line lines) { in InsertLines()
260 int LineLevels::SetLevel(Sci::Line line, int level, Sci::Line lines) { in SetLevel()
297 void LineState::InsertLines(Sci::Line line, Sci::Line lines) { in InsertLines()
334 short lines; member
367 void LineAnnotation::InsertLines(Sci::Line line, Sci::Line lines) { in InsertLines()
490 void LineTabstops::InsertLines(Sci::Line line, Sci::Line lines) { in InsertLines()
H A DPositionCache.h70 enum class ValidLevel { invalid, checkTextAndStyle, positions, lines } validity; enumerator
87 int lines; variable
H A DCellBuffer.cxx104 bool Allocate(Sci::Line lines) { in Allocate()
132 void InsertLines(Sci::Line line, Sci::Line lines) { in InsertLines()
197 …void InsertLines(Sci::Line line, const Sci::Position *positions, size_t lines, bool lineStart) ove… in InsertLines()
264 bool AllocateLineCharacterIndex(int lineCharacterIndex, Sci::Line lines) override { in AllocateLineCharacterIndex()
H A DContractionState.cxx382 const LINE lines = static_cast<LINE>(LinesInDoc()); in ShowAll() local
H A DEditor.cxx1535 Sci::Line lines = LinesOnScreen() + 1; in WrapLines() local
2533 const Sci::Line lines = std::max(static_cast<Sci::Line>(0), mh.linesAdded); in CheckModificationForWrap() local
H A DDocument.cxx182 void Document::InsertLines(Sci::Line line, Sci::Line lines) { in InsertLines()
/MusicPlayer2/MusicPlayer2/
H A DCPlayerUIBase.cpp130 int lines = text_size.cx / tip_max_width + 1; in DrawInfo() local
H A DUIElement.cpp1325 int lines = rect.Height() / ItemHeight() / 2; in MouseWheel() local