Home
last modified time | relevance | path

Searched refs:WhiteSpaceVisible (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DViewStyle.h204 bool WhiteSpaceVisible(bool inIndent) const noexcept;
H A DViewStyle.cxx494 bool ViewStyle::WhiteSpaceVisible(bool inIndent) const noexcept { in WhiteSpaceVisible() function in ViewStyle
H A DEditView.cxx1681 if (drawWhitespaceBackground && vsDraw.WhiteSpaceVisible(inIndentation)) in DrawBackground()
1694 if (drawWhitespaceBackground && vsDraw.WhiteSpaceVisible(inIndentation)) { in DrawBackground()
1928 if (drawWhitespaceBackground && vsDraw.WhiteSpaceVisible(inIndentation)) in DrawForeground()
1944 if (vsDraw.WhiteSpaceVisible(inIndentation)) { in DrawForeground()
1992 if (vsDraw.WhiteSpaceVisible(inIndentation)) { in DrawForeground()