Home
last modified time | relevance | path

Searched refs:fBarColor (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/interface/
H A DStatusBar.cpp75 fBarColor = *(rgb_color *)&color; in BStatusBar()
112 err = archive->AddInt32("_bcolor", (const uint32 &)fBarColor); in Archive()
151 fBarColor = ui_color(B_STATUS_BAR_COLOR); in AttachedToWindow()
349 backgroundColor, fBarColor, _BarPosition(barFrame)); in Draw()
388 &fBarColor); in MessageReceived()
429 fBarColor = color; in SetBarColor()
570 return fBarColor; in BarColor()
H A DSlider.cpp266 ret = archive->AddInt32("_bcolor", (const uint32&)fBarColor); in Archive()
907 rgb_color rightFillColor = fBarColor; in DrawBar()
908 rgb_color leftFillColor = fUseFillColor ? fFillColor : fBarColor; in DrawBar()
1382 fBarColor = barColor; in SetBarColor()
1390 return fBarColor; in BarColor()
/haiku/headers/os/interface/
H A DStatusBar.h111 rgb_color fBarColor; variable
H A DSlider.h198 rgb_color fBarColor; variable