Home
last modified time | relevance | path

Searched defs:indent (Results 1 – 4 of 4) sorted by relevance

/MusicPlayer2/scintilla/lexlib/
H A DAccessor.cxx40 int indent = 0; in IndentAmount() local
/MusicPlayer2/scintilla/src/
H A DDocument.cxx1477 static std::string CreateIndentation(Sci::Position indent, int tabSize, bool insertSpaces) { in CreateIndentation()
1493 int indent = 0; in GetLineIndentation() local
1510 Sci::Position Document::SetLineIndentation(Sci::Line line, Sci::Position indent) { in SetLineIndentation()
H A DEditView.cxx1380 const int indent = static_cast<int>(model.pdoc->GetLineIndentation(line) * vsDraw.spaceWidth); in DrawAnnotation() local
H A DEditor.cxx1881 const Sci::Position indent = pdoc->GetLineIndentPosition(line); in RealizeVirtualSpace() local