Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdisp.c356 REGISTER INTBIG i, nodexfvalid, lambda, shei, swid, portstyle; in us_getnodebounds() local
408 portstyle = us_useroptions & EXPORTLABELS; in us_getnodebounds()
410 (portstyle == EXPORTSFULL || portstyle == EXPORTSSHORT)) in us_getnodebounds()
415 us_displayedportname(pp, portstyle >> EXPORTLABELSSH), &wid, &hei); in us_getnodebounds()
1695 REGISTER INTBIG i, j, res, displaytotal, low, high, cutsizex, cutsizey, portstyle, in us_drawnodeinst() local
1937 portstyle = (us_useroptions&PORTLABELS) >> PORTLABELSSH; in us_drawnodeinst()
1958 portcliphx, portcliply, portcliphy, portstyle); in us_drawnodeinst()
1964 portcliphx, portcliply, portcliphy, portstyle); in us_drawnodeinst()
1999 portstyle = (us_useroptions&PORTLABELS) >> PORTLABELSSH; in us_drawnodeinst()
2023 portcliplx, portcliphx, portcliply, portcliphy, portstyle); in us_drawnodeinst()
H A Dusrnet.c10688 REGISTER INTBIG portstyle, i; in us_getnodetext() local
10759 portstyle = us_useroptions & EXPORTLABELS; in us_getnodetext()
10760 if (portstyle == EXPORTSCROSS) continue; in us_getnodetext()
10766 us_maketextpoly(us_displayedportname(*port, portstyle >> EXPORTLABELSSH), in us_getnodetext()
H A Dusrdiacom.cpp15509 static CHAR *portstyle[] = {N_("Centered"), N_("Inward"), N_("Outward")}; in us_iconstyledlog() local
15551 for(i=0; i<3; i++) newlang[i] = TRANSLATE(portstyle[i]); in us_iconstyledlog()