Home
last modified time | relevance | path

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

/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp131 const float InfoView::M_V_MARGIN = 5.0; member in InfoView
195 titleHeight += M_V_MARGIN * 2.0 + B_LARGE_ICON / 2.0; in AttachedToWindow()
217 float step = fh.ascent + fh.descent + fh.leading + M_V_MARGIN; in AttachedToWindow()
257 M_V_MARGIN * 2.0 + fh.ascent); in Draw()
270 p.y = 2 * M_V_MARGIN; in Draw()
279 p.y += B_LARGE_ICON + 2 * M_V_MARGIN + fh.ascent + 2 * fh.leading; in Draw()
283 p.y += field->getHeight() + M_V_MARGIN; in Draw()
299 p.y += B_LARGE_ICON + M_V_MARGIN * 2.0 + fh.ascent + fh.leading * 2.0; in FrameResized()
306 float fieldHeight = field->getHeight() + M_V_MARGIN; in FrameResized()
319 updateRect.top = p.y < (m_oldFrame.bottom - M_V_MARGIN - 15.0) ? in FrameResized()
[all …]
H A DInfoView.h78 static const float M_V_MARGIN; variable