Searched refs:SetLevel (Results 1 – 10 of 10) sorted by relevance
/MusicPlayer2/scintilla/lexlib/ |
H A D | LexAccessor.h | 173 void SetLevel(Sci_Position line, int level) { in SetLevel() function 174 pAccess->SetLevel(line, level); in SetLevel()
|
/MusicPlayer2/scintilla/include/ |
H A D | ILexer.h | 27 virtual int SCI_METHOD SetLevel(Sci_Position line, int level) = 0;
|
/MusicPlayer2/scintilla/src/ |
H A D | PerLine.h | 94 int SetLevel(Sci::Line line, int level, Sci::Line lines);
|
H A D | PositionCache.h | 174 void SetLevel(int level_) noexcept;
|
H A D | PerLine.cxx | 260 int LineLevels::SetLevel(Sci::Line line, int level, Sci::Line lines) { in SetLevel() function in LineLevels
|
H A D | Document.h | 420 int SCI_METHOD SetLevel(Sci_Position line, int level) override;
|
H A D | PositionCache.cxx | 413 void LineLayoutCache::SetLevel(int level_) noexcept { in SetLevel() function in LineLayoutCache
|
H A D | Document.cxx | 476 int SCI_METHOD Document::SetLevel(Sci_Position line, int level) { in SetLevel() function in Document 477 const int prev = Levels()->SetLevel(line, level, LinesTotal()); in SetLevel()
|
H A D | Editor.cxx | 6742 view.llc.SetLevel(static_cast<int>(wParam)); in WndProc() 7212 const int prev = pdoc->SetLevel(static_cast<Sci::Line>(wParam), static_cast<int>(lParam)); in WndProc()
|
H A D | EditView.cxx | 179 llc.SetLevel(LineLayoutCache::llcCaret); in EditView()
|