Searched defs:level (Results 1 – 11 of 11) sorted by relevance
/MusicPlayer2/scintilla/src/ |
H A D | MarginView.cxx | 235 const int level = model.pdoc->GetLevel(model.pcs->DocFromDisplay(visibleLine)); in PaintMargin() local 279 const int level = model.pdoc->GetLevel(lineDoc); in PaintMargin() local
|
H A D | PerLine.cxx | 227 const int level = (line < levels.Length()) ? levels[line] : SC_FOLDLEVELBASE; in InsertLine() local 234 const int level = (line < levels.Length()) ? levels[line] : SC_FOLDLEVELBASE; in InsertLines() local 260 int LineLevels::SetLevel(Sci::Line line, int level, Sci::Line lines) { in SetLevel()
|
H A D | PositionCache.h | 151 int level; variable
|
H A D | Document.cxx | 476 int SCI_METHOD Document::SetLevel(Sci_Position line, int level) { in SetLevel() 503 Sci::Line Document::GetLastChild(Sci::Line lineParent, int level, Sci::Line lastLine) { in GetLastChild() 529 const int level = LevelNumber(GetLevel(line)); in GetFoldParent() local 546 const int level = GetLevel(line); in GetHighlightDelimiters() local
|
H A D | Document.h | 167 constexpr int LevelNumber(int level) noexcept { in LevelNumber()
|
H A D | Editor.cxx | 5333 const int level = pdoc->GetLevel(line); in ExpandLine() local 5391 void Editor::FoldExpand(Sci::Line line, int action, int level) { in FoldExpand() 5511 const int level = pdoc->GetLevel(line); in FoldAll() local
|
H A D | EditView.cxx | 2184 const int level = model.pdoc->GetLevel(line); in DrawFoldLines() local
|
/MusicPlayer2/scintilla/lexlib/ |
H A D | LexAccessor.h | 173 void SetLevel(Sci_Position line, int level) { in SetLevel()
|
/MusicPlayer2/MusicPlayer2/ |
H A D | FfmpegCore.cpp | 577 void CFfmpegCore::LogCallback(void* ptr, int level, const char* fmt, va_list vl) { in LogCallback()
|
H A D | bass_fx.h | 434 #define BASS_BFX_Linear2dB(level) (20*log10(level)) argument
|
H A D | UIElement.cpp | 2904 int level{}; in GetLevel() local
|