Home
last modified time | relevance | path

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

/haiku/src/apps/processcontroller/
H A DProcessController.cpp706 float usedBottom = bottom; in DoDraw() local
709 if (limit < usedBottom) { in DoDraw()
711 FillRect(BRect(leftMem, limit + 1, rightMem, usedBottom)); in DoDraw()