Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrhigh.c549 if (polyinrect(poly, slx, shx, sly, shy)) accept = TRUE; in us_selectarea()
595 if (polyinrect(poly, slx, shx, sly, shy)) accept = TRUE; in us_selectarea()
666 if (polyinrect(poly, slx, shx, sly, shy)) accept = TRUE; in us_selectarea()
975 if (!polyinrect(poly, high.stalx, high.stahx, in us_gethighlighted()
995 if (!polyinrect(poly, high.stalx, high.stahx, in us_gethighlighted()
1231 if (!polyinrect(poly, high.stalx, high.stahx, high.staly, high.stahy)) in us_getallhighlighted()
1251 if (!polyinrect(poly, high.stalx, high.stahx, high.staly, high.stahy)) in us_getallhighlighted()
H A Dusrtrack.c1349 if (!polyinrect(poly, slx, shx, sly, shy)) return(FALSE); in us_geominrect()
1367 if (!polyinrect(poly, slx, shx, sly, shy)) return(FALSE); in us_geominrect()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2069 BOOLEAN polyinrect(POLYGON *poly, INTBIG lx, INTBIG hx, INTBIG ly, INTBIG hy);
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c2644 BOOLEAN polyinrect(POLYGON *poly, INTBIG lx, INTBIG hx, INTBIG ly, INTBIG hy) in polyinrect() function