Lines Matching refs:top
69 size.bottom = size.top + m_height; in OnCreate()
80 size.top += offset; in OnCreate()
83 size.bottom = size.top + m_title_bar_height; in OnCreate()
135 size.top = size.bottom - m_save_button_height; in AddSaveButton()
155 size.top = size.bottom - m_cancel_button_height; in AddCancelButton()
192 ypos = controlbox.top; in PaintRequiredAsterisk()
224 …dc->StretchBlt(xpos, size.top, bm.bmWidth, m_title_bar_height, &dcMemory, 0, 0, bm.bmWidth, bm.bmH… in PaintTitleAndStatusBar()
235 title_rect.bottom = title_rect.top + m_title_bar_height; in PaintTitleAndStatusBar()
248 …dc->StretchBlt(title_rect.left, title_rect.top + vspace, icon_width, icon_width, &dcMemory, 0, 0, … in PaintTitleAndStatusBar()
285 rect.bottom = rect.top + m_title_bar_height; in OnNcHitTest()
306 size.top = size.bottom - m_save_button_height; in OnSize()
321 size.top = size.bottom - m_cancel_button_height; in OnSize()
334 size.top += 4; in OnSize()
337 size.bottom = size.top + m_close_button_height; in OnSize()
460 pDC->StretchBlt(rect.left, rect.top, rect.Width(), rect.Height(), in DrawBitmap()
509 size.top += 2; in DrawItem()
593 rect.top = rect.top * param->new_text_scaler / param->text_scaler; in EnumChildProc()
641 rect.bottom = rect.top + height; in ChangeDialogFontSize()