Home
last modified time | relevance | path

Searched refs:old_thick (Results 1 – 3 of 3) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/coxplot/
H A Dplot_ps2.c21 float old_thick , old_color , new_color , new_thick ; in memplot_to_postscript() local
37 old_thick = -THCODE_INVALID ; in memplot_to_postscript()
78 } else if( new_thick != old_thick ){ /* old code to change line thickness */ in memplot_to_postscript()
82 old_thick = new_thick ; in memplot_to_postscript()
H A Dplot_x11.c194 float old_thick , old_color , new_color , new_thick ; in memplot_to_X11_sef() local
269 old_thick = -THCODE_INVALID ; in memplot_to_X11_sef()
361 } else if( new_thick != old_thick ){ /* normal case: change line thickness */ in memplot_to_X11_sef()
365 fprintf(stderr,"Changing thickness: old=%f new=%f\n",old_thick,new_thick) ; in memplot_to_X11_sef()
374 old_thick = new_thick ; in memplot_to_X11_sef()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_coxplot.c56 float old_thick , old_color , new_color , new_thick , sthick=0.0f ; in memplot_to_RGB_sef() local
99 old_thick = -THCODE_INVALID ; in memplot_to_RGB_sef()
176 } else if( new_thick != old_thick ){ /* normal case: change line thickness */ in memplot_to_RGB_sef()
178 old_thick = new_thick ; /* thickness not used at this time */ in memplot_to_RGB_sef()