Home
last modified time | relevance | path

Searched refs:plot_cont (Results 1 – 8 of 8) sorted by relevance

/dports/cad/pdnmesh/pdnmesh-0.2.2/pixmaps/
H A DMakefile.am5 plot_cont.xpm plot_fill.xpm plot_mesh.xpm plot_grad.xpm \
H A DMakefile.in144 plot_cont.xpm plot_fill.xpm plot_mesh.xpm plot_grad.xpm \
/dports/cad/pdnmesh/pdnmesh-0.2.2/win32/
H A Dmodel.cpp43 plot_cont=1; in Model()
H A DpdnmeshView.cpp312 plot_cont=(plot_cont?0:1); in OnDrawContour()
/dports/cad/pdnmesh/pdnmesh-0.2.2/src/
H A Dgraphics.c72 int plot_mesh, plot_cont, plot_fill, plot_grad, plot_legend; variable
283 if ( plot_cont ) { in global_render()
2121 plot_cont =(plot_cont?0:1); in menubar_plot_toggle_option()
2425 i=plot_cont; in toolbar_plot_toggle_option_contours()
2430 printf("toolbar: starting flag=%d\n",plot_cont); in toolbar_plot_toggle_option_contours()
2432 if ( plot_cont ==0 ) { in toolbar_plot_toggle_option_contours()
2445 plot_cont =(i?0:1); in toolbar_plot_toggle_option_contours()
2447 printf("toolbar: just set to flag=%d\n",plot_cont); in toolbar_plot_toggle_option_contours()
2453 printf("toolbar: ending flag=%d\n",plot_cont); in toolbar_plot_toggle_option_contours()
2723 if ( plot_cont ) { in create_window()
H A Dpdnmesh.c1403 plot_cont=0; in initialize_global_variables()
1443 plot_cont=1; in initialize_global_variables()
1498 if (!plot_cont && !plot_grad && !plot_fill) { in initialize_global_variables()
1499 plot_cont=1; in initialize_global_variables()
1547 if (plot_cont) { in main()
H A Dtypes.h612 extern int plot_mesh, plot_cont, plot_fill, plot_grad, plot_legend;
/dports/cad/pdnmesh/pdnmesh-0.2.2/
H A DChangeLog125 …* src/surfmesh.c, src/types.h, src/graphics.c, pixmaps/Makefile.am, pixmaps/plot_cont.xpm, pixmaps…