Searched refs:scaled_shift_x (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | screen_flow_edit_dlg.cpp | 731 void screen_flow_diagram_win::ShiftLeft(CRect scaled_rect, CRect client, INT scaled_shift_x, INT sh… in ShiftLeft() argument 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() 742 scaled_left = scaled_rect.left + scaled_shift_x; in ShiftLeft() 750 scaled_shift_x = shift_x * mScale / 100; in ShiftLeft() 756 mDragStart.x += scaled_shift_x; in ShiftLeft() 791 void screen_flow_diagram_win::ShiftRight(CRect scaled_rect, CRect client, INT scaled_shift_x, INT s… in ShiftRight() argument 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() 802 scaled_right = scaled_rect.right + scaled_shift_x; in ShiftRight() [all …]
|
| D | screen_flow_edit_dlg.h | 86 void ShiftLeft(CRect scaled_rect, CRect client, INT scaled_shift_x, INT shift_x); 88 void ShiftRight(CRect scaled_rect, CRect client, INT scaled_shift_x, INT shift_x);
|