Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrwindow.c84 static INTBIG us_3dpolycount; variable
1811 us_3dpolycount = 0; in us_3dstartdrawing()
1844 esort(us_3dpolylist, us_3dpolycount, sizeof (POLY3D *), us_3dpolydepthascending); in us_3denddrawing()
1847 for(i=0; i<us_3dpolycount; i++) in us_3denddrawing()
1917 start[0] = 0; finish[0] = us_3dpolycount; incr[0] = 1; in us_3drender()
1921 start[0] = us_3dpolycount-1; finish[0] = -1; incr[0] = -1; in us_3drender()
1925 for(i=0; i<us_3dpolycount; i++) in us_3drender()
1928 start[1] = us_3dpolycount-1; finish[1] = i-1; incr[1] = -1; in us_3drender()
2338 if (us_3dpolycount >= us_3dpolytotal) in us_3dgetnextpoly()
2342 if (us_3dpolycount > newtotal) newtotal = us_3dpolycount; in us_3dgetnextpoly()
[all …]