Lines Matching refs:m_row_height
473 m_row_height = m_item_height + PROPERTY_ITEM_SPACE; in SetControlSize()
884 m_top_pos += m_row_height; in AddComboBox()
934 m_top_pos += m_row_height; in AddStringSelect()
998 m_top_pos += m_row_height; in AddComboBox()
1035 m_top_pos += m_row_height; in AddRadioButton()
1063 m_top_pos += m_row_height; in AddCheckBox()
1082 m_top_pos += m_row_height + 4; in AddPushButton()
1122 m_top_pos += m_row_height; in AddEditControl()
1160 m_top_pos += m_row_height; in AddRichEditControl()
1190 m_top_pos += m_row_height; in AddPromptControl()
1203 size.bottom = size.top + ((rows + 1) * m_row_height); in CreateGroup()
1206 m_group_pos = m_row_height; in CreateGroup()
1207 m_top_pos += ((rows + 2) * m_row_height); in CreateGroup()
2076 int display_size = m_top_pos + m_row_height; in OnWidgetSelect()