Home
last modified time | relevance | path

Searched refs:opt_view_intervals_type (Results 1 – 9 of 9) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/Fltk/
H A DtouchBar.mm516 opt_view_intervals_type(i, GMSH_SET | GMSH_GUI, segment + 1);
654 NSInteger opt = opt_view_intervals_type(i, GMSH_GET, 0);
664 NSInteger opt = opt_view_intervals_type(i, GMSH_GET, 0);
H A DFlGui.cpp1008 int t = opt_view_intervals_type(i, GMSH_GET, 0) + 1; in testGlobalShortcuts()
1010 opt_view_intervals_type(i, GMSH_SET | GMSH_GUI, t); in testGlobalShortcuts()
1017 opt_view_intervals_type(i, GMSH_SET | GMSH_GUI, in testGlobalShortcuts()
1018 opt_view_intervals_type(i, GMSH_GET, 0) + 1); in testGlobalShortcuts()
H A DgraphicWindow.cpp3189 opt_view_intervals_type(i, GMSH_SET | GMSH_GUI, 1); in quick_access_cb()
3206 opt_view_intervals_type(i, GMSH_SET | GMSH_GUI, 2); in quick_access_cb()
3211 opt_view_intervals_type(i, GMSH_SET | GMSH_GUI, 3); in quick_access_cb()
3228 opt_view_intervals_type(i, GMSH_SET | GMSH_GUI, 4); in quick_access_cb()
H A DoptionWindow.cpp741 double intervals_type = opt_view_intervals_type(current, GMSH_GET, 0); in view_options_ok_cb()
870 opt_view_intervals_type(i, GMSH_SET, val); in view_options_ok_cb()
4014 opt_view_intervals_type(index, GMSH_GUI, 0); in updateViewGroup()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/See-file/
H A DFlGui.cpp650 opt_view_intervals_type in testGlobalShortcuts()
651 (i, GMSH_SET | GMSH_GUI, opt_view_intervals_type(i, GMSH_GET, 0) + 1); in testGlobalShortcuts()
/dports/cad/gmsh/gmsh-4.9.2-source/Graphics/
H A Dgl2pgf.cpp599 int intType = (int)opt_view_intervals_type(num, GMSH_GET, 0); in print_pgf()
/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A DOptions.h690 double opt_view_intervals_type(OPT_ARGS_NUM);
H A DDefaultOptions.h1821 { F|O, "IntervalsType" , opt_view_intervals_type , 2 ,
H A DOptions.cpp7574 double opt_view_intervals_type(OPT_ARGS_NUM) in opt_view_intervals_type() function