Home
last modified time | relevance | path

Searched refs:npoly (Results 126 – 150 of 234) sorted by relevance

12345678910

/dports/math/R/R-4.1.2/src/include/R_ext/
H A DGraphicsDevice.h458 int npoly, int *nper,
H A DGraphicsEngine.h421 int npoly, int *nper,
/dports/math/libRmath/R-4.1.1/src/include/R_ext/
H A DGraphicsDevice.h458 int npoly, int *nper,
H A DGraphicsEngine.h421 int npoly, int *nper,
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/
H A Dwmfvectorialwriter.pas683 p, npoly, npts: Integer;
710 npoly := Length(polystarts);
719 WriteWMFParams(AStream, npoly, SIZE_OF_WORD);
/dports/editors/lazarus/lazarus/components/fpvectorial/
H A Dwmfvectorialwriter.pas683 p, npoly, npts: Integer;
710 npoly := Length(polystarts);
719 WriteWMFParams(AStream, npoly, SIZE_OF_WORD);
/dports/editors/lazarus-qt5/lazarus/components/fpvectorial/
H A Dwmfvectorialwriter.pas683 p, npoly, npts: Integer;
710 npoly := Length(polystarts);
719 WriteWMFParams(AStream, npoly, SIZE_OF_WORD);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/
H A Dwmfvectorialwriter.pas683 p, npoly, npts: Integer;
710 npoly := Length(polystarts);
719 WriteWMFParams(AStream, npoly, SIZE_OF_WORD);
/dports/math/R/R-4.1.2/src/extra/graphapp/
H A Dga.h163 void gfillpolypolygon(drawing d, rgb fill, point *p, int npoly, int *nper);
/dports/math/libRmath/R-4.1.1/src/extra/graphapp/
H A Dga.h163 void gfillpolypolygon(drawing d, rgb fill, point *p, int npoly, int *nper);
/dports/cad/electric/electric-7.00/src/misc/
H A Dcompact.c1183 REGISTER POLYGON *poly, *npoly; in com_minseparate() local
1190 npoly = npolys->poly; in com_minseparate()
1191 nminsize = polyminsize(npoly); in com_minseparate()
1202 if (!isbox(npoly, &lx, &hx, &ly, &hy)) return(bound); in com_minseparate()
/dports/graphics/nanort/nanort-b1feea8/examples/ptex/
H A Drender.cc869 int npoly = shapes[i].mesh.num_face_vertices[f]; in LoadObj() local
871 mesh.face_num_verts.push_back(npoly); in LoadObj()
874 if (npoly == 4) { in LoadObj()
955 offset += npoly; in LoadObj()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/session/graphics/
H A DRGraphicsDevDesc.cpp855 int npoly, in path() argument
887 pPathFn(x, y, npoly, nper, winding, gc, dd); in path()
/dports/graphics/libwmf/libwmf-0.2.12/src/ipa/svg/
H A Ddraw.h327 for (polygon = 0; polygon < polypolygon->npoly; polygon++) in wmf_svg_draw_polypolygon()
/dports/graphics/libwmf-nox11/libwmf-0.2.12/src/ipa/svg/
H A Ddraw.h327 for (polygon = 0; polygon < polypolygon->npoly; polygon++) in wmf_svg_draw_polypolygon()
/dports/cad/pdnmesh/pdnmesh-0.2.2/src/
H A Dgraphics.c250 for (i=0;i<bound.npoly;i++){ in global_render()
298 bc=(float)(rec->boundary/(double)bound.npoly*0.5)+0.2f; in global_render()
309 for (i=0;i<bound.npoly;i++){ in global_render()
608 for (i=0;i<bound.npoly;i++) { in dialog_display_triangle_info()
731 if ( boundary_no < bound.npoly ) { in dialog_display_material_info()
/dports/math/R-cran-gpclib/gpclib/src/
H A Dgpc.c1081 polygon_node *out_poly= NULL, *p, *q, *poly, *npoly, *cf= NULL; in gpc_polygon_clip() local
1668 for (poly= out_poly; poly; poly= npoly) in gpc_polygon_clip()
1670 npoly= poly->next; in gpc_polygon_clip()
1695 for (poly= out_poly; poly; poly= npoly) in gpc_polygon_clip()
1697 npoly= poly->next; in gpc_polygon_clip()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkContourTriangulator.cxx621 size_t npoly = poly.size(); in vtkCCSMakePolysFromLines() local
625 endPts[0] = poly[npoly-1]; in vtkCCSMakePolysFromLines()
672 if ((r == 0 && ((endIdx == 0 && poly[npoly-2] == pts[1]) || in vtkCCSMakePolysFromLines()
674 (r != 0 && ((endIdx == 0 && poly[npoly-2] == pts[npts-2]) || in vtkCCSMakePolysFromLines()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkContourTriangulator.cxx607 size_t npoly = poly.size(); in vtkCCSMakePolysFromLines() local
611 endPts[0] = poly[npoly - 1]; in vtkCCSMakePolysFromLines()
658 ((endIdx == 0 && poly[npoly - 2] == pts[1]) || in vtkCCSMakePolysFromLines()
661 ((endIdx == 0 && poly[npoly - 2] == pts[npts - 2]) || in vtkCCSMakePolysFromLines()
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkContourTriangulator.cxx618 size_t npoly = poly.size(); in vtkCCSMakePolysFromLines() local
622 endPts[0] = poly[npoly-1]; in vtkCCSMakePolysFromLines()
669 if ((r == 0 && ((endIdx == 0 && poly[npoly-2] == pts[1]) || in vtkCCSMakePolysFromLines()
671 (r != 0 && ((endIdx == 0 && poly[npoly-2] == pts[npts-2]) || in vtkCCSMakePolysFromLines()
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dlibraries.c1511 register polyptr *npoly, cpoly = TOPOLY(oldobj->plist + i); in copycat() local
1513 NEW_POLY(npoly, (*newobj)); in copycat()
1514 polycopy(*npoly, cpoly); in copycat()
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DTmpF5Mat.C283 unsigned long maxdeg, npoly; variable
286 GB_t(int n, int m):maxdeg(0), npoly(m), nind(n), GB(),lastNRi(-1){}; in GB_t()
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DTmpF5Mat.C283 unsigned long maxdeg, npoly; variable
286 GB_t(int n, int m):maxdeg(0), npoly(m), nind(n), GB(),lastNRi(-1){}; in GB_t()
/dports/science/xcrysden/xcrysden-1.6.2/C/
H A DcryDispFunc.c368 for (ip=0; ip < bz[BZ_PRIMCELL].npoly; ip++) {
/dports/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Math-Geometry-Planar-GPC-PolygonXS-0.052/
H A Dgpc.c1124 polygon_node *out_poly= NULL, *p, *q, *poly, *npoly, *cf= NULL; in gpc_polygon_clip() local
1711 for (poly= out_poly; poly; poly= npoly) in gpc_polygon_clip()
1713 npoly= poly->next; in gpc_polygon_clip()
1738 for (poly= out_poly; poly; poly= npoly) in gpc_polygon_clip()
1740 npoly= poly->next; in gpc_polygon_clip()

12345678910