Home
last modified time | relevance | path

Searched defs:ncol0 (Results 1 – 25 of 33) sorted by relevance

12

/dports/science/gnudatalanguage/gdl-1.0.1/src/otherdevices/
H A Dgdlxstream.hpp94 void SetColorMap0(PLINT *r, PLINT *g, PLINT *b, PLINT ncol0) { in SetColorMap0()
/dports/math/plplot-ada/plplot-5.15.0/bindings/tk/
H A Dplr.c469 U_SHORT ncol0; in plr_state() local
/dports/math/plplot/plplot-5.15.0/bindings/tk-x-plat/
H A Dpltkwd.h58 int ncol0; // Number of cmap 0 colors allocated member
H A Dplplotter.c1839 int i, changed = 1, ncol0 = atoi( argv[1] ); in Cmd() local
/dports/math/plplot-ada/plplot-5.15.0/bindings/tk-x-plat/
H A Dpltkwd.h58 int ncol0; // Number of cmap 0 colors allocated member
H A Dplplotter.c1839 int i, changed = 1, ncol0 = atoi( argv[1] ); in Cmd() local
/dports/math/freefem++/FreeFem-sources-4.6/3rdparty/dissection/src/Driver/
H A DC_Dsub.cpp300 const int ncol0 = jc_mid_src - jc_bgn_src; in dsub_sym2sym() local
365 const int ncol0 = jc_mid_src - jc_bgn_src; in dsub_sym2sym() local
461 const int ncol0 = jc_mid_src - jc_bgn_src; in dsub_unsym2unsym() local
628 const int ncol0 = jc_mid_src - jc_bgn_src; in dsub_unsym2unsym() local
779 const int ncol0 = jc_mid_src - jc_bgn_src; in dsub_unsym2diag() local
916 const int ncol0 = jc_mid_src - jc_bgn_src; in dsub_unsym2diag() local
1162 const int ncol0 = jc_mid_src - jc_bgn_src; in dsub_sym2rct() local
1502 const int ncol0 = jc_mid_src - jc_bgn_src; in dsub_unsym2rct() local
/dports/math/plplot-ada/plplot-5.15.0/drivers/
H A Dcgm.c427 int ncol0 = pls->ncol0, total_colours; in setcmap() local
H A Dgd.c792 int ncol0 = pls->ncol0, total_colours; in setcmap() local
/dports/math/plplot-ada/plplot-5.15.0/utils/
H A Dplrender.c1042 U_SHORT ncol0; in plr_state() local
1048 U_CHAR ncol0; in plr_state() local
/dports/math/plplot/plplot-5.15.0/utils/
H A Dplrender.c1042 U_SHORT ncol0; in plr_state() local
1048 U_CHAR ncol0; in plr_state() local
/dports/math/plplot-ada/plplot-5.15.0/include/
H A Dplxwd.h54 int ncol0; // Number of cmap 0 colors member
/dports/math/plplot/plplot-5.15.0/include/
H A Dplxwd.h54 int ncol0; // Number of cmap 0 colors member
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dplxwd.h57 int ncol0; /* Number of cmap 0 colors */ member
H A Dplctrl.c266 c_plscmap0(PLINT *r, PLINT *g, PLINT *b, PLINT ncol0) in c_plscmap0()
520 c_plscmap0n(PLINT ncol0) in c_plscmap0n()
H A Dgd.c807 int ncol0=pls->ncol0, total_colours; in setcmap() local
/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dplctrl.c434 c_plscmap0( PLINT_VECTOR r, PLINT_VECTOR g, PLINT_VECTOR b, PLINT ncol0 ) in c_plscmap0()
472 c_plscmap0a( PLINT_VECTOR r, PLINT_VECTOR g, PLINT_VECTOR b, PLFLT_VECTOR alpha, PLINT ncol0 ) in c_plscmap0a()
942 c_plscmap0n( PLINT ncol0 ) in c_plscmap0n()
/dports/math/plplot/plplot-5.15.0/src/
H A Dplctrl.c434 c_plscmap0( PLINT_VECTOR r, PLINT_VECTOR g, PLINT_VECTOR b, PLINT ncol0 ) in c_plscmap0()
472 c_plscmap0a( PLINT_VECTOR r, PLINT_VECTOR g, PLINT_VECTOR b, PLFLT_VECTOR alpha, PLINT ncol0 ) in c_plscmap0a()
942 c_plscmap0n( PLINT ncol0 ) in c_plscmap0n()
/dports/math/plplot/plplot-5.15.0/drivers/
H A Dgd.c792 int ncol0 = pls->ncol0, total_colours; in setcmap() local
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlgstream.hpp812 virtual void SetColorMap0( PLINT *r, PLINT *g, PLINT *b, PLINT ncol0 ) { in SetColorMap0()
/dports/math/plplot/plplot-5.15.0/bindings/c++/
H A Dplstream.cc1409 void plstream::scmap0n( PLINT ncol0 ) in scmap0n()
1445 void plstream::scmap0( const PLINT *r, const PLINT *g, const PLINT *b, PLINT ncol0 ) in scmap0()
1454 void plstream::scmap0a( const PLINT *r, const PLINT *g, const PLINT *b, const PLFLT *a, PLINT ncol0 in scmap0a()
/dports/math/plplot-ada/plplot-5.15.0/bindings/c++/
H A Dplstream.cc1409 void plstream::scmap0n( PLINT ncol0 ) in scmap0n()
1445 void plstream::scmap0( const PLINT *r, const PLINT *g, const PLINT *b, PLINT ncol0 ) in scmap0()
1454 void plstream::scmap0a( const PLINT *r, const PLINT *g, const PLINT *b, const PLFLT *a, PLINT ncol0 in scmap0a()
/dports/math/plplot/plplot-5.15.0/bindings/d/
H A Dplplot.d618 PLINT ncol0 = cast(PLINT) r.length; in plscmap0() local
627 PLINT ncol0 = cast(PLINT) r.length; in plscmap0a() local
/dports/math/plplot-ada/plplot-5.15.0/bindings/d/
H A Dplplot.d618 PLINT ncol0 = cast(PLINT) r.length; in plscmap0() local
627 PLINT ncol0 = cast(PLINT) r.length; in plscmap0a() local
/dports/math/plplot/plplot-5.15.0/bindings/tk/
H A Dplframe.c2049 int i, changed = 1, ncol0 = atoi( argv[1] ); in ColorManip() local

12