Searched refs:rtop (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp303 BPoint rtop = r.RightTop(); local
304 rtop.y++;
305 v->AddLine(rtop, r.RightBottom(), tint_color(M_MED_GRAY_COLOR, B_LIGHTEN_1_TINT));
310 rtop.y++;
311 rtop.x--;
312 v->AddLine(rtop, r.RightBottom(), M_GRAY_COLOR);

Completed in 31 milliseconds