Searched refs:ForegroundColor (Results 1 - 11 of 11) sorted by relevance

/haiku/src/apps/terminal/
H A DTermViewHighlight.h18 virtual rgb_color ForegroundColor() = 0;
H A DTermViewStates.h128 virtual rgb_color ForegroundColor();
H A DTerminalLine.h123 ForegroundColor(const rgb_color* indexedColors) const function in struct:Attributes
H A DTermView.h184 virtual rgb_color ForegroundColor();
H A DTermView.cpp476 TermView::ForegroundColor() function in class:TermView
1057 rgb_fore = attr.ForegroundColor(fTextBuffer->Palette());
1068 rgb_fore = highlight->Highlighter()->ForegroundColor();
H A DTermViewStates.cpp793 TermView::HyperLinkState::ForegroundColor() function in class:TermView::HyperLinkState
/haiku/src/apps/haikudepot/textview/
H A DCharacterStyle.h49 rgb_color ForegroundColor() const;
H A DCharacterStyleData.h73 inline rgb_color ForegroundColor() const function in class:CharacterStyleData
H A DCharacterStyle.cpp252 return data->ForegroundColor() == color;
260 CharacterStyle::ForegroundColor() const function in class:CharacterStyle
262 return fStyleData->ForegroundColor();
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.h18 uint8 ForegroundColor(uint8 attr);
H A DViewBuffer.cpp129 ViewBuffer::ForegroundColor(uint8 attr) function in class:ViewBuffer
344 SetHighColor(GetPaletteEntry(ForegroundColor(attr)));

Completed in 52 milliseconds