Home
last modified time | relevance | path

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

/dports/math/mathgl/mathgl-2.5/include/mgl2/
H A Ddefine.h270 #define MGL_AUTO_FACTOR 0x00000010 ///< Enable autochange PlotFactor macro
H A Dcanvas.h144 { if(val<=0) {B.pf=1.55; set(MGL_AUTO_FACTOR);} else {B.pf=val; clr(MGL_AUTO_FACTOR);} } in SetPlotFactor()
/dports/math/mathgl/mathgl-2.5/src/
H A Dcanvas.cpp632 if(get(MGL_AUTO_FACTOR)) B.pf = 1.55; // Automatically change plot factor !!! in InPlot()
651 if(get(MGL_AUTO_FACTOR)) M.pf = 1.55; // Automatically change plot factor !!! in InPlot()
704 if(get(MGL_AUTO_FACTOR)) in Rotate()
738 if(get(MGL_AUTO_FACTOR)) in RotateN()
H A Dcanvas_cf.cpp157 if(gr->get(MGL_AUTO_FACTOR)) { dx /= 1.55; dy /= 1.55; } in mgl_subplot_d()
171 if(gr->get(MGL_AUTO_FACTOR)) { sx /= 1.55; sy /= 1.55; } in mgl_multiplot_d()
/dports/math/mathgl/mathgl-2.5/texinfo/
H A Dcore_ru.texi107 #define MGL_AUTO_FACTOR 0x00000010 ///< Разрешить автоматическое масштабирование графика
H A Dcore_en.texi107 #define MGL_AUTO_FACTOR 0x00000010 ///< Enable autochange PlotFactor