Searched refs:m_nStdHeight (Results 1 – 2 of 2) sorted by relevance
223 m_nStdHeight = nTitleHeight; in ExtensionBox_Impl()225 m_nStdHeight = nIconHeight; in ExtensionBox_Impl()226 m_nStdHeight += GetTextHeight() + TOP_OFFSET; in ExtensionBox_Impl()229 if ( m_nStdHeight < nIconHeight ) in ExtensionBox_Impl()230 m_nStdHeight = nIconHeight; in ExtensionBox_Impl()232 m_nActiveHeight = m_nStdHeight; in ExtensionBox_Impl()405 if ( aTextHeight < m_nStdHeight ) in CalcActiveHeight()406 aTextHeight = m_nStdHeight; in CalcActiveHeight()433 aSize.Height() = m_nStdHeight; in GetEntryRect()435 Point aPos( 0, -m_nTopIndex + nPos * m_nStdHeight ); in GetEntryRect()[all …]
131 long m_nStdHeight; member in dp_gui::ExtensionBox_Impl