Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/contrib/gel/gst/
H A Dgst_polygon_2d_operators.cxx22 gst_polygon_2d_sptr thispoly= new gst_polygon_2d; in gst_make_polygons_2d() local
27 thispoly->add( edges[i]); in gst_make_polygons_2d()
51 thispoly->add( edges[j]); in gst_make_polygons_2d()
68 polygons.push_back( thispoly); in gst_make_polygons_2d()
89 gst_polygon_2d_sptr thispoly= new gst_polygon_2d; in gst_make_polygons_2d_unoriented() local
94 thispoly->add( edges[i]); in gst_make_polygons_2d_unoriented()
121 thispoly->add( edges[j]); in gst_make_polygons_2d_unoriented()
145 thispoly->add( edges[j]); in gst_make_polygons_2d_unoriented()
161 polygons.push_back( thispoly); in gst_make_polygons_2d_unoriented()
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dundo.c692 polyptr thispoly; in undo_one_action() local
966 thispoly->style = snum; in undo_one_action()
996 thispoly->color = snum; in undo_one_action()
1024 thispoly = (polyptr)egen; in undo_one_action()
1025 escale->scale = thispoly->width; in undo_one_action()
1026 thispoly->width = fnum; in undo_one_action()
1171 polyptr thispoly; in redo_one_action() local
1410 thispoly->style = snum; in redo_one_action()
1440 thispoly->color = snum; in redo_one_action()
1468 thispoly = (polyptr)egen; in redo_one_action()
[all …]
H A Dfunctions.c439 polyptr thispoly; in converttocurve() local
452 if ((thispoly->style & UNCLOSED) && (thispoly->number == 3)) { in converttocurve()
461 numpoints = thispoly->number; in converttocurve()
467 if ((thispoly->points[0].x == thispoly->points[thispoly->number - 1].x) in converttocurve()
468 && (thispoly->points[0].y == in converttocurve()
469 thispoly->points[thispoly->number - 1].y)) in converttocurve()
481 + thispoly->points[1].x) / 2; in converttocurve()
483 + thispoly->points[1].y) / 2; in converttocurve()
499 + thispoly->points[i + 2].x) / 2; in converttocurve()
501 + thispoly->points[i + 2].y) / 2; in converttocurve()
[all …]
H A Delements.c1166 polyptr thispoly; in updatepath() local
1183 thispoly = TOPOLY(ggen); in updatepath()
1184 if (thispoly->cycle == NULL) continue; in updatepath()
1185 cycle = thispoly->number - 1; in updatepath()
1186 for (cptr = thispoly->cycle;; cptr++) { in updatepath()
1219 thispoly = TOPOLY(ggen); in updatepath()
1220 if (thispoly->cycle == NULL) continue; in updatepath()
2233 thispoly->number++; in poly_add_point()
2234 thispoly->points = (XPoint *)realloc(thispoly->points, in poly_add_point()
2235 thispoly->number * sizeof(XPoint)); in poly_add_point()
[all …]
H A Devents.c1266 polyptr thispoly; in nextpathcycle() local
1275 thispoly = (polyptr)ppart; in nextpathcycle()
1276 cptr = thispoly->cycle; in nextpathcycle()
1278 curpt = thispoly->points + cptr->number; in nextpathcycle()
1282 checkwarp(thispoly->points + cptr->number); in nextpathcycle()
1333 thispoly = TOPOLY(ggen); in nextpathcycle()
1334 cycle = (dir > 0) ? 0 : thispoly->number - 1; in nextpathcycle()
1336 makerefcycle(thispoly->cycle, cycle); in nextpathcycle()
1337 if ((thispoly->points + cycle)->x == curpt->x && in nextpathcycle()
1338 (thispoly->points + cycle)->y == curpt->y) { in nextpathcycle()
[all …]
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/helpers/src/qtloops/
H A Dpolylineclip.cpp460 const QPolygonF thispoly(rect.makePolygon()); in willOverlap() local
464 if( doPolygonsIntersect(thispoly, ir.makePolygon()) ) in willOverlap()
/dports/cad/electric/electric-7.00/src/rout/
H A Droutmimic.c344 REGISTER POLYGON *thispoly, **newportpolys; in ro_mimicthis() local
545 thispoly = ro_mimicportpolys[oportpos]; in ro_mimicthis()
552 if (!isinside(wantx1, wanty1, thispoly)) continue; in ro_mimicthis()