Home
last modified time | relevance | path

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

/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dpm3d.c1305 #define TC_USES_PALETTE(tctype) (tctype==TC_Z) || (tctype==TC_CB) || (tctype==TC_FRAC) in set_plot_with_palette() macro
1309 if (TC_USES_PALETTE(this_label->textcolor.type)) in set_plot_with_palette()
1313 if (TC_USES_PALETTE(title.textcolor.type)) return; in set_plot_with_palette()
1314 if (TC_USES_PALETTE(axis_array[FIRST_X_AXIS].label.textcolor.type)) return; in set_plot_with_palette()
1315 if (TC_USES_PALETTE(axis_array[FIRST_Y_AXIS].label.textcolor.type)) return; in set_plot_with_palette()
1316 if (TC_USES_PALETTE(axis_array[SECOND_X_AXIS].label.textcolor.type)) return; in set_plot_with_palette()
1317 if (TC_USES_PALETTE(axis_array[SECOND_Y_AXIS].label.textcolor.type)) return; in set_plot_with_palette()
1319 if (TC_USES_PALETTE(axis_array[FIRST_Z_AXIS].label.textcolor.type)) return; in set_plot_with_palette()
1320 if (TC_USES_PALETTE(axis_array[COLOR_AXIS].label.textcolor.type)) return; in set_plot_with_palette()
1323 if (TC_USES_PALETTE(this_object->lp_properties.pm3d_color.type)) in set_plot_with_palette()
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dpm3d.c1350 #define TC_USES_PALETTE(tctype) (tctype==TC_Z) || (tctype==TC_CB) || (tctype==TC_FRAC) in set_plot_with_palette() macro
1354 if (TC_USES_PALETTE(this_label->textcolor.type)) in set_plot_with_palette()
1358 if (TC_USES_PALETTE(title.textcolor.type)) return; in set_plot_with_palette()
1359 if (TC_USES_PALETTE(axis_array[FIRST_X_AXIS].label.textcolor.type)) return; in set_plot_with_palette()
1360 if (TC_USES_PALETTE(axis_array[FIRST_Y_AXIS].label.textcolor.type)) return; in set_plot_with_palette()
1361 if (TC_USES_PALETTE(axis_array[SECOND_X_AXIS].label.textcolor.type)) return; in set_plot_with_palette()
1362 if (TC_USES_PALETTE(axis_array[SECOND_Y_AXIS].label.textcolor.type)) return; in set_plot_with_palette()
1364 if (TC_USES_PALETTE(axis_array[FIRST_Z_AXIS].label.textcolor.type)) return; in set_plot_with_palette()
1365 if (TC_USES_PALETTE(axis_array[COLOR_AXIS].label.textcolor.type)) return; in set_plot_with_palette()
1367 if (TC_USES_PALETTE(this_object->lp_properties.pm3d_color.type)) in set_plot_with_palette()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dpm3d.c1350 #define TC_USES_PALETTE(tctype) (tctype==TC_Z) || (tctype==TC_CB) || (tctype==TC_FRAC) in set_plot_with_palette() macro
1354 if (TC_USES_PALETTE(this_label->textcolor.type)) in set_plot_with_palette()
1358 if (TC_USES_PALETTE(title.textcolor.type)) return; in set_plot_with_palette()
1359 if (TC_USES_PALETTE(axis_array[FIRST_X_AXIS].label.textcolor.type)) return; in set_plot_with_palette()
1360 if (TC_USES_PALETTE(axis_array[FIRST_Y_AXIS].label.textcolor.type)) return; in set_plot_with_palette()
1361 if (TC_USES_PALETTE(axis_array[SECOND_X_AXIS].label.textcolor.type)) return; in set_plot_with_palette()
1362 if (TC_USES_PALETTE(axis_array[SECOND_Y_AXIS].label.textcolor.type)) return; in set_plot_with_palette()
1364 if (TC_USES_PALETTE(axis_array[FIRST_Z_AXIS].label.textcolor.type)) return; in set_plot_with_palette()
1365 if (TC_USES_PALETTE(axis_array[COLOR_AXIS].label.textcolor.type)) return; in set_plot_with_palette()
1367 if (TC_USES_PALETTE(this_object->lp_properties.pm3d_color.type)) in set_plot_with_palette()
[all …]