Home
last modified time | relevance | path

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

/GUIX-v6.4.1/common/src/
Dgx_animation_drag_tracking.c85 GX_VALUE shift_x = 0; in _gx_animation_drag_tracking() local
165 shift_x = (GX_VALUE)(start_pos - last_pos); in _gx_animation_drag_tracking()
188 … (GX_VALUE)(animation -> gx_animation_canvas -> gx_canvas_display_offset_x + shift_x + delta_x), in _gx_animation_drag_tracking()
197 …_gx_widget_scroll_shift(target_2, (GX_VALUE)(shift_x + delta_x), (GX_VALUE)(shift_y + delta_y), GX… 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.4.1/guix_studio/
Dscreen_flow_edit_dlg.cpp731 …creen_flow_diagram_win::ShiftLeft(CRect scaled_rect, CRect client, INT scaled_shift_x, INT shift_x) in ShiftLeft() argument
744 shift_x = left - mpDragItem->rect.left; in ShiftLeft()
746 else if (mpDragItem->rect.left + shift_x >= mpDragItem->rect.right - MIN_SCREEN_BOX_SIZE) in ShiftLeft()
749 shift_x = mpDragItem->rect.right - MIN_SCREEN_BOX_SIZE - mpDragItem->rect.left; in ShiftLeft()
750 scaled_shift_x = shift_x * mScale / 100; in ShiftLeft()
753 if (shift_x) in ShiftLeft()
755 mpDragItem->rect.left += shift_x; in ShiftLeft()
791 …reen_flow_diagram_win::ShiftRight(CRect scaled_rect, CRect client, INT scaled_shift_x, INT shift_x) in ShiftRight() argument
804 shift_x = right - mpDragItem->rect.right; in ShiftRight()
806 else if (mpDragItem->rect.right + shift_x <= mpDragItem->rect.left + MIN_SCREEN_BOX_SIZE) in ShiftRight()
[all …]
Dscreen_flow_edit_dlg.h86 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);