Lines Matching refs:cx
119 void screen_flow_button_frame::OnSize(UINT nType, int cx, int cy) in OnSize() argument
121 CWnd::OnSize(nType, cx, cy); in OnSize()
419 scaled_line_start.x - scrollpos.cx, in OnPaint()
421 scaled_line_end.x - scrollpos.cx, in OnPaint()
481 rectF.X = (REAL)(scaled_rect.left - scrollpos.cx); in OnPaint()
506 pt.x += scrollpos.cx; in OnLButtonDown()
527 dirty.left -= scrollpos.cx; in OnLButtonDown()
528 dirty.right -= scrollpos.cx; in OnLButtonDown()
571 pt.x += scrollpos.cx; 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()
735 if (scaled_rect.left - scrollpos.cx + scaled_shift_x < client.left) in ShiftLeft()
741 scaled_shift_x = client.left + scrollpos.cx - scaled_rect.left; in ShiftLeft()
795 if (scaled_rect.right - scrollpos.cx + scaled_shift_x> client.right) in ShiftRight()
801 scaled_shift_x = client.right + scrollpos.cx - scaled_rect.right; in ShiftRight()
860 pt.x += scrollpos.cx; in OnMouseMove()
1154 rect.MoveToXY(CPoint(rect.left - scrollpos.cx, rect.top - scrollpos.cy)); in SelectedVisible()
1164 scrollpos.cx += (rect.right - client.right); in SelectedVisible()
1165 m_scroll_helper->SetScrollPos(SB_HORZ, scrollpos.cx, FALSE); in SelectedVisible()
1170 scrollpos.cx += (rect.left - client.left); in SelectedVisible()
1171 m_scroll_helper->SetScrollPos(SB_HORZ, scrollpos.cx, 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()