Home
last modified time | relevance | path

Searched refs:fHistoryBackgroundColor (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/activitymonitor/
H A DActivityView.cpp609 fHistoryBackgroundColor = (rgb_color){255, 255, 240}; in _Init()
642 fHistoryBackgroundColor = *color; in _Init()
693 &fHistoryBackgroundColor, sizeof(rgb_color)); in SaveState()
958 view->SetViewColor(fHistoryBackgroundColor); in _UpdateOffscreenBitmap()
1080 fHistoryBackgroundColor = *color; in MessageReceived()
1349 view->SetLowColor(fHistoryBackgroundColor); in _DrawHistory()
H A DActivityView.h125 rgb_color fHistoryBackgroundColor; variable