Home
last modified time | relevance | path

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

/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp569 BRect lineRect = LineRect(i); in Draw() local
577 FillRect(lineRect, B_SOLID_LOW); in Draw()
589 float y = lineRect.bottom - fFontInfo.fontHeight.descent + 1; in Draw()
938 BRect lineRect = LineRect(i); in Draw() local
939 FillRect(lineRect, B_SOLID_LOW); in Draw()
946 BRect schedulingLineRect = lineRect; in Draw()
947 schedulingLineRect.bottom -= lineRect.IntegerHeight() / 2; in Draw()
948 BRect ioLineRect = lineRect; in Draw()