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()807 nHeight += m_nActiveHeight - m_nStdHeight; in GetTotalHeight()[all …]
131 long m_nStdHeight; member in dp_gui::ExtensionBox_Impl
Completed in 18 milliseconds