Lines Matching refs:rect
142 CRect rect; in TestSetRowData() local
147 row->GetWindowRect(&rect); in TestSetRowData()
149 if (rect.top < list_client.top) in TestSetRowData()
151 mpValueListFrame->Scroll(rect.top - list_client.top); in TestSetRowData()
153 else if (rect.bottom > list_client.bottom) in TestSetRowData()
155 mpValueListFrame->Scroll(rect.bottom - list_client.bottom); in TestSetRowData()
281 CRect rect; in OnEraseBkgnd() local
282 pDC->GetClipBox(&rect); // Erase the area needed in OnEraseBkgnd()
284 pDC->PatBlt(rect.left, rect.top, rect.Width(), rect.Height(), in OnEraseBkgnd()
332 CRect rect; in PreTranslateKeyDown() local
334 next_focus_owner->GetWindowRect(&rect); in PreTranslateKeyDown()
336 if (rect.top < list_client.top) in PreTranslateKeyDown()
338 list->Scroll(rect.top - list_client.top); in PreTranslateKeyDown()
340 else if (rect.bottom > list_client.bottom) in PreTranslateKeyDown()
342 list->Scroll(rect.bottom - list_client.bottom); in PreTranslateKeyDown()
591 CRect rect; in OnSetFocus() local
599 child->GetWindowRect(&rect); in OnSetFocus()
601 if (rect.top < list_client.top) in OnSetFocus()