Home
last modified time | relevance | path

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

/dports/math/R-cran-recipes/recipes/tests/testthat/
H A Dtest_term_info.R209 poly_new <-
279 recipes:::merge_term_info(.old = poly_old, .new = poly_new),
/dports/databases/pgsphere/pgsphere-e0b303d/
H A Dpolygon.c1369 SPOLY *poly_new = NULL; in spherepoly_add_point() local
1400 poly_new = palloc(size); in spherepoly_add_point()
1401 memcpy((void *) poly_new, (void *) poly, VARSIZE(poly)); in spherepoly_add_point()
1402 poly_new->npts++; in spherepoly_add_point()
1403 SET_VARSIZE(poly_new, size); in spherepoly_add_point()
1405 memcpy((void *) &poly_new->p[poly->npts], (void *) p, sizeof(SPoint)); in spherepoly_add_point()
1406 PG_RETURN_POINTER(poly_new); in spherepoly_add_point()
/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dpolygon.h25 Poly * poly_new( void );
H A Dtools.c561 new_poly = poly_new(); in tools_poly_extrude()
638 new_poly = poly_new(); in tools_polys_extrude_connected()
750 newpoly = poly_new(); in tools_polys_make_triangles()
833 newpoly = poly_new(); in tools_polys_subdivide_midpoint()
860 newpoly = poly_new(); in tools_polys_subdivide_midpoint()
930 newpoly = poly_new(); in tools_polys_subdivide_quads()
994 newpoly = poly_new(); in tools_polys_subdivide_tris()
H A Dpolygon.c34 Poly * poly_new( void ) { in poly_new() function
98 copy = poly_new(); in poly_dup()
H A Dfmt_3ds.c205 Poly *new_poly = poly_new(); in f3ds_load_mesh()
H A Dpywrapper.c291 p = poly_new(); in poly_insert()
H A Dfmt_ac3d.c847 newPoly = poly_new(); in DoRefs()
H A Dfmt_wavefront.c593 p = poly_new(); in wavefront_load_doc_2()
H A Dview.c633 the_model->partially_completed_poly = poly_new(); in view_mouse_down()
H A Dfmt_md2.c622 kl3dpoly = poly_new(); in md2_populateModel()
/dports/graphics/gegl/gegl-0.4.34/operations/common-gpl3+/
H A Dmosaic.c1498 Polygon *poly_new)
1510 clip_point (dir, pt, x1, y1, x2, y2, poly_new);
1522 Polygon *poly_new)
1543 polygon_add_point (poly_new, x2 + pt[0], y2 + pt[1]);
1555 polygon_add_point (poly_new, x2 + pt[0], y2 + pt[1]);
1567 polygon_add_point (poly_new, dir[0] * t + pt[0], dir[1] * t + pt[1]);
1568 polygon_add_point (poly_new, x2 + pt[0], y2 + pt[1]);
1572 polygon_add_point (poly_new, dir[0] * t + pt[0], dir[1] * t + pt[1]);
/dports/graphics/blender/blender-2.91.0/source/blender/modifiers/intern/
H A DMOD_weld.c918 WeldPoly *poly_new = &wpoly[wpoly_len]; in weld_poly_loop_ctx_alloc() local
922 r_weld_mesh->wpoly_new = poly_new; in weld_poly_loop_ctx_alloc()