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

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

Completed in 29 milliseconds