Home
last modified time | relevance | path

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

/haiku/src/kits/interface/
H A DScrollBar.cpp1187 float buttonSize; in _UpdateThumbFrame() local
1192 buttonSize = bounds.Width() + 1.0; in _UpdateThumbFrame()
1195 buttonSize = bounds.Height() + 1.0; in _UpdateThumbFrame()
1200 maxSize -= buttonSize * 4; in _UpdateThumbFrame()
1203 maxSize -= buttonSize * 2; in _UpdateThumbFrame()
1240 offset += buttonSize * 2; in _UpdateThumbFrame()
1242 offset += buttonSize; in _UpdateThumbFrame()
1281 float buttonSize; in _ValueFor() local
1287 buttonSize = bounds.Width() + 1.0f; in _ValueFor()
1292 buttonSize = bounds.Height() + 1.0f; in _ValueFor()
[all …]