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 class:InfoView
195 titleHeight += M_V_MARGIN * 2.0 + B_LARGE_ICON / 2.0;
217 float step = fh.ascent + fh.descent + fh.leading + M_V_MARGIN;
257 M_V_MARGIN * 2.0 + fh.ascent);
270 p.y = 2 * M_V_MARGIN;
279 p.y += B_LARGE_ICON + 2 * M_V_MARGIN + fh.ascent + 2 * fh.leading;
283 p.y += field->getHeight() + M_V_MARGIN;
299 p.y += B_LARGE_ICON + M_V_MARGIN * 2.0 + fh.ascent + fh.leading * 2.0;
306 float fieldHeight = field->getHeight() + M_V_MARGIN;
319 updateRect.top = p.y < (m_oldFrame.bottom - M_V_MARGIN
[all...]
H A DInfoView.h78 static const float M_V_MARGIN; member in class:InfoView

Completed in 82 milliseconds