Home
last modified time | relevance | path

Searched refs:scaled_shift_y (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dscreen_flow_edit_dlg.cpp761 void screen_flow_diagram_win::ShiftTop(CRect scaled_rect, CRect client, INT scaled_shift_y, INT shi… in ShiftTop() argument
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()
772 scaled_top = scaled_rect.top + scaled_shift_y; in ShiftTop()
780 scaled_shift_y = shift_y * mScale / 100; in ShiftTop()
786 mDragStart.y += scaled_shift_y; in ShiftTop()
821 void screen_flow_diagram_win::ShiftBottom(CRect scaled_rect, CRect client, INT scaled_shift_y, INT … in ShiftBottom() argument
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()
832 scaled_bottom = scaled_rect.bottom + scaled_shift_y; in ShiftBottom()
[all …]
Dscreen_flow_edit_dlg.h87 void ShiftTop(CRect scaled_rect, CRect client, INT scaled_shift_y, INT shift_y);
89 void ShiftBottom(CRect scaled_rect, CRect client, INT scaled_shift_y, INT shift_y);