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

/haiku/src/apps/processcontroller/
H A DProcessController.cpp649 float barHeight = floorf (rem); local
650 rem -= barHeight;
651 float limit = bottom - barHeight; // horizontal line
661 if (barHeight <= h) {
665 StrokeLine(BPoint(left, bottom - barHeight), BPoint(right,
666 bottom - barHeight));
676 fLastBarHeight[x] = barHeight;
681 float barHeight = floorf(rem); local
682 rem -= barHeight;
690 float limit = bottom - barHeight; // horizonta
[all...]
H A DUtilities.cpp181 float barHeight = metrics.ascent; local
182 rect.top = frame.top + (frame.Height() - barHeight) / 2;
183 rect.bottom = frame.top + (frame.Height() + barHeight) / 2;
/haiku/src/kits/interface/
H A DStatusBar.cpp436 BStatusBar::SetBarHeight(float barHeight) argument
441 fBarHeight = barHeight;
443 if (barHeight == oldHeight)
/haiku/src/kits/tracker/
H A DPose.cpp839 int32 barHeight = size - 4 - 2 * yOffset; local
858 int32 barPos = int32(barHeight * percent / 100.0);
861 else if (barPos > barHeight)
862 barPos = barHeight;
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp978 int32 barHeight = size - 3 - 2 * yOffset; local
997 int32 barPos = barHeight - int32(barHeight * fDownloadProgress / 100.0);
1000 else if (barPos > barHeight)
1001 barPos = barHeight;

Completed in 43 milliseconds