Searched refs:M_V_MARGIN (Results 1 – 2 of 2) sorted by relevance
131 const float InfoView::M_V_MARGIN = 5.0; member in InfoView195 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 …]
78 static const float M_V_MARGIN; variable