Searched refs:barFrame (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/interface/
H A DStatusBar.cpp285 BRect barFrame = _BarFrame(&fontHeight); local
286 BRect outerFrame = barFrame.InsetByCopy(-2, -2);
349 backgroundColor, fBarColor, _BarPosition(barFrame));
527 BRect barFrame = _BarFrame();
528 float oldPosition = _BarPosition(barFrame);
532 float newPosition = _BarPosition(barFrame);
537 BRect update = barFrame;
790 BStatusBar::_BarPosition(const BRect& barFrame) const
793 return barFrame.left - 1;
795 return roundf(barFrame
[all...]
/haiku/headers/os/interface/
H A DStatusBar.h100 float _BarPosition(const BRect& barFrame) const;
/haiku/src/apps/diskusage/
H A DPieView.cpp380 BRect barFrame(bx, by, ex, ey);
381 be_control_look->DrawStatusBar(this, barFrame, updateRect,

Completed in 75 milliseconds