Home
last modified time | relevance | path

Searched refs:ScreenProj_xy_length (Results 1 – 2 of 2) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_CreateDO.c13863 ASIp->ScreenProj_xy_length = ASIp->ScreenProj_xy_length + \
13867 ASIp->ScreenProj_xy_length = sqrt(ASIp->ScreenProj_xy_length); \
14316 if (ASIv[0]->ScreenProj_xy_length >= ASIv[1]->ScreenProj_xy_length && in SUMA_DrawAxis()
14317 ASIv[0]->ScreenProj_xy_length >= ASIv[2]->ScreenProj_xy_length) { in SUMA_DrawAxis()
14319 if (ASIv[1]->ScreenProj_xy_length > in SUMA_DrawAxis()
14326 if (ASIv[1]->ScreenProj_xy_length >= ASIv[0]->ScreenProj_xy_length && in SUMA_DrawAxis()
14327 ASIv[1]->ScreenProj_xy_length >= ASIv[2]->ScreenProj_xy_length) { in SUMA_DrawAxis()
14329 if (ASIv[0]->ScreenProj_xy_length > in SUMA_DrawAxis()
14336 if (ASIv[2]->ScreenProj_xy_length >= ASIv[0]->ScreenProj_xy_length && in SUMA_DrawAxis()
14337 ASIv[2]->ScreenProj_xy_length >= ASIv[1]->ScreenProj_xy_length) { in SUMA_DrawAxis()
[all …]
H A DSUMA_define.h3922 double ScreenProj_xy_length; member