Searched refs:leftMem (Results 1 – 1 of 1) sorted by relevance
/haiku/src/apps/processcontroller/ |
H A D | ProcessController.cpp | 626 float leftMem = bounds.Width() - memWidth; in DoDraw() local 630 FillRect(BRect(right + 1, top - 1, leftMem, bottom + 1)); in DoDraw() 644 StrokeRect(BRect(leftMem - 1, top - 1, leftMem + memWidth, bottom + 1)); in DoDraw() 697 FillRect(BRect(leftMem, free_top, rightMem, limit - 1)); in DoDraw() 703 StrokeLine(BPoint(leftMem, bottom - barHeight), BPoint(rightMem, in DoDraw() 711 FillRect(BRect(leftMem, limit + 1, rightMem, usedBottom)); in DoDraw()
|