Home
last modified time | relevance | path

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

/dports/graphics/xfig/xfig-3.2.8a/src/
H A De_convert.c103 } else if (cur_l->type == T_ARCBOX || cur_l->type == T_BOX) { in init_convert_line_spline()
127 new_l->type = T_ARCBOX; in box_2_box()
131 case T_ARCBOX: in box_2_box()
H A Dd_arcbox.c108 box->type = T_ARCBOX; in create_arc_boxobject()
H A Du_markers.c91 return ((((l->type == T_BOX) || (l->type == T_ARCBOX)) && (cur_objmask & M_POLYLINE_BOX)) || in validline_in_mask()
183 (l->type == T_ARCBOX)) && (mask & M_POLYLINE_BOX)) || in toggle_markers_in_compound()
238 ((((l->type == T_BOX || l->type == T_ARCBOX || in update_markers()
H A De_measure.c335 else if (cur_l->type == T_ARCBOX) { in init_lenmeas_object()
444 else if (cur_l->type == T_ARCBOX) { in init_areameas_object()
H A De_scale.c1041 if (l->type == T_ARCBOX) { in scale_line()
1169 cur_l->type != T_ARCBOX && in init_boxscale_line()
1292 } else if (new_l->type == T_ARCBOX) { /* scale the radius also */ in fix_boxscale_line()
1347 if (cur_l->type == T_BOX || cur_l->type == T_ARCBOX || cur_l->type == T_PICTURE) { in init_scale_line()
1387 if (cur_l->type == T_ARCBOX) { in fix_scale_line()
H A De_joinsplit.c470 if (cur_l->type != T_POLYGON && cur_l->type != T_BOX && cur_l->type != T_ARCBOX) { in split_line()
485 if (cur_l->type == T_POLYGON || cur_l->type == T_BOX || cur_l->type == T_ARCBOX) { in split_line()
H A Dobject.h265 #define T_ARCBOX 4 macro
H A Df_read.c919 radius_flag = ((proto >= 21) || (l->type == T_ARCBOX && proto == 20)); in read_lineobject()
934 if (l->type == T_ARCBOX) { in read_lineobject()
1079 if ((cnpts < 5 && (l->type == T_BOX || l->type == T_ARCBOX || l->type == T_PICTURE)) || in read_lineobject()
1086 l->type==T_BOX? "box" : l->type==T_ARCBOX? "arcbox" : "picture", in read_lineobject()
H A De_rotate.c490 if (l->type == T_ARCBOX || l->type == T_BOX) in valid_rot_angle()
H A Df_save.c411 case T_ARCBOX: in write_line()
H A De_movept.c654 case T_ARCBOX: in init_linepointmoving()
H A Du_drag.c327 if (l->type == T_BOX || l->type == T_ARCBOX || l->type == T_PICTURE) { in init_linedragging()
H A Du_undo.c271 saved_objects.lines->type == T_ARCBOX) in undo_convert()
H A De_update.c224 if (cur_l->type == T_ARCBOX) in init_update_settings()
H A Du_elastic.c413 if (cur_l->type == T_BOX || cur_l->type == T_ARCBOX || cur_l->type == T_PICTURE) in scaling_line()
H A Du_draw.c625 if (line->type == T_ARCBOX) { in draw_line()
H A De_edit.c1647 case T_ARCBOX: in make_window_line()
2034 case T_ARCBOX: in get_new_line_values()