Home
last modified time | relevance | path

Searched refs:BarFrame (Results 1 – 6 of 6) sorted by relevance

/haiku/src/apps/mediaplayer/interface/
H A DVolumeSlider.cpp104 BRect rect(BarFrame()); in ThumbFrame()
262 * (BarFrame().Width() - 2) + BarFrame().left + 1); in _PointForValue()
265 return ceilf(BarFrame().top - 1.0f * (value - min) / (max - min) in _PointForValue()
266 * BarFrame().Height()); in _PointForValue()
H A DTransportControlGroup.cpp185 float inset = fSeekSlider->BarFrame().left; in TransportControlGroup()
186 float hInset = inset - fSeekSlider->BarFrame().top; in TransportControlGroup()
557 float barInset = fSeekSlider->BarFrame().left; in SetSymbolScale()
559 float hInset = inset - fSeekSlider->BarFrame().top; in SetSymbolScale()
H A DSeekSlider.cpp78 BRect r(BarFrame()); in DrawBar()
/haiku/src/bin/desklink/
H A DVolumeControl.cpp348 BRect frame = BarFrame(); in DrawBar()
431 * (BarFrame().Width() - 2) + BarFrame().left + 1); in _PointForValue()
434 return ceilf(BarFrame().top - 1.0f * (value - min) / (max - min) in _PointForValue()
435 * BarFrame().Height()); in _PointForValue()
/haiku/src/kits/interface/
H A DSlider.cpp600 if (BarFrame().Contains(point) || ThumbFrame().Contains(point)) in MouseDown()
737 oldThumbFrame.top = BarFrame().top; in SetValue()
739 oldThumbFrame.left = BarFrame().left; in SetValue()
841 background.Exclude(BarFrame()); in Draw()
902 BRect frame = BarFrame(); in DrawBar()
1096 BSlider::BarFrame() const in BarFrame() function in BSlider
1148 BRect frame(BarFrame()); in HashMarksFrame()
1383 Invalidate(BarFrame()); in SetBarColor()
1402 Invalidate(BarFrame()); in UseFillColor()
1469 BRect invalid = BarFrame().InsetByCopy(hInset, vInset) | ThumbFrame(); in SetBarThickness()
[all …]
/haiku/headers/os/interface/
H A DSlider.h100 virtual BRect BarFrame() const;