Lines Matching refs:cy
119 void screen_flow_button_frame::OnSize(UINT nType, int cx, int cy) in OnSize() argument
121 CWnd::OnSize(nType, cx, cy); in OnSize()
420 scaled_line_start.y - scrollpos.cy, in OnPaint()
422 scaled_line_end.y - scrollpos.cy); in OnPaint()
482 rectF.Y = (REAL)(scaled_rect.top - scrollpos.cy); in OnPaint()
507 pt.y += scrollpos.cy; in OnLButtonDown()
529 dirty.top -= scrollpos.cy; in OnLButtonDown()
530 dirty.bottom -= scrollpos.cy; in OnLButtonDown()
572 pt.y += scrollpos.cy; in OnRButtonUp()
602 scaled_rect.OffsetRect(-scrollpos.cx, -scrollpos.cy); in OnSetFocus()
619 scaled_rect.OffsetRect(-scrollpos.cx, -scrollpos.cy); in OnKillFocus()
626 void screen_flow_diagram_win::OnSize(UINT nType, int cx, int cy) in OnSize() argument
628 CWnd::OnSize(nType, cx, cy); in OnSize()
631 m_scroll_helper->OnSize(nType, cx, cy); in OnSize()
653 scaled_rect.OffsetRect(-scrollpos.cx, -scrollpos.cy); in FindFirstVisibleItem()
707 scaled_rect.OffsetRect(-scrollpos.cx, -scrollpos.cy); in SelectFlowItem()
765 if (scaled_rect.top - scrollpos.cy + scaled_shift_y < client.top) in ShiftTop()
771 scaled_shift_y = client.top + scrollpos.cy - scaled_rect.top; in ShiftTop()
825 if (scaled_rect.bottom - scrollpos.cy + scaled_shift_y> client.bottom) in ShiftBottom()
831 scaled_shift_y = client.bottom + scrollpos.cy - scaled_rect.bottom; in ShiftBottom()
861 pt.y += scrollpos.cy; in OnMouseMove()
1154 rect.MoveToXY(CPoint(rect.left - scrollpos.cx, rect.top - scrollpos.cy)); in SelectedVisible()
1178 scrollpos.cy += (rect.bottom - client.bottom); in SelectedVisible()
1179 m_scroll_helper->SetScrollPos(SB_VERT, scrollpos.cy, FALSE); in SelectedVisible()
1184 scrollpos.cy += (rect.top - client.top); in SelectedVisible()
1185 m_scroll_helper->SetScrollPos(SB_VERT, scrollpos.cy, FALSE); in SelectedVisible()
1874 void screen_flow_edit_dlg::OnSize(UINT nType, int cx, int cy) in OnSize() argument
1876 express_dialog::OnSize(nType, cx, cy); in OnSize()