Home
last modified time | relevance | path

Searched refs:plot_has_palette (Results 1 – 3 of 3) sorted by relevance

/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dpm3d.c65 static TBOOLEAN plot_has_palette; variable
1258 plot_has_palette = TRUE; in set_plot_with_palette()
1331 plot_has_palette = FALSE; /* otherwise it stays TRUE */ in set_plot_with_palette()
1337 return plot_has_palette; in is_plot_with_palette()
1343 return plot_has_palette && (color_box.where != SMCOLOR_BOX_NO); in is_plot_with_colorbox()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dpm3d.c78 static TBOOLEAN plot_has_palette; variable
1303 plot_has_palette = TRUE; in set_plot_with_palette()
1374 plot_has_palette = FALSE; /* otherwise it stays TRUE */ in set_plot_with_palette()
1380 return plot_has_palette; in is_plot_with_palette()
1386 return plot_has_palette && (color_box.where != SMCOLOR_BOX_NO); in is_plot_with_colorbox()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dpm3d.c78 static TBOOLEAN plot_has_palette; variable
1303 plot_has_palette = TRUE; in set_plot_with_palette()
1374 plot_has_palette = FALSE; /* otherwise it stays TRUE */ in set_plot_with_palette()
1380 return plot_has_palette; in is_plot_with_palette()
1386 return plot_has_palette && (color_box.where != SMCOLOR_BOX_NO); in is_plot_with_colorbox()