Home
last modified time | relevance | path

Searched refs:enhanced_max_height (Results 1 – 6 of 6) sorted by relevance

/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dterm.c187 double enhanced_max_height = 0.0, enhanced_min_height = 0.0; variable
2082 if (base + fontsize > enhanced_max_height) { in enhanced_recursion()
2083 enhanced_max_height = base + fontsize; in enhanced_recursion()
2084 ENH_DEBUG(("Setting max height to %.1f\n", enhanced_max_height)); in enhanced_recursion()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dterm.c187 double enhanced_max_height = 0.0, enhanced_min_height = 0.0; variable
2082 if (base + fontsize > enhanced_max_height) { in enhanced_recursion()
2083 enhanced_max_height = base + fontsize; in enhanced_recursion()
2084 ENH_DEBUG(("Setting max height to %.1f\n", enhanced_max_height)); in enhanced_recursion()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dterm.c193 double enhanced_max_height = 0.0, enhanced_min_height = 0.0; variable
2254 if (base + fontsize > enhanced_max_height) { in enhanced_recursion()
2255 enhanced_max_height = base + fontsize; in enhanced_recursion()
2256 ENH_DEBUG(("Setting max height to %.1f\n", enhanced_max_height)); in enhanced_recursion()
/dports/math/gnuplot/gnuplot-5.4.1/term/
H A Dpost.trm2809 enhanced_max_height = -1000;
2841 enhanced_max_height += enhanced_min_height;
2843 fprintf(gppsfile, "] %.1f ", -enhanced_max_height/3);
/dports/math/gnuplot-lite/gnuplot-5.4.1/term/
H A Dpost.trm2809 enhanced_max_height = -1000;
2841 enhanced_max_height += enhanced_min_height;
2843 fprintf(gppsfile, "] %.1f ", -enhanced_max_height/3);
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/term/
H A Dpost.trm2792 enhanced_max_height = -1000;
2824 enhanced_max_height += enhanced_min_height;
2826 fprintf(gppsfile, "] %.1f ", -enhanced_max_height/3);