Home
last modified time | relevance | path

Searched refs:AdjustTextAttributes (Results 1 – 5 of 5) sorted by relevance

/haiku/src/apps/terminal/
H A DTermViewHighlight.cpp16 TermViewHighlighter::AdjustTextAttributes(uint32 attributes) in AdjustTextAttributes() function in TermViewHighlighter
H A DTermViewHighlight.h20 virtual uint32 AdjustTextAttributes(uint32 attributes);
H A DTermViewStates.h130 virtual uint32 AdjustTextAttributes(uint32 attributes);
H A DTermViewStates.cpp807 TermView::HyperLinkState::AdjustTextAttributes(uint32 attributes) in AdjustTextAttributes() function in TermView::HyperLinkState
H A DTermView.cpp1042 attr.state = highlight->Highlighter()->AdjustTextAttributes(attr.state); in _DrawLinePart()