Searched refs:hilite (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/deskbar/
H A DBarView.cpp261 rgb_color hilite = tint_color(ViewColor(), B_DARKEN_1_TINT); local
263 SetHighColor(hilite);
270 SetHighColor(hilite);
H A DStatusView.cpp1411 rgb_color hilite = tint_color(menuColor, B_DARKEN_1_TINT); local
1425 BPoint(frame.right - 1, frame.bottom), hilite); local
1428 AddLine(frame.LeftTop(), frame.RightTop(), hilite);
1429 AddLine(BPoint(frame.left, frame.top + 1), frame.LeftBottom(), hilite); local
1433 BPoint(frame.right - 1, frame.bottom - 3), hilite); local

Completed in 44 milliseconds