Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrwindow.c86 static POLY3D **us_3dpolylist; variable
139 p3 = us_3dpolylist[i]; in us_freewindowmemory()
149 efree((CHAR *)us_3dpolylist); in us_freewindowmemory()
1844 esort(us_3dpolylist, us_3dpolycount, sizeof (POLY3D *), us_3dpolydepthascending); in us_3denddrawing()
1849 poly1 = us_3dpolylist[i]; in us_3denddrawing()
1926 if (us_3dpolylist[i]->depth > zplane) break; in us_3drender()
1937 poly3d = us_3dpolylist[i]; in us_3drender()
2346 newlist[i] = us_3dpolylist[i]; in us_3dgetnextpoly()
2353 if (us_3dpolytotal > 0) efree((CHAR *)us_3dpolylist); in us_3dgetnextpoly()
2354 us_3dpolylist = newlist; in us_3dgetnextpoly()
[all …]