Home
last modified time | relevance | path

Searched refs:allowDraw (Results 1 – 5 of 5) sorted by relevance

/dports/math/fricas/fricas-1.3.7/src/graph/view2D/
H A Dheader2.h232 allowDraw; member
H A Dviewport2D.c541 viewport->allowDraw = yes; /* just draw axes the first time around */ in makeViewport()
627 vPoints->allowDraw = yes; /* draw everything from now on */ in makeView2D()
/dports/math/fricas/fricas-1.3.7/src/graph/view3D/
H A Dheader.h344 closing, allowDraw, needNorm; member
H A Dviewport3d.c418 if (viewport->allowDraw && (doingPanel != VOLUMEpanel)) { in drawTheViewport()
567 viewport->allowDraw = yes; /*if no, just draw axes the first time */ in makeViewport()
H A Dtestcol.c443 viewport->allowDraw = yes; /*if no, just draw axes the first time */ in main()