Home
last modified time | relevance | path

Searched refs:dopoints (Results 1 – 6 of 6) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3drotate.c46 int dopoints=0 , doorigin=0 ; /* 21 Nov 2000 */ in main() local
278 dopoints = 1 ; in main()
528 if( gridpar_dset != NULL && dopoints ){ in main()
534 if( doorigin && !dopoints ){ in main()
538 if( dar != NULL && dopoints ) in main()
546 if( iopt >= argc && !dopoints ) ERREX("*** No input dataset?") ; in main()
560 if( dopoints && !doorigin ){ in main()
638 if( dopoints ) /* V V V */ in main()
872 if( dopoints ){ in main()
/dports/math/ploticus-nox11/pl240src/src/
H A Dproc_lineplot.c28 int stairstep, donumbers, dopoints, instancemode, gapmissing, ingap, clipping, firstpt, groupmode, … in PLP_lineplot() local
159 dopoints = 1; in PLP_lineplot()
160 if( GL_slmember( pointsym, "no*" ) || pointsym[0] == '\0' ) dopoints = 0; in PLP_lineplot()
445 if( dopoints ) { in PLP_lineplot()
/dports/math/ploticus/pl240src/src/
H A Dproc_lineplot.c28 int stairstep, donumbers, dopoints, instancemode, gapmissing, ingap, clipping, firstpt, groupmode, … in PLP_lineplot() local
159 dopoints = 1; in PLP_lineplot()
160 if( GL_slmember( pointsym, "no*" ) || pointsym[0] == '\0' ) dopoints = 0; in PLP_lineplot()
445 if( dopoints ) { in PLP_lineplot()
/dports/math/R-cran-pls/pls/R/
H A Dplots.R430 dopoints <- type %in% c("p", "b", "o") functionVar
434 if (dopoints) list(pch = pch, pt.cex = cex,
1003 dopoints <- type %in% c("p", "b", "o") functionVar
1115 if(dopoints) list(pch = pch,
1295 dopoints <- type %in% c("p", "b", "o") functionVar
1319 if (dopoints) list(pch = pch, pt.cex = cex,
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dviews.h875 Color fg, int dopoints, DRect *clip,
879 Color fg, int dopoints, DRect *clip );
881 Color fg, int dopoints, DRect *clip, enum outlinesfm_flags strokeFillMode );
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dcharview.c1518 Color fg, int dopoints, DRect *clip ) { in CVDrawSplineSet() argument
1639 Color fg, int dopoints, DRect *clip, in CVDrawSplineSetSpecialized() argument
1649 dopoints = false; in CVDrawSplineSetSpecialized()
1653 fg, dopoints, clip, strokeFillMode ); in CVDrawSplineSetSpecialized()
1660 if ( dopoints>0 || (dopoints==-1 && cv->showpointnumbers) ) { in CVDrawSplineSetSpecialized()
1662 if ( dopoints>0 ) in CVDrawSplineSetSpecialized()
1665 if ( dopoints>=0 ) { in CVDrawSplineSetSpecialized()
1703 thinfgcolor, dopoints, clip, in CVDrawSplineSetSpecialized()
1722 strokefg, dopoints, clip, in CVDrawSplineSetSpecialized()
1725 strokefg, dopoints, clip, in CVDrawSplineSetSpecialized()
[all …]