Home
last modified time | relevance | path

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

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/gfig/
H A Dgfig-dobject.c49 static GdkPoint *move_all_pnt; /* Point moving all from */ variable
356 move_all_pnt = g_new (GdkPoint, 1); in object_operation_start()
357 *move_all_pnt = *pnt; /* Structure copy */ in object_operation_start()
452 if (move_all_pnt) in object_operation_end()
454 g_free (move_all_pnt); in object_operation_end()
455 move_all_pnt = NULL; in object_operation_end()
472 if (move_all_pnt && shift_down && selvals.otype == MOVE_OBJ) in object_operation()
588 gint xdiff = move_all_pnt->x - to_pnt->x; in do_move_all_obj()
589 gint ydiff = move_all_pnt->y - to_pnt->y; in do_move_all_obj()
602 *move_all_pnt = *to_pnt; in do_move_all_obj()