Home
last modified time | relevance | path

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

/haiku/src/kits/interface/
H A DSeparatorItem.cpp107 const float startTop = bounds.top + (floor(bounds.Height())) / 2; in Draw() local
109 menu->StrokeLine(BPoint(bounds.left + 1.0f, startTop), in Draw()
110 BPoint(bounds.right - 1.0f, startTop)); in Draw()
112 menu->StrokeLine(BPoint(bounds.left + 1.0f, startTop + 1.0f), in Draw()
113 BPoint(bounds.right - 1.0f, startTop + 1.0f)); in Draw()