Searched refs:fTopAddBottom (Results 1 – 1 of 1) sorted by relevance
209 float fTopAddBottom = rtUIMargin.top + rtUIMargin.height; in AddUIMargin() local219 if (m_rtUI.height < fTopAddBottom) { in AddUIMargin()221 m_rtUI.left -= fTopAddBottom - m_rtUI.height; in AddUIMargin()223 m_rtUI.top -= fTopAddBottom - m_rtUI.height; in AddUIMargin()224 m_rtUI.height += 2 * (fTopAddBottom - m_rtUI.height); in AddUIMargin()