Searched refs:m_fBoxHeight (Results 1 – 2 of 2) sorted by relevance
45 m_fBoxHeight = fHeight; in SetBoxSize()124 float fTextLeft = m_rtClient.left + m_fBoxHeight; in Layout()125 m_rtBox = CFX_RectF(m_rtClient.TopLeft(), m_fBoxHeight, m_fBoxHeight); in Layout()
70 float m_fBoxHeight = 16.0f; variable