Home
last modified time | relevance | path

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

/dports/graphics/py-visvis/visvis-1.13.0/functions/
H A Dsubplot.py12 def getcenter(f, a): function
87 n = laysin( cols, rows, getcenter(f, a) )
/dports/cad/electric/electric-7.00/src/cons/
H A Dconlay.c1132 getcenter(poly0, &fx, &fy); in cla_ensurearcinst()
1133 getcenter(poly1, &tx, &ty); in cla_ensurearcinst()
1177 getcenter(poly0, &fx, &fy); in cla_ensurearcinst()
1178 getcenter(poly1, &tx, &ty); in cla_ensurearcinst()
1439 getcenter(poly, x, y); in cla_oldportposition()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbnoproto.c2717 if (!isinside(endx[i], endy[i], poly)) getcenter(poly, &endx[i], &endy[i]); in replacenodeinst()
2854 getcenter(poly2, &xpos2[i], &ypos2[i]); in db_portassociate()
2880 getcenter(poly1, &xpos1, &ypos1); in db_portassociate()
2917 getcenter(poly1, &xpos1, &ypos1); in db_portassociate()
H A Ddbmath.c2549 getcenter(poly, &xl, &yl); in isinside()
2815 void getcenter(POLYGON *poly, INTBIG *x, INTBIG *y) in getcenter() function
2912 getcenter(poly, &lx, &ly); in polydistance()
2924 getcenter(poly, &lx, &ly); in polydistance()
3052 getcenter(poly, &lx, &ly); in polydistance()
3245 getcenter(poly, x, y); in closestpoint()
3531 getcenter(poly, &cx, &cy); in reduceportpoly()
H A Ddbtech.c1958 getcenter(poly, x, y); in portposition()
/dports/cad/electric/electric-7.00/src/io/
H A Diohpglout.c327 getcenter(poly, &x, &y); in io_hppoly()
H A Dioquickdraw.c576 getcenter(poly, &x, &y); in io_plotpoly()
H A Dioedifo.c1765 getcenter(poly, &cx, &cy); in io_edifwriteportpositions()
2360 getcenter(obj, &six, &siy); in io_edifsymbol_showpoly()
H A Diopsoutcolor.cpp706 getcenter(poly, &x, &y); in io_pscolor_plotPolygon()
H A Diopsout.cpp1612 getcenter(poly, &x, &y); in io_pspoly()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcomcd.c1274 getcenter(poly, &x, &y); in us_create()
1734 if (!isinside(nx, ny, poly)) getcenter(poly, &nx, &ny); in us_create()
1736 if (!isinside(cx, cy, poly)) getcenter(poly, &cx, &cy); in us_create()
1889 if (!isinside(nx, ny, poly)) getcenter(poly, &nx, &ny); in us_create()
H A Dusrcomoq.c923 getcenter(poly, &x, &y); in us_port()
H A Dusrdisp.c287 getcenter(poly, &xc, &yc); in us_fullview()
2359 getcenter(poly, &px, &py); in us_writeprotoname()
H A Dusrwindow.c1219 getcenter(obj, &six, &siy); in us_showpoly()
H A Dusrhigh.c2546 getcenter(poly, xc, yc); in us_gethightextcenter()
H A Dusrnet.c9796 getcenter(poly, &testx, &testy); in us_selectsnappoly()
/dports/cad/electric/electric-7.00/src/rout/
H A Droutmimic.c521 getcenter(ro_mimicportpolys[portpos], &x0, &y0); in ro_mimicthis()
H A Droutauto.c605 getcenter(poly, &ox, &oy); in ro_testpoly()
/dports/math/pari/pari-2.13.3/src/test/32/
H A Dalgebras884 csa getcenter: 1
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2128 void getcenter(POLYGON *poly, INTBIG *x, INTBIG *y);
/dports/math/pari/pari-2.13.3/src/test/in/
H A Dalgebras1030 print("csa getcenter: ", algcenter(al) == nf);