Searched refs:BackgroundColor (Results 1 - 13 of 13) sorted by relevance

/haiku/src/apps/terminal/
H A DTermViewHighlight.h19 virtual rgb_color BackgroundColor() = 0;
H A DTermViewStates.h129 virtual rgb_color BackgroundColor();
H A DTerminalLine.h134 BackgroundColor(const rgb_color* indexedColors) const function in struct:Attributes
H A DTermView.h185 virtual rgb_color BackgroundColor();
H A DTermView.cpp483 TermView::BackgroundColor() function in class:TermView
1059 rgb_back = attr.BackgroundColor(fTextBuffer->Palette());
1069 rgb_back = highlight->Highlighter()->BackgroundColor();
1205 SetHighColor(highlight->Highlighter()->BackgroundColor());
1219 rgb_back = attr.BackgroundColor(fTextBuffer->Palette());
1428 ? highlight->Highlighter()->BackgroundColor()
1442 rgb_back = attr.BackgroundColor(fTextBuffer->Palette());
H A DTermViewStates.cpp800 TermView::HyperLinkState::BackgroundColor() function in class:TermView::HyperLinkState
/haiku/src/apps/haikudepot/textview/
H A DCharacterStyle.h57 rgb_color BackgroundColor() const;
H A DCharacterStyleData.h80 inline rgb_color BackgroundColor() const function in class:CharacterStyleData
H A DCharacterStyle.cpp297 return data->BackgroundColor() == color;
305 CharacterStyle::BackgroundColor() const function in class:CharacterStyle
307 return fStyleData->BackgroundColor();
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.h19 uint8 BackgroundColor(uint8 attr);
H A DViewBuffer.cpp136 ViewBuffer::BackgroundColor(uint8 attr) function in class:ViewBuffer
324 SetLowColor(GetPaletteEntry(BackgroundColor(attr)));
346 SetLowColor(GetPaletteEntry(BackgroundColor(attr)));
/haiku/headers/private/interface/
H A DColumnListView.h350 const rgb_color BackgroundColor() const;
/haiku/src/kits/interface/
H A DColumnListView.cpp1618 BColumnListView::BackgroundColor() const function in class:BColumnListView

Completed in 129 milliseconds