Searched refs:translate_compound (Results 1 – 10 of 10) sorted by relevance
/dports/graphics/xfig/xfig-3.2.8a/src/ |
H A D | e_placelib.c | 206 translate_compound(new_c,-new_c->nwcorner.x,-new_c->nwcorner.y); in change_draw_mode() 208 translate_compound(new_c,cur_x,cur_y); in change_draw_mode() 229 translate_compound(new_c,dx,dy); in place_lib_object_orig() 253 translate_compound(new_c,cur_x,cur_y); in place_lib_object() 291 translate_compound(new_c,dx,dy); in move_object() 305 translate_compound(new_c,x,y); in init_move_object()
|
H A D | u_translate.c | 79 void translate_compound(F_compound *compound, int dx, int dy) in translate_compound() function 107 translate_compound(c, dx, dy); in translate_compounds()
|
H A D | u_translate.h | 2 extern int translate_compound (F_compound *compound, int dx, int dy);
|
H A D | w_cmdpanel.c | 664 translate_compound(cur_c, -cur_c->nwcorner.x, -cur_c->nwcorner.y); in paste() 751 translate_compound(new_c,dx,dy); in move_paste_object() 764 translate_compound(new_c,x,y); in init_move_paste_object() 796 translate_compound(new_c,dx,dy); in place_object_orig_posn()
|
H A D | e_align.c | 253 translate_compound(c, dx, dy); in align_compound() 804 translate_compound(c, delta_x, delta_y); in adjust_object_pos()
|
H A D | f_read.c | 424 translate_compound(obj, xoff, yoff); in readfp_fig() 1714 translate_compound(c, dx, dy); in shift_figure()
|
H A D | u_drag.c | 849 translate_compound(new_c, dx, dy); in place_compound_x()
|
H A D | u_undo.c | 630 translate_compound(saved_objects.compounds, dx, dy); in undo_move()
|
H A D | w_library.c | 453 translate_compound(lib_compounds[obj]->compound, in load_lib_obj()
|
H A D | e_edit.c | 1503 translate_compound(new_c, dx, dy); in get_new_compound_values()
|