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

/haiku/src/apps/processcontroller/
H A DProcessController.cpp608 float barWidth; local
613 barWidth = layout[gCPUcount].cpu_width;
619 barWidth = floorf((bounds.Width() - 1 - memWidth - barGap * gCPUcount)
623 float right = left + gCPUcount * (barWidth + barGap) - barGap;
636 StrokeLine(BPoint(left + x * barWidth + x - 1, top),
637 BPoint(left + x * barWidth + x - 1, bottom));
645 right = left + barWidth - 1;
673 left += barWidth + barGap;
/haiku/src/kits/tracker/
H A DPose.cpp833 int32 barWidth = (int32)(7.0f / 32.0f * (float)(size + 1)); local
834 if (barWidth < 4) {
835 barWidth = 4;
845 view->StrokeLine(BPoint(where.x + size - barWidth + 1,
852 BRect rect(where.x + size - barWidth,where.y + yOffset,
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp972 int32 barWidth = (int32)(7.0f / 32.0f * (float)which); local
973 if (barWidth < 4) {
974 barWidth = 4;
985 view->StrokeLine(BPoint(where.x + size - barWidth + 1,
992 BRect rect(where.x + size - barWidth,where.y + yOffset,

Completed in 96 milliseconds