Home
last modified time | relevance | path

Searched refs:smallAxesSize (Results 1 – 4 of 4) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A DContext.h239 int smallAxes, smallAxesSize, smallAxesPos[2]; variable
H A DOptions.cpp3299 if(action & GMSH_SET) CTX::instance()->smallAxesSize = (int)val; in opt_general_small_axes_size()
3300 return CTX::instance()->smallAxesSize; in opt_general_small_axes_size()
/dports/cad/gmsh/gmsh-4.9.2-source/Graphics/
H A DdrawAxes.cpp366 double l = CTX::instance()->smallAxesSize; in drawSmallAxes()
/dports/cad/gmsh/gmsh-4.9.2-source/Fltk/
H A DNavigator.cpp53 double l = CTX::instance()->smallAxesSize; in drawIcons()