Home
last modified time | relevance | path

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

/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dsave.c249 struct arrow_def *this_arrow; in save_set_all() local
553 for (this_arrow = first_arrow; this_arrow != NULL; in save_set_all()
554 this_arrow = this_arrow->next) { in save_set_all()
556 save_position(fp, &this_arrow->start, 3, FALSE); in save_set_all()
557 if (this_arrow->type == arrow_end_absolute) { in save_set_all()
559 save_position(fp, &this_arrow->end, 3, FALSE); in save_set_all()
562 save_position(fp, &this_arrow->end, 3, FALSE); in save_set_all()
564 struct position *e = &this_arrow->end; in save_set_all()
567 fprintf(fp, " angle %g", this_arrow->angle); in save_set_all()
580 this_arrow->arrow_properties.head_length, in save_set_all()
[all …]
H A Dshow.c1806 struct arrow_def *this_arrow; in show_arrow() local
1809 for (this_arrow = first_arrow; this_arrow != NULL; in show_arrow()
1810 this_arrow = this_arrow->next) { in show_arrow()
1811 if (tag == 0 || tag == this_arrow->tag) { in show_arrow()
1814 this_arrow->tag, in show_arrow()
1823 show_position(&this_arrow->start, 3); in show_arrow()
1826 show_position(&this_arrow->end, 3); in show_arrow()
1829 show_position(&this_arrow->end, 3); in show_arrow()
1832 show_position(&this_arrow->end, 1); in show_arrow()
1839this_arrow->arrow_properties.head_lengthunit == first_axes ? "" : msg[this_arrow->arrow_properties… in show_arrow()
[all …]
H A Dunset.c674 struct arrow_def *this_arrow; in unset_arrow() local
687 for (this_arrow = first_arrow, prev_arrow = NULL; in unset_arrow()
688 this_arrow != NULL; in unset_arrow()
689 prev_arrow = this_arrow, this_arrow = this_arrow->next) { in unset_arrow()
690 if (this_arrow->tag == tag) { in unset_arrow()
691 delete_arrow(prev_arrow, this_arrow); in unset_arrow()
H A Dset.c758 for (this_arrow = first_arrow; this_arrow != NULL; in set_arrow()
759 prev_arrow = this_arrow, this_arrow = this_arrow->next) in set_arrow()
761 if (tag <= this_arrow->tag) in set_arrow()
764 if (this_arrow == NULL || tag != this_arrow->tag) { in set_arrow()
771 new_arrow->next = this_arrow; in set_arrow()
772 this_arrow = new_arrow; in set_arrow()
776 this_arrow->angle = 0.0; in set_arrow()
851 struct arrow_def *this_arrow; in assign_arrow_tag() local
854 for (this_arrow = first_arrow; this_arrow != NULL; in assign_arrow_tag()
855 this_arrow = this_arrow->next) in assign_arrow_tag()
[all …]
H A Dgraph3d.c592 struct arrow_def *this_arrow; in place_arrows3d() local
601 for (this_arrow = first_arrow; this_arrow != NULL; in place_arrows3d()
602 this_arrow = this_arrow->next) { in place_arrows3d()
605 if (this_arrow->arrow_properties.layer != layer) in place_arrows3d()
607 if (get_arrow3d(this_arrow, &dsx, &dsy, &dex, &dey)) { in place_arrows3d()
608 term_apply_lp_properties(&(this_arrow->arrow_properties.lp_properties)); in place_arrows3d()
609 apply_head_properties(&(this_arrow->arrow_properties)); in place_arrows3d()
610 draw_clip_arrow(dsx, dsy, dex, dey, this_arrow->arrow_properties.head); in place_arrows3d()
H A Dgraphics.c298 struct arrow_def *this_arrow; in place_arrows() local
307 for (this_arrow = first_arrow; in place_arrows()
308 this_arrow != NULL; in place_arrows()
309 this_arrow = this_arrow->next) { in place_arrows()
312 if (this_arrow->arrow_properties.layer != layer) in place_arrows()
314 if (this_arrow->type == arrow_end_undefined) in place_arrows()
316 get_arrow(this_arrow, &dsx, &dsy, &dex, &dey); in place_arrows()
318 term_apply_lp_properties(&(this_arrow->arrow_properties.lp_properties)); in place_arrows()
319 apply_head_properties(&(this_arrow->arrow_properties)); in place_arrows()
320 draw_clip_arrow(dsx, dsy, dex, dey, this_arrow->arrow_properties.head); in place_arrows()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dsave.c249 struct arrow_def *this_arrow; in save_set_all() local
553 for (this_arrow = first_arrow; this_arrow != NULL; in save_set_all()
554 this_arrow = this_arrow->next) { in save_set_all()
556 save_position(fp, &this_arrow->start, 3, FALSE); in save_set_all()
557 if (this_arrow->type == arrow_end_absolute) { in save_set_all()
559 save_position(fp, &this_arrow->end, 3, FALSE); in save_set_all()
562 save_position(fp, &this_arrow->end, 3, FALSE); in save_set_all()
564 struct position *e = &this_arrow->end; in save_set_all()
567 fprintf(fp, " angle %g", this_arrow->angle); in save_set_all()
580 this_arrow->arrow_properties.head_length, in save_set_all()
[all …]
H A Dshow.c1806 struct arrow_def *this_arrow; in show_arrow() local
1809 for (this_arrow = first_arrow; this_arrow != NULL; in show_arrow()
1810 this_arrow = this_arrow->next) { in show_arrow()
1811 if (tag == 0 || tag == this_arrow->tag) { in show_arrow()
1814 this_arrow->tag, in show_arrow()
1823 show_position(&this_arrow->start, 3); in show_arrow()
1826 show_position(&this_arrow->end, 3); in show_arrow()
1829 show_position(&this_arrow->end, 3); in show_arrow()
1832 show_position(&this_arrow->end, 1); in show_arrow()
1839this_arrow->arrow_properties.head_lengthunit == first_axes ? "" : msg[this_arrow->arrow_properties… in show_arrow()
[all …]
H A Dunset.c674 struct arrow_def *this_arrow; in unset_arrow() local
687 for (this_arrow = first_arrow, prev_arrow = NULL; in unset_arrow()
688 this_arrow != NULL; in unset_arrow()
689 prev_arrow = this_arrow, this_arrow = this_arrow->next) { in unset_arrow()
690 if (this_arrow->tag == tag) { in unset_arrow()
691 delete_arrow(prev_arrow, this_arrow); in unset_arrow()
H A Dset.c758 for (this_arrow = first_arrow; this_arrow != NULL; in set_arrow()
759 prev_arrow = this_arrow, this_arrow = this_arrow->next) in set_arrow()
761 if (tag <= this_arrow->tag) in set_arrow()
764 if (this_arrow == NULL || tag != this_arrow->tag) { in set_arrow()
771 new_arrow->next = this_arrow; in set_arrow()
772 this_arrow = new_arrow; in set_arrow()
776 this_arrow->angle = 0.0; in set_arrow()
851 struct arrow_def *this_arrow; in assign_arrow_tag() local
854 for (this_arrow = first_arrow; this_arrow != NULL; in assign_arrow_tag()
855 this_arrow = this_arrow->next) in assign_arrow_tag()
[all …]
H A Dgraph3d.c592 struct arrow_def *this_arrow; in place_arrows3d() local
601 for (this_arrow = first_arrow; this_arrow != NULL; in place_arrows3d()
602 this_arrow = this_arrow->next) { in place_arrows3d()
605 if (this_arrow->arrow_properties.layer != layer) in place_arrows3d()
607 if (get_arrow3d(this_arrow, &dsx, &dsy, &dex, &dey)) { in place_arrows3d()
608 term_apply_lp_properties(&(this_arrow->arrow_properties.lp_properties)); in place_arrows3d()
609 apply_head_properties(&(this_arrow->arrow_properties)); in place_arrows3d()
610 draw_clip_arrow(dsx, dsy, dex, dey, this_arrow->arrow_properties.head); in place_arrows3d()
H A Dgraphics.c298 struct arrow_def *this_arrow; in place_arrows() local
307 for (this_arrow = first_arrow; in place_arrows()
308 this_arrow != NULL; in place_arrows()
309 this_arrow = this_arrow->next) { in place_arrows()
312 if (this_arrow->arrow_properties.layer != layer) in place_arrows()
314 if (this_arrow->type == arrow_end_undefined) in place_arrows()
316 get_arrow(this_arrow, &dsx, &dsy, &dex, &dey); in place_arrows()
318 term_apply_lp_properties(&(this_arrow->arrow_properties.lp_properties)); in place_arrows()
319 apply_head_properties(&(this_arrow->arrow_properties)); in place_arrows()
320 draw_clip_arrow(dsx, dsy, dex, dey, this_arrow->arrow_properties.head); in place_arrows()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dsave.c219 struct arrow_def *this_arrow; in save_set_all() local
518 for (this_arrow = first_arrow; this_arrow != NULL; in save_set_all()
519 this_arrow = this_arrow->next) { in save_set_all()
521 save_position(fp, &this_arrow->start, 3, FALSE); in save_set_all()
522 if (this_arrow->type == arrow_end_absolute) { in save_set_all()
524 save_position(fp, &this_arrow->end, 3, FALSE); in save_set_all()
527 save_position(fp, &this_arrow->end, 3, FALSE); in save_set_all()
529 struct position *e = &this_arrow->end; in save_set_all()
532 fprintf(fp, " angle %g", this_arrow->angle); in save_set_all()
545 this_arrow->arrow_properties.head_length, in save_set_all()
[all …]
H A Dshow.c1796 struct arrow_def *this_arrow; in show_arrow() local
1799 for (this_arrow = first_arrow; this_arrow != NULL; in show_arrow()
1800 this_arrow = this_arrow->next) { in show_arrow()
1801 if (tag == 0 || tag == this_arrow->tag) { in show_arrow()
1804 this_arrow->tag, in show_arrow()
1813 show_position(&this_arrow->start, 3); in show_arrow()
1816 show_position(&this_arrow->end, 3); in show_arrow()
1819 show_position(&this_arrow->end, 3); in show_arrow()
1822 show_position(&this_arrow->end, 1); in show_arrow()
1829this_arrow->arrow_properties.head_lengthunit == first_axes ? "" : msg[this_arrow->arrow_properties… in show_arrow()
[all …]
H A Dunset.c636 struct arrow_def *this_arrow; in unset_arrow() local
649 for (this_arrow = first_arrow, prev_arrow = NULL; in unset_arrow()
650 this_arrow != NULL; in unset_arrow()
651 prev_arrow = this_arrow, this_arrow = this_arrow->next) { in unset_arrow()
652 if (this_arrow->tag == tag) { in unset_arrow()
653 delete_arrow(prev_arrow, this_arrow); in unset_arrow()
H A Dset.c748 for (this_arrow = first_arrow; this_arrow != NULL; in set_arrow()
749 prev_arrow = this_arrow, this_arrow = this_arrow->next) in set_arrow()
751 if (tag <= this_arrow->tag) in set_arrow()
754 if (this_arrow == NULL || tag != this_arrow->tag) { in set_arrow()
761 new_arrow->next = this_arrow; in set_arrow()
762 this_arrow = new_arrow; in set_arrow()
766 this_arrow->angle = 0.0; in set_arrow()
841 struct arrow_def *this_arrow; in assign_arrow_tag() local
844 for (this_arrow = first_arrow; this_arrow != NULL; in assign_arrow_tag()
845 this_arrow = this_arrow->next) in assign_arrow_tag()
[all …]
H A Dgraph3d.c582 struct arrow_def *this_arrow; in place_arrows3d() local
591 for (this_arrow = first_arrow; this_arrow != NULL; in place_arrows3d()
592 this_arrow = this_arrow->next) { in place_arrows3d()
595 if (this_arrow->arrow_properties.layer != layer) in place_arrows3d()
597 if (get_arrow3d(this_arrow, &sx, &sy, &ex, &ey)) { in place_arrows3d()
598 term_apply_lp_properties(&(this_arrow->arrow_properties.lp_properties)); in place_arrows3d()
599 apply_head_properties(&(this_arrow->arrow_properties)); in place_arrows3d()
600 draw_clip_arrow(sx, sy, ex, ey, this_arrow->arrow_properties.head); in place_arrows3d()
H A Dgraphics.c293 struct arrow_def *this_arrow; in place_arrows() local
302 for (this_arrow = first_arrow; in place_arrows()
303 this_arrow != NULL; in place_arrows()
304 this_arrow = this_arrow->next) { in place_arrows()
307 if (this_arrow->arrow_properties.layer != layer) in place_arrows()
309 if (this_arrow->type == arrow_end_undefined) in place_arrows()
311 get_arrow(this_arrow, &sx, &sy, &ex, &ey); in place_arrows()
313 term_apply_lp_properties(&(this_arrow->arrow_properties.lp_properties)); in place_arrows()
314 apply_head_properties(&(this_arrow->arrow_properties)); in place_arrows()
315 draw_clip_arrow(sx, sy, ex, ey, this_arrow->arrow_properties.head); in place_arrows()