Home
last modified time | relevance | path

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

/haiku/src/apps/processcontroller/
H A DProcessController.cpp612 float memWidth; in DoDraw() local
617 memWidth = layout[gCPUcount].mem_width; in DoDraw()
619 memWidth = floorf((bounds.Height() + 1) / 8); in DoDraw()
621 barWidth = floorf((bounds.Width() - 1 - memWidth - barGap * gCPUcount) in DoDraw()
626 float leftMem = bounds.Width() - memWidth; in DoDraw()
644 StrokeRect(BRect(leftMem - 1, top - 1, leftMem + memWidth, bottom + 1)); in DoDraw()