Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_CreateDO.c17230 if (!SO->DW->DrwPtchs) { in SUMA_Prep_SO_DrawPatches()
17238 dlist_size(SO->DW->DrwPtchs) == 0) { in SUMA_Prep_SO_DrawPatches()
17239 dlist_empty(SO->DW->DrwPtchs); in SUMA_Prep_SO_DrawPatches()
17247 dlist_ins_next(SO->DW->DrwPtchs, dlist_head(SO->DW->DrwPtchs), ptch); in SUMA_Prep_SO_DrawPatches()
17257 dlist_ins_next(SO->DW->DrwPtchs, dlist_head(SO->DW->DrwPtchs), ptch); in SUMA_Prep_SO_DrawPatches()
17263 dlist_ins_next(SO->DW->DrwPtchs, dlist_head(SO->DW->DrwPtchs), ptch); in SUMA_Prep_SO_DrawPatches()
17320 SUMA_RETURN(dlist_size(SO->DW->DrwPtchs)); in SUMA_Prep_SO_DrawPatches()
17574 if (!SurfObj->DW->DrwPtchs) { in SUMA_DrawMesh_mask()
19582 if (DW->DrwPtchs) dlist_destroy(DW->DrwPtchs); in SUMA_EmptyDrawMasks()
19586 DW->DrwPtchs = NULL; in SUMA_EmptyDrawMasks()
[all …]
H A DSUMA_define.h2876 DList *DrwPtchs; /*! Pointer to a list of drawing patches */ member