Home
last modified time | relevance | path

Searched refs:shift_y (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_animation_drag_tracking.c86 GX_VALUE shift_y = 0; in _gx_animation_drag_tracking() local
160 shift_y = (GX_VALUE)(start_pos - last_pos); in _gx_animation_drag_tracking()
189 … (GX_VALUE)(animation -> gx_animation_canvas -> gx_canvas_display_offset_y + shift_y + delta_y)); in _gx_animation_drag_tracking()
197 …_widget_scroll_shift(target_2, (GX_VALUE)(shift_x + delta_x), (GX_VALUE)(shift_y + delta_y), GX_TR… in _gx_animation_drag_tracking()
200 …_gx_widget_scroll_shift(target_1, (GX_VALUE)(shift_x + delta_x), (GX_VALUE)(shift_y + delta_y), GX… in _gx_animation_drag_tracking()
205 …gx_widget_block_move(parent, &block, (GX_VALUE)(shift_x + delta_x), (GX_VALUE)(shift_y + delta_y)); in _gx_animation_drag_tracking()
211 … _gx_widget_shift(target_2, (GX_VALUE)(shift_x + delta_x), (GX_VALUE)(shift_y + delta_y), GX_TRUE); in _gx_animation_drag_tracking()
214 … _gx_widget_shift(target_1, (GX_VALUE)(shift_x + delta_x), (GX_VALUE)(shift_y + delta_y), GX_TRUE); in _gx_animation_drag_tracking()
/GUIX-v6.2.1/guix_studio/
Dscreen_flow_edit_dlg.cpp761 …screen_flow_diagram_win::ShiftTop(CRect scaled_rect, CRect client, INT scaled_shift_y, INT shift_y) in ShiftTop() argument
774 shift_y = top - mpDragItem->rect.top; in ShiftTop()
776 else if (mpDragItem->rect.top + shift_y >= mpDragItem->rect.bottom - MIN_SCREEN_BOX_SIZE) in ShiftTop()
779 shift_y = mpDragItem->rect.bottom - MIN_SCREEN_BOX_SIZE - mpDragItem->rect.top; in ShiftTop()
780 scaled_shift_y = shift_y * mScale / 100; in ShiftTop()
783 if (shift_y) in ShiftTop()
785 mpDragItem->rect.top += shift_y; in ShiftTop()
821 …een_flow_diagram_win::ShiftBottom(CRect scaled_rect, CRect client, INT scaled_shift_y, INT shift_y) in ShiftBottom() argument
834 shift_y = bottom - mpDragItem->rect.bottom; in ShiftBottom()
837 if (mpDragItem->rect.bottom + shift_y <= mpDragItem->rect.top + MIN_SCREEN_BOX_SIZE) 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);