Lines Matching refs:bottom
69 size.bottom = size.top + m_height; in OnCreate()
83 size.bottom = size.top + m_title_bar_height; in OnCreate()
134 size.bottom = client.bottom - 4; in AddSaveButton()
135 size.top = size.bottom - m_save_button_height; in AddSaveButton()
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()
235 title_rect.bottom = title_rect.top + m_title_bar_height; in PaintTitleAndStatusBar()
271 …dc->StretchBlt(xpos, size.bottom - m_status_bar_height, bm.bmWidth, m_status_bar_height, &dcMemory… in PaintTitleAndStatusBar()
285 rect.bottom = rect.top + m_title_bar_height; in OnNcHitTest()
305 size.bottom = client.bottom - 4; in OnSize()
306 size.top = size.bottom - m_save_button_height; in OnSize()
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()
337 size.bottom = size.top + m_close_button_height; in OnSize()
594 rect.bottom = rect.bottom * param->new_text_scaler / param->text_scaler; in EnumChildProc()
641 rect.bottom = rect.top + height; in ChangeDialogFontSize()