Home
last modified time | relevance | path

Searched refs:PL_POSITION_SUBPAGE (Results 1 – 25 of 42) sorted by relevance

12

/dports/math/plplot/plplot-5.15.0/bindings/fortran/
H A Dincluded_plplot_parameters.f90155 integer, parameter :: PL_POSITION_SUBPAGE = 8*16 variable
/dports/math/plplot-ada/plplot-5.15.0/bindings/fortran/
H A Dincluded_plplot_parameters.f90155 integer, parameter :: PL_POSITION_SUBPAGE = 8*16
/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dpllegend.c623 if ( !( position & PL_POSITION_VIEWPORT ) && !( position & PL_POSITION_SUBPAGE ) ) in c_pllegend()
627 else if ( ( position & PL_POSITION_VIEWPORT ) && ( position & PL_POSITION_SUBPAGE ) ) in c_pllegend()
639 if ( position & PL_POSITION_SUBPAGE ) in c_pllegend()
1661 if ( !( position & PL_POSITION_VIEWPORT ) && !( position & PL_POSITION_SUBPAGE ) ) in c_plcolorbar()
1665 else if ( ( position & PL_POSITION_VIEWPORT ) && ( position & PL_POSITION_SUBPAGE ) ) in c_plcolorbar()
1690 if ( position & PL_POSITION_SUBPAGE ) in c_plcolorbar()
/dports/math/plplot/plplot-5.15.0/src/
H A Dpllegend.c623 if ( !( position & PL_POSITION_VIEWPORT ) && !( position & PL_POSITION_SUBPAGE ) ) in c_pllegend()
627 else if ( ( position & PL_POSITION_VIEWPORT ) && ( position & PL_POSITION_SUBPAGE ) ) in c_pllegend()
639 if ( position & PL_POSITION_SUBPAGE ) in c_pllegend()
1661 if ( !( position & PL_POSITION_VIEWPORT ) && !( position & PL_POSITION_SUBPAGE ) ) in c_plcolorbar()
1665 else if ( ( position & PL_POSITION_VIEWPORT ) && ( position & PL_POSITION_SUBPAGE ) ) in c_plcolorbar()
1690 if ( position & PL_POSITION_SUBPAGE ) in c_plcolorbar()
/dports/math/plplot-ada/plplot-5.15.0/examples/c++/
H A Dx33.cc527 position = PL_POSITION_TOP | PL_POSITION_LEFT | PL_POSITION_SUBPAGE; in x33()
570 position = PL_POSITION_TOP | PL_POSITION_RIGHT | PL_POSITION_SUBPAGE; in x33()
/dports/math/plplot-ada/plplot-5.15.0/examples/c/
H A Dx33c.c522 position = PL_POSITION_TOP | PL_POSITION_LEFT | PL_POSITION_SUBPAGE; in main()
565 position = PL_POSITION_TOP | PL_POSITION_RIGHT | PL_POSITION_SUBPAGE; in main()
/dports/math/plplot-ada/plplot-5.15.0/examples/d/
H A Dx33d.d493 position = PL_POSITION_TOP | PL_POSITION_LEFT | PL_POSITION_SUBPAGE; in main()
536 position = PL_POSITION_TOP | PL_POSITION_RIGHT | PL_POSITION_SUBPAGE; in main()
/dports/math/plplot-ada/plplot-5.15.0/examples/java/
H A Dx33.java523 position = PL_POSITION_TOP | PL_POSITION_LEFT | PL_POSITION_SUBPAGE; in x33()
580 position = PL_POSITION_TOP | PL_POSITION_RIGHT | PL_POSITION_SUBPAGE; in x33()
/dports/math/plplot/plplot-5.15.0/examples/c/
H A Dx33c.c522 position = PL_POSITION_TOP | PL_POSITION_LEFT | PL_POSITION_SUBPAGE; in main()
565 position = PL_POSITION_TOP | PL_POSITION_RIGHT | PL_POSITION_SUBPAGE; in main()
/dports/math/plplot/plplot-5.15.0/examples/d/
H A Dx33d.d493 position = PL_POSITION_TOP | PL_POSITION_LEFT | PL_POSITION_SUBPAGE; in main()
536 position = PL_POSITION_TOP | PL_POSITION_RIGHT | PL_POSITION_SUBPAGE; in main()
/dports/math/plplot/plplot-5.15.0/examples/java/
H A Dx33.java523 position = PL_POSITION_TOP | PL_POSITION_LEFT | PL_POSITION_SUBPAGE; in x33()
580 position = PL_POSITION_TOP | PL_POSITION_RIGHT | PL_POSITION_SUBPAGE; in x33()
/dports/math/plplot/plplot-5.15.0/examples/c++/
H A Dx33.cc527 position = PL_POSITION_TOP | PL_POSITION_LEFT | PL_POSITION_SUBPAGE; in x33()
570 position = PL_POSITION_TOP | PL_POSITION_RIGHT | PL_POSITION_SUBPAGE; in x33()
/dports/math/plplot-ada/plplot-5.15.0/examples/lua/
H A Dx33.lua478 position = lor(pl.PL_POSITION_TOP, lor(pl.PL_POSITION_LEFT, pl.PL_POSITION_SUBPAGE))
518 position = lor(pl.PL_POSITION_TOP, lor(pl.PL_POSITION_RIGHT, pl.PL_POSITION_SUBPAGE))
/dports/math/plplot-ada/plplot-5.15.0/examples/python/
H A Dx33.py429 position = w.PL_POSITION_TOP | w.PL_POSITION_LEFT | w.PL_POSITION_SUBPAGE
483 position = w.PL_POSITION_TOP | w.PL_POSITION_RIGHT | w.PL_POSITION_SUBPAGE
/dports/math/plplot/plplot-5.15.0/examples/lua/
H A Dx33.lua478 position = lor(pl.PL_POSITION_TOP, lor(pl.PL_POSITION_LEFT, pl.PL_POSITION_SUBPAGE))
518 position = lor(pl.PL_POSITION_TOP, lor(pl.PL_POSITION_RIGHT, pl.PL_POSITION_SUBPAGE))
/dports/math/plplot/plplot-5.15.0/examples/python/
H A Dx33.py429 position = w.PL_POSITION_TOP | w.PL_POSITION_LEFT | w.PL_POSITION_SUBPAGE
483 position = w.PL_POSITION_TOP | w.PL_POSITION_RIGHT | w.PL_POSITION_SUBPAGE
/dports/math/plplot-ada/plplot-5.15.0/examples/octave/
H A Dx33c.m242 …RIGHT PL_POSITION_TOP PL_POSITION_BOTTOM PL_POSITION_INSIDE PL_POSITION_OUTSIDE PL_POSITION_SUBPAGE
498 position = bitor(bitor(PL_POSITION_LEFT, PL_POSITION_TOP), PL_POSITION_SUBPAGE);
577 position = bitor(bitor(PL_POSITION_RIGHT, PL_POSITION_TOP), PL_POSITION_SUBPAGE);
/dports/math/plplot/plplot-5.15.0/examples/octave/
H A Dx33c.m242 …RIGHT PL_POSITION_TOP PL_POSITION_BOTTOM PL_POSITION_INSIDE PL_POSITION_OUTSIDE PL_POSITION_SUBPAGE
498 position = bitor(bitor(PL_POSITION_LEFT, PL_POSITION_TOP), PL_POSITION_SUBPAGE);
577 position = bitor(bitor(PL_POSITION_RIGHT, PL_POSITION_TOP), PL_POSITION_SUBPAGE);
/dports/math/plplot-ada/plplot-5.15.0/examples/fortran/
H A Dx33f.f90384 position = PL_POSITION_TOP + PL_POSITION_LEFT + PL_POSITION_SUBPAGE
432 position = PL_POSITION_TOP + PL_POSITION_RIGHT + PL_POSITION_SUBPAGE
/dports/math/plplot/plplot-5.15.0/examples/fortran/
H A Dx33f.f90384 position = PL_POSITION_TOP + PL_POSITION_LEFT + PL_POSITION_SUBPAGE
432 position = PL_POSITION_TOP + PL_POSITION_RIGHT + PL_POSITION_SUBPAGE
/dports/math/plplot-ada/plplot-5.15.0/examples/ocaml/
H A Dx33.ml475 let position = ref [PL_POSITION_TOP; PL_POSITION_LEFT; PL_POSITION_SUBPAGE] in
518 position := [PL_POSITION_TOP; PL_POSITION_RIGHT; PL_POSITION_SUBPAGE];
/dports/math/plplot/plplot-5.15.0/examples/ocaml/
H A Dx33.ml475 let position = ref [PL_POSITION_TOP; PL_POSITION_LEFT; PL_POSITION_SUBPAGE] in
518 position := [PL_POSITION_TOP; PL_POSITION_RIGHT; PL_POSITION_SUBPAGE];
/dports/math/plplot/plplot-5.15.0/bindings/ocaml/
H A Dplplot_core.idl70 PL_POSITION_SUBPAGE = 0x80,
H A Dplplot_impl.c892 case 8: translated_option = PL_POSITION_SUBPAGE; break; in translate_position_option()
/dports/math/plplot-ada/plplot-5.15.0/bindings/ocaml/
H A Dplplot_core.idl70 PL_POSITION_SUBPAGE = 0x80,

12