Symbol: BackgroundColor
headers/private/interface/ColumnListView.h
353
const rgb_color BackgroundColor() const;
src/apps/haikudepot/textview/CharacterStyle.cpp
297
return data->BackgroundColor() == color;
src/apps/haikudepot/textview/CharacterStyle.cpp
307
return fStyleData->BackgroundColor();
src/apps/haikudepot/textview/CharacterStyle.h
57
rgb_color BackgroundColor() const;
src/apps/haikudepot/textview/CharacterStyleData.h
80
inline rgb_color BackgroundColor() const
src/apps/terminal/TermView.cpp
1087
rgb_back = attr.BackgroundColor(fTextBuffer->Palette());
src/apps/terminal/TermView.cpp
1097
rgb_back = highlight->Highlighter()->BackgroundColor();
src/apps/terminal/TermView.cpp
1240
SetHighColor(highlight->Highlighter()->BackgroundColor());
src/apps/terminal/TermView.cpp
1254
rgb_back = attr.BackgroundColor(fTextBuffer->Palette());
src/apps/terminal/TermView.cpp
1466
? highlight->Highlighter()->BackgroundColor()
src/apps/terminal/TermView.cpp
1480
rgb_back = attr.BackgroundColor(fTextBuffer->Palette());
src/apps/terminal/TermView.h
187
virtual rgb_color BackgroundColor();
src/apps/terminal/TermViewHighlight.h
19
virtual rgb_color BackgroundColor() = 0;
src/apps/terminal/TermViewStates.h
129
virtual rgb_color BackgroundColor();
src/apps/terminal/TerminalLine.h
143
BackgroundColor(const rgb_color* indexedColors) const
src/tests/apps/miniterminal/ViewBuffer.cpp
324
SetLowColor(GetPaletteEntry(BackgroundColor(attr)));
src/tests/apps/miniterminal/ViewBuffer.cpp
346
SetLowColor(GetPaletteEntry(BackgroundColor(attr)));
src/tests/apps/miniterminal/ViewBuffer.h
19
uint8 BackgroundColor(uint8 attr);