Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrwindow.c95 static float us_3dlowx, us_3dhighx, us_3dlowy, us_3dhighy, us_3dlowz, us_3dhighz; variable
1700 sx = us_3dhighx - us_3dlowx; in us_3dfillview()
1854 us_3dlowx = us_3dhighx = poly1->x[j]; in us_3denddrawing()
1860 if (poly1->x[j] > us_3dhighx) us_3dhighx = poly1->x[j]; in us_3denddrawing()
1868 us_3dcenterx = (us_3dlowx + us_3dhighx) / 2.0f; in us_3denddrawing()