Searched refs:m_cancel_button_height (Results 1 – 2 of 2) sorted by relevance
123 m_cancel_button_height = GetScaledValue(CANCEL_BUTTON_HEIGHT, dpi, text_scaler); in SetControlSize()154 size.bottom = client.bottom - 4 - (m_save_button_height - m_cancel_button_height) / 2; in AddCancelButton()155 size.top = size.bottom - m_cancel_button_height; in AddCancelButton()320 size.bottom = client.bottom - 4 - (m_save_button_height - m_cancel_button_height) / 2; in OnSize()321 size.top = size.bottom - m_cancel_button_height; in OnSize()
69 int m_cancel_button_height; variable