Home
last modified time | relevance | path

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

/haiku/src/apps/diskusage/
H A DControlsView.cpp41 float IconWidth() const;
66 VolumeTab::IconWidth() const in IconWidth() function in VolumeTab
91 frame.Width() - IconWidth() - kSmallHMargin); in DrawLabel()
95 BPoint(frame.left + IconWidth() + kSmallHMargin, in DrawLabel()
104 frame.left += IconWidth(); in DrawFocusMark()
174 + ((VolumeTab*)TabAt(i))->IconWidth(); in TabFrame()
200 float iconWidth = ((VolumeTab*)TabAt(i))->IconWidth(); in TabFrame()