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