Home
last modified time | relevance | path

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

/dports/graphics/xfig/xfig-3.2.8a/src/
H A De_placelib.c206 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 Du_translate.c79 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 Du_translate.h2 extern int translate_compound (F_compound *compound, int dx, int dy);
H A Dw_cmdpanel.c664 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 De_align.c253 translate_compound(c, dx, dy); in align_compound()
804 translate_compound(c, delta_x, delta_y); in adjust_object_pos()
H A Df_read.c424 translate_compound(obj, xoff, yoff); in readfp_fig()
1714 translate_compound(c, dx, dy); in shift_figure()
H A Du_drag.c849 translate_compound(new_c, dx, dy); in place_compound_x()
H A Du_undo.c630 translate_compound(saved_objects.compounds, dx, dy); in undo_move()
H A Dw_library.c453 translate_compound(lib_compounds[obj]->compound, in load_lib_obj()
H A De_edit.c1503 translate_compound(new_c, dx, dy); in get_new_compound_values()