Searched refs:fTopAddBottom (Results 1 – 1 of 1) sorted by relevance
193 FX_FLOAT fTopAddBottom = rtUIMargin.top + rtUIMargin.height; in AddUIMargin() local203 if (m_rtUI.height < fTopAddBottom) { in AddUIMargin()205 m_rtUI.left -= fTopAddBottom - m_rtUI.height; in AddUIMargin()207 m_rtUI.top -= fTopAddBottom - m_rtUI.height; in AddUIMargin()208 m_rtUI.height += 2 * (fTopAddBottom - m_rtUI.height); in AddUIMargin()