Home
last modified time | relevance | path

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

/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dplot2d.c1833 struct lp_style_type lptmp; in store_label() local
1835 lp_use_properties(&lptmp, (int)colorval); in store_label()
1837 load_linetype(&lptmp, (int)colorval); in store_label()
1838 tl->textcolor = lptmp.pm3d_color; in store_label()
1851 struct lp_style_type lptmp; in store_label() local
1853 lp_use_properties(&lptmp, (int)colorval); in store_label()
1855 load_linetype(&lptmp, (int)colorval); in store_label()
1856 tl->lp_properties.pm3d_color = lptmp.pm3d_color; in store_label()
H A Dgraph3d.c3354 lp_style_type lptmp = plot->lp_properties; in key_sample_line_pm3d() local
3356 lp_use_properties(&lptmp, (int)(plot->iso_crvs->points[0].CRD_COLOR)); in key_sample_line_pm3d()
3357 apply_pm3dcolor(&lptmp.pm3d_color); in key_sample_line_pm3d()
3413 lp_style_type lptmp = plot->lp_properties; in key_sample_point_pm3d() local
3415 lp_use_properties(&lptmp, (int)(plot->iso_crvs->points[0].CRD_COLOR)); in key_sample_point_pm3d()
3416 apply_pm3dcolor(&lptmp.pm3d_color); in key_sample_point_pm3d()
H A Dset.c4559 lp_style_type lptmp = this_object->lp_properties; in set_obj() local
4560 lp_parse(&lptmp, LP_NOFILL, FALSE); in set_obj()
4562 this_object->lp_properties.l_width = lptmp.l_width; in set_obj()
4563 this_object->lp_properties.d_type = lptmp.d_type; in set_obj()
4564 this_object->lp_properties.custom_dash_pattern = lptmp.custom_dash_pattern; in set_obj()
H A Dgraphics.c4090 lp_style_type lptmp; in check_for_variable_color() local
4094 lp_use_properties(&lptmp, (int)(*colorvalue)); in check_for_variable_color()
4096 load_linetype(&lptmp, (int)(*colorvalue)); in check_for_variable_color()
4097 apply_pm3dcolor(&(lptmp.pm3d_color)); in check_for_variable_color()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dset.c4587 lp_style_type lptmp = this_object->lp_properties; in set_obj() local
4588 lp_parse(&lptmp, LP_NOFILL, FALSE); in set_obj()
4590 this_object->lp_properties.l_width = lptmp.l_width; in set_obj()
4591 this_object->lp_properties.d_type = lptmp.d_type; in set_obj()
4592 this_object->lp_properties.custom_dash_pattern = lptmp.custom_dash_pattern; in set_obj()
4640 lp_style_type lptmp; in set_wall() local
4655 lptmp = this_object->lp_properties; in set_wall()
4656 lp_parse(&lptmp, LP_NOFILL, FALSE); in set_wall()
4658 this_object->lp_properties.l_width = lptmp.l_width; in set_wall()
4659 this_object->lp_properties.d_type = lptmp.d_type; in set_wall()
[all …]
H A Dplot2d.c1842 struct lp_style_type lptmp; in store_label() local
1844 lp_use_properties(&lptmp, (int)colorval); in store_label()
1846 load_linetype(&lptmp, (int)colorval); in store_label()
1847 tl->textcolor = lptmp.pm3d_color; in store_label()
1860 struct lp_style_type lptmp; in store_label() local
1862 lp_use_properties(&lptmp, (int)colorval); in store_label()
1864 load_linetype(&lptmp, (int)colorval); in store_label()
1865 tl->lp_properties.pm3d_color = lptmp.pm3d_color; in store_label()
H A Dgraph3d.c3583 lp_style_type lptmp = plot->lp_properties; in key_sample_line_pm3d() local
3585 lp_use_properties(&lptmp, (int)(plot->iso_crvs->points[0].CRD_COLOR)); in key_sample_line_pm3d()
3586 apply_pm3dcolor(&lptmp.pm3d_color); in key_sample_line_pm3d()
3642 lp_style_type lptmp = plot->lp_properties; in key_sample_point_pm3d() local
3644 lp_use_properties(&lptmp, (int)(plot->iso_crvs->points[0].CRD_COLOR)); in key_sample_point_pm3d()
3645 apply_pm3dcolor(&lptmp.pm3d_color); in key_sample_point_pm3d()
H A Dplot3d.c1214 struct lp_style_type lptmp; in get_3ddata() local
1216 load_linetype(&lptmp, (int)v[--j]); in get_3ddata()
1217 color = lptmp.pm3d_color.lt; in get_3ddata()
H A Dgraphics.c3189 lp_style_type lptmp; in plot_spiderplot() local
3190 load_linetype(&lptmp, i+1); in plot_spiderplot()
3191 apply_pm3dcolor(&(lptmp.pm3d_color)); in plot_spiderplot()
4545 lp_style_type lptmp; in check_for_variable_color() local
4549 lp_use_properties(&lptmp, (int)(*colorvalue)); in check_for_variable_color()
4551 load_linetype(&lptmp, (int)(*colorvalue)); in check_for_variable_color()
4552 apply_pm3dcolor(&(lptmp.pm3d_color)); in check_for_variable_color()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dset.c4587 lp_style_type lptmp = this_object->lp_properties; in set_obj() local
4588 lp_parse(&lptmp, LP_NOFILL, FALSE); in set_obj()
4590 this_object->lp_properties.l_width = lptmp.l_width; in set_obj()
4591 this_object->lp_properties.d_type = lptmp.d_type; in set_obj()
4592 this_object->lp_properties.custom_dash_pattern = lptmp.custom_dash_pattern; in set_obj()
4640 lp_style_type lptmp; in set_wall() local
4655 lptmp = this_object->lp_properties; in set_wall()
4656 lp_parse(&lptmp, LP_NOFILL, FALSE); in set_wall()
4658 this_object->lp_properties.l_width = lptmp.l_width; in set_wall()
4659 this_object->lp_properties.d_type = lptmp.d_type; in set_wall()
[all …]
H A Dplot2d.c1842 struct lp_style_type lptmp; in store_label() local
1844 lp_use_properties(&lptmp, (int)colorval); in store_label()
1846 load_linetype(&lptmp, (int)colorval); in store_label()
1847 tl->textcolor = lptmp.pm3d_color; in store_label()
1860 struct lp_style_type lptmp; in store_label() local
1862 lp_use_properties(&lptmp, (int)colorval); in store_label()
1864 load_linetype(&lptmp, (int)colorval); in store_label()
1865 tl->lp_properties.pm3d_color = lptmp.pm3d_color; in store_label()
H A Dgraph3d.c3583 lp_style_type lptmp = plot->lp_properties; in key_sample_line_pm3d() local
3585 lp_use_properties(&lptmp, (int)(plot->iso_crvs->points[0].CRD_COLOR)); in key_sample_line_pm3d()
3586 apply_pm3dcolor(&lptmp.pm3d_color); in key_sample_line_pm3d()
3642 lp_style_type lptmp = plot->lp_properties; in key_sample_point_pm3d() local
3644 lp_use_properties(&lptmp, (int)(plot->iso_crvs->points[0].CRD_COLOR)); in key_sample_point_pm3d()
3645 apply_pm3dcolor(&lptmp.pm3d_color); in key_sample_point_pm3d()
H A Dplot3d.c1214 struct lp_style_type lptmp; in get_3ddata() local
1216 load_linetype(&lptmp, (int)v[--j]); in get_3ddata()
1217 color = lptmp.pm3d_color.lt; in get_3ddata()
H A Dgraphics.c3189 lp_style_type lptmp; in plot_spiderplot() local
3190 load_linetype(&lptmp, i+1); in plot_spiderplot()
3191 apply_pm3dcolor(&(lptmp.pm3d_color)); in plot_spiderplot()
4545 lp_style_type lptmp; in check_for_variable_color() local
4549 lp_use_properties(&lptmp, (int)(*colorvalue)); in check_for_variable_color()
4551 load_linetype(&lptmp, (int)(*colorvalue)); in check_for_variable_color()
4552 apply_pm3dcolor(&(lptmp.pm3d_color)); in check_for_variable_color()