Home
last modified time | relevance | path

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

/haiku/src/apps/activitymonitor/
H A DActivityView.cpp1490 BRect colorBox = _LegendColorFrameAt(legendFrame, i); in Draw() local
1491 BRect rect = colorBox; in Draw()
1506 float possibleLabelWidth = frame.right - colorBox.right - 12 - width; in Draw()
1512 DrawString(label.String(), BPoint(6 + colorBox.right, y)); in Draw()
1516 Parent()->ViewColor(), 0, BPoint(6 + colorBox.right, y)); in Draw()