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

/haiku/src/apps/processcontroller/
H A DProcessController.cpp611 float barGap; local
616 barGap = layout[gCPUcount].cpu_inter;
620 barGap = ((bounds.Width() + 1) / gCPUcount) > 3 ? 1 : 0;
621 barWidth = floorf((bounds.Width() - 1 - memWidth - barGap * gCPUcount)
625 float right = left + gCPUcount * (barWidth + barGap) - barGap;
636 if (gCPUcount > 1 && barGap == 1) {
675 left += barWidth + barGap;

Completed in 25 milliseconds