Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdiacom.cpp543 float us_3dlowheight, us_3dhighheight; variable
618 us_3dlowheight = height - thickness/2.0f; in us_3ddepthdlog()
622 if (height - thickness/2.0f < us_3dlowheight) in us_3ddepthdlog()
623 us_3dlowheight = height - thickness/2.0f; in us_3ddepthdlog()
628 us_3dlowheight -= 4.0f; in us_3ddepthdlog()
765 ypos = (INTBIG)(bigr->bottom - (height - us_3dlowheight) * in us_redraw3ddepth()
766 (bigr->bottom - bigr->top) / (us_3dhighheight - us_3dlowheight)); in us_redraw3ddepth()
779 ypos1 = (INTBIG)(bigr->bottom - (height - thickness/2 - us_3dlowheight) * in us_redraw3ddepth()
780 (bigr->bottom - bigr->top) / (us_3dhighheight - us_3dlowheight) - 2.0f); in us_redraw3ddepth()
781 ypos2 = (INTBIG)(bigr->bottom - (height + thickness/2 - us_3dlowheight) * in us_redraw3ddepth()
[all …]