Searched defs:lines (Results 1 – 8 of 8) sorted by relevance
/MusicPlayer2/scintilla/src/ |
H A D | PerLine.cxx | 105 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 D | PositionCache.h | 70 enum class ValidLevel { invalid, checkTextAndStyle, positions, lines } validity; enumerator 87 int lines; variable
|
H A D | CellBuffer.cxx | 104 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 D | ContractionState.cxx | 382 const LINE lines = static_cast<LINE>(LinesInDoc()); in ShowAll() local
|
H A D | Editor.cxx | 1535 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 D | Document.cxx | 182 void Document::InsertLines(Sci::Line line, Sci::Line lines) { in InsertLines()
|
/MusicPlayer2/MusicPlayer2/ |
H A D | CPlayerUIBase.cpp | 130 int lines = text_size.cx / tip_max_width + 1; in DrawInfo() local
|
H A D | UIElement.cpp | 1325 int lines = rect.Height() / ItemHeight() / 2; in MouseWheel() local
|