Home
last modified time | relevance | path

Searched defs:level (Results 1 – 11 of 11) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DMarginView.cxx235 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 DPerLine.cxx227 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 DPositionCache.h151 int level; variable
H A DDocument.cxx476 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 DDocument.h167 constexpr int LevelNumber(int level) noexcept { in LevelNumber()
H A DEditor.cxx5333 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 DEditView.cxx2184 const int level = model.pdoc->GetLevel(line); in DrawFoldLines() local
/MusicPlayer2/scintilla/lexlib/
H A DLexAccessor.h173 void SetLevel(Sci_Position line, int level) { in SetLevel()
/MusicPlayer2/MusicPlayer2/
H A DFfmpegCore.cpp577 void CFfmpegCore::LogCallback(void* ptr, int level, const char* fmt, va_list vl) { in LogCallback()
H A Dbass_fx.h434 #define BASS_BFX_Linear2dB(level) (20*log10(level)) argument
H A DUIElement.cpp2904 int level{}; in GetLevel() local