Home
last modified time | relevance | path

Searched refs:numpts (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/graphics/grx/grx249/src/pattern/
H A Dptellia.c37 int numpts = GrGenerateEllipseArc(xc,yc,xa,ya,start,end,points); in GrPatternedEllipseArc() local
43 points[numpts][0] = xc; in GrPatternedEllipseArc()
44 points[numpts][1] = yc; in GrPatternedEllipseArc()
45 numpts++; in GrPatternedEllipseArc()
46 points[numpts][0] = points[0][0]; in GrPatternedEllipseArc()
47 points[numpts][1] = points[0][1]; in GrPatternedEllipseArc()
48 numpts++; in GrPatternedEllipseArc()
52 points[numpts][0] = points[0][0]; in GrPatternedEllipseArc()
53 points[numpts][1] = points[0][1]; in GrPatternedEllipseArc()
54 numpts++; in GrPatternedEllipseArc()
[all …]
H A Dpfellia.c34 int numpts = GrGenerateEllipseArc(xc,yc,xa,ya,start,end,points); in GrPatternFilledEllipseArc() local
38 points[numpts][0] = xc; in GrPatternFilledEllipseArc()
39 points[numpts][1] = yc; in GrPatternFilledEllipseArc()
40 numpts++; in GrPatternFilledEllipseArc()
43 if(numpts < 0) _GrScanConvexPoly((-numpts),points,&_GrPatternFiller,fa); in GrPatternFilledEllipseArc()
44 else _GrScanPolygon( numpts, points,&_GrPatternFiller,fa); in GrPatternFilledEllipseArc()
H A Dpattpoly.c29 void GrPatternedPolyLine(int numpts,int points[][2],GrLinePattern *lp) in GrPatternedPolyLine() argument
34 _GrDrawCustomPolygon(numpts,points,lp->lnp_option, in GrPatternedPolyLine()
38 void GrPatternedPolygon(int numpts,int points[][2],GrLinePattern *lp) in GrPatternedPolygon() argument
43 _GrDrawCustomPolygon(numpts,points,lp->lnp_option, in GrPatternedPolygon()
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dinterpolateinface.f34 integer numpts,i_int,n_int,i,j,k,kk,l,ll,nn, local
35 & koncont(3,2*numpts+1),itri,kflag,neigh(1),kneigh,
36 & imastop(3,2*numpts+1),indexcj,nopespringj,list(numpts),
38 & ifaceq(8,6),ip(numpts),ne0,itrinew,ntriangle,
41 & nx(2*numpts+1),ny(2*numpts+1),isol,id
44 & xstateini(nstate_,mi(1),*),coi(2,numpts+3),pneigh(3,3),
45 & cg(2,2*numpts+1),pslavsurf(3,*),xil,etl,ratio(3),
46 & z(9,3),x(2*numpts+1),xo(2*numpts+1),dis(3),
47 & y(2*numpts+1),yo(2*numpts+1),straight(9,2*numpts+1),dist
83 do i=1,numpts
[all …]
H A Ddelaun.f23 subroutine delaun(numpts,n,x,y,list,stack,v,e,numtri) argument
38 v1=numpts+1
39 v2=numpts+2
40 v3=numpts+3
57 maxstk=numpts
146 if((v(1,t).gt.numpts).or.
147 & (v(2,t).gt.numpts).or.
148 & (v(3,t).gt.numpts))then
162 if((v(1,t).gt.numpts).or.
163 & (v(2,t).gt.numpts).or.
[all …]
H A Dinterpolatestate.f39 & numpts,islavsurf(2,*),islavsurfold(2,*),ntie,itiefac(2,*) local
47 numpts=islavsurfold(2,kk+1)-islavsurfold(2,kk)
48 if(numpts.gt.2) then
49 call interpolateinface(kk,xstate,xstateini,numpts,
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/hardware/
H A Dhw_bsp.c514 int numpts = xpoly->numpts; in wpoly_insert_vert() local
521 xpoly->numpts = numpts + 1; in wpoly_insert_vert()
623 p->numpts = numpts; in HWR_AllocPoly()
1201 int numpts = poly->numpts; in enforce_convex() local
1233 poly->numpts = numpts; in enforce_convex()
1435 int numpts = poly->numpts; in apply_seg_chains() local
1493 if((i1 < numpts) && (i2 < numpts)) in apply_seg_chains()
1522 numpts = poly->numpts; in apply_seg_chains()
2186 numpts = wq->numpts; in SearchSegInBSP()
2240 numpts = wp->numpts; in SolveTProblem()
[all …]
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/starbase/
H A DhwLineDrawSB.c140 numpts = 0 ; in _dxfLineDraw()
220 numpts += (2-start) ; in _dxfLineDraw()
225 (FILDES, clist, numpts, num_coords, vertex_flags) ; in _dxfLineDraw()
262 for (i=0, dV=numpts*vsize ; i<2 ; i++, dV+=vsize) in _dxfLineDraw()
268 for (i=0, dV=numpts*vsize ; i<2 ; i++, dV+=vsize) in _dxfLineDraw()
272 for (i=0, dV=numpts*vsize ; i<2 ; i++, dV+=vsize) in _dxfLineDraw()
278 for (i=0, dV=numpts*vsize+cOffs ; i<2 ; i++,dV+=vsize) in _dxfLineDraw()
282 for (i=0, dV=numpts*vsize+cOffs ; i<2 ; i++,dV+=vsize) in _dxfLineDraw()
289 for (i=0, dV=numpts*vsize+cOffs ; i<2 ; i++,dV+=vsize) in _dxfLineDraw()
293 for (i=0, dV=numpts*vsize+cOffs ; i<2 ; i++,dV+=vsize) in _dxfLineDraw()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/
H A DSoPointSet.cpp200 int32_t numpts = this->numPoints.getValue(); in GLRender() local
201 if (numpts == 0) return; in GLRender()
249 if (numpts < 0) numpts = coords->getNum() - idx; in GLRender()
255 SoVBO::shouldRenderAsVertexArrays(state, contextid, numpts) && in GLRender()
278 cc_glglue_glDrawArrays(glue, GL_POINTS, idx, numpts); in GLRender()
289 numpts, idx); in GLRender()
296 sogl_autocache_update(state, numpts/3, didrenderasvbo); in GLRender()
353 int32_t numpts = this->numPoints.getValue(); in generatePrimitives() local
354 if (numpts == 0) return; in generatePrimitives()
392 if (numpts < 0) numpts = coords->getNum() - idx; in generatePrimitives()
[all …]
/dports/math/fricas/fricas-1.3.7/src/graph/view3D/
H A Dsurface3d.c86 for (i=0, anIndex=p->indexPtr; i<p->numpts; i++,anIndex++) { in drawLineComponent()
104 PSDrawColor(col_rgb.r,col_rgb.g,col_rgb.b,quadMesh,p->numpts); in drawLineComponent()
146 for (i=0, anIndex=p->indexPtr; i<p->numpts; i++,anIndex++) { in drawOpaquePolygon()
158 PSFillPolygon(GC9991, quadMesh, p->numpts+1); in drawOpaquePolygon()
210 aPoly->numpts = polygonList->numpts; in copyPolygons()
211 for (i=0; i<aPoly->numpts; i++) in copyPolygons()
241 aPoly->numpts = polygonList->numpts; in copyPolygons()
243 for (i=0; i<aPoly->numpts; i++) in copyPolygons()
296 for (i=1,anIndex++; i<aPoly->numpts; i++,anIndex++) { in minMaxPolygons()
401 for (i=0, anIndex=p->indexPtr; i<p->numpts; i++,anIndex++) { in drawRenderedPolygon()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/vrml97/
H A DPointSet.cpp180 const int numpts = coords->getNum(); in GLRender() local
185 SoVBO::shouldRenderAsVertexArrays(state, contextid, numpts) && in GLRender()
208 cc_glglue_glDrawArrays(glue, GL_POINTS, 0, numpts); in GLRender()
219 numpts, 0); in GLRender()
223 sogl_autocache_update(state, numpts, didrenderasvbo); in GLRender()
247 int32_t numpts = coordnode->point.getNum(); in generatePrimitives() local
255 for (int i = 0; i < numpts; i++) { in generatePrimitives()
/dports/graphics/grx/grx249/src/user/
H A Dupfcpoly.c23 void GrUsrPatternFilledConvexPolygon(int numpts,int points[][2],GrPattern *p) in GrUsrPatternFilledConvexPolygon() argument
28 tmp = ALLOC(sizeof(int) * 2 * numpts); in GrUsrPatternFilledConvexPolygon()
31 for ( pt = 0;pt < numpts;pt++) { in GrUsrPatternFilledConvexPolygon()
37 GrPatternFilledConvexPolygon(numpts,tmp,p); in GrUsrPatternFilledConvexPolygon()
H A Dupolylin.c23 void GrUsrPolyLine(int numpts,int points[][2],GrColor c) in GrUsrPolyLine() argument
28 tmp = ALLOC(sizeof(int) * 2 * numpts); in GrUsrPolyLine()
31 for ( pt = 0; pt < numpts; pt++) { in GrUsrPolyLine()
37 GrPolyLine(numpts,tmp,c); in GrUsrPolyLine()
H A Dufpolyg.c23 void GrUsrFilledPolygon(int numpts,int points[][2],GrColor c) in GrUsrFilledPolygon() argument
28 tmp = ALLOC(sizeof(int) * 2 * numpts); in GrUsrFilledPolygon()
31 for ( pt = 0; pt < numpts; pt++) { in GrUsrFilledPolygon()
37 GrFilledPolygon(numpts,tmp,c); in GrUsrFilledPolygon()
H A Duppolyg.c23 void GrUsrPatternedPolygon(int numpts,int points[][2],GrLinePattern *lp) in GrUsrPatternedPolygon() argument
28 tmp = ALLOC(sizeof(int) * 2 * numpts); in GrUsrPatternedPolygon()
31 for ( pt = 0;pt < numpts;pt++) { in GrUsrPatternedPolygon()
37 GrPatternedPolygon(numpts,tmp,lp); in GrUsrPatternedPolygon()
H A Duppolyl.c23 void GrUsrPatternedPolyLine(int numpts,int points[][2],GrLinePattern *lp) in GrUsrPatternedPolyLine() argument
28 tmp = ALLOC(sizeof(int) * 2 * numpts); in GrUsrPatternedPolyLine()
31 for ( pt = 0;pt < numpts;pt++) { in GrUsrPatternedPolyLine()
37 GrPatternedPolyLine(numpts,tmp,lp); in GrUsrPatternedPolyLine()
H A Ducpolyl.c23 void GrUsrCustomPolyLine(int numpts,int points[][2],const GrLineOption *lo) in GrUsrCustomPolyLine() argument
28 tmp = ALLOC(sizeof(int) * 2 * numpts); in GrUsrCustomPolyLine()
31 for ( pt = 0;pt < numpts;pt++) { in GrUsrCustomPolyLine()
37 GrCustomPolyLine(numpts,tmp,lo); in GrUsrCustomPolyLine()
H A Dufcpolyg.c23 void GrUsrFilledConvexPolygon(int numpts,int points[][2],GrColor c) in GrUsrFilledConvexPolygon() argument
28 tmp = ALLOC(sizeof(int) * 2 * numpts); in GrUsrFilledConvexPolygon()
31 for ( pt = 0; pt < numpts; pt++) { in GrUsrFilledConvexPolygon()
37 GrFilledConvexPolygon(numpts,tmp,c); in GrUsrFilledConvexPolygon()
H A Dupolygon.c23 void GrUsrPolygon(int numpts,int points[][2],GrColor c) in GrUsrPolygon() argument
28 tmp = ALLOC(sizeof(int) * 2 * numpts); in GrUsrPolygon()
31 for ( pt = 0; pt < numpts; pt++) { in GrUsrPolygon()
37 GrPolygon(numpts,tmp,c); in GrUsrPolygon()
H A Ducpolyg.c23 void GrUsrCustomPolygon(int numpts,int points[][2],const GrLineOption *lo) in GrUsrCustomPolygon() argument
28 tmp = ALLOC(sizeof(int) * 2 * numpts); in GrUsrCustomPolygon()
31 for ( pt = 0;pt < numpts;pt++) { in GrUsrCustomPolygon()
37 GrCustomPolygon(numpts,tmp,lo); in GrUsrCustomPolygon()
H A Dupfpolyg.c23 void GrUsrPatternFilledPolygon(int numpts,int points[][2],GrPattern *p) in GrUsrPatternFilledPolygon() argument
28 tmp = ALLOC(sizeof(int) * 2 * numpts); in GrUsrPatternFilledPolygon()
31 for ( pt = 0;pt < numpts;pt++) { in GrUsrPatternFilledPolygon()
37 GrPatternFilledPolygon(numpts,tmp,p); in GrUsrPatternFilledPolygon()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_bsp.c127 p->numpts = numpts; in HWR_AllocPoly()
272 for (i = 0; i < poly->numpts; i++) in SplitPoly()
275 if (j == poly->numpts) j = 0; in SplitPoly()
387 if (++i == poly->numpts) in SplitPoly()
402 if (++i == poly->numpts) in SplitPoly()
467 if (j == poly->numpts) in CutOutSubsecPoly()
524 if (++ps == poly->numpts) in CutOutSubsecPoly()
627 if (poly && poly->numpts > 2) in WalkBSPNode()
780 for (j = 0; j < q->numpts; j++) in SearchSegInBSP()
783 if (k == q->numpts) k = 0; in SearchSegInBSP()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/outofcore/src/
H A Doutofcore_base_data.cpp151 …cJSON* numpts = cJSON_CreateDoubleArray ( &(lodPoints_db.front ()), static_cast<int>(lodPoints_db.… in serializeMetadataToDisk() local
157 cJSON_AddItemToObject (idx.get (), "numpts", numpts); in serializeMetadataToDisk()
189 cJSON* numpts = cJSON_GetObjectItem (idx.get (), "numpts"); in loadMetadataFromDisk() local
195 if (!((name) && (version) && (pointtype) && (lod) && (numpts) && (coord))) in loadMetadataFromDisk()
201 … || (lod->type != cJSON_Number) || (numpts->type != cJSON_Array) || (coord->type != cJSON_String)) in loadMetadataFromDisk()
211 if ((lod->valueint + 1) != cJSON_GetArraySize (numpts)) in loadMetadataFromDisk()
213 …atch size of LOD array (%d) in %s\n", lod->valueint, cJSON_GetArraySize (numpts), metadata_filenam… in loadMetadataFromDisk()
228 … LOD_num_points_[i] = static_cast<std::uint64_t> (cJSON_GetArrayItem (numpts, i)->valuedouble ); in loadMetadataFromDisk()
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Dunbust.c590 static void add_vpts( numpts ) in add_vpts() argument
591 INT numpts ; in add_vpts()
609 for( i = 1; i+3 <= numpts; ){
639 for( j = i+3;j <= numpts;j++ ){
645 ASSERT( j > 0 && j <=numpts,
670 if( i <= numpts ){
752 static void add_hpts( numpts ) in add_hpts() argument
753 INT numpts ; in add_hpts()
772 for( i = 1; i+3 <= numpts; ){
809 ASSERT( j > 0 && j <= numpts,
[all …]
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/
H A Dcloning_gui.cpp54 int numpts = 100; variable
108 for(int i = var; i < numpts ; i++) in source()
114 polylines( img1, pts3, &numpts,1, 1, Scalar(0,0,0), 2, 8, 0); in source()
147 fillPoly(res1, pts4,&numpts, 1, Scalar(255, 255, 255), 8, 0); in source()
175 for(int i = 0; i < numpts ; i++) in source()
209 for(int i=var;i<numpts;i++) in destination()
216 polylines( im1, pts5, &numpts,1, 1, Scalar(0,0,255), 2, 8, 0); in destination()
253 fillPoly(res, pts6, &numpts, 1, Scalar(255, 255, 255), 8, 0); in destination()
466 for(int i = var; i < numpts ; i++) in main()
500 fillPoly(res1, pts4,&numpts, 1, Scalar(255, 255, 255), 8, 0); in main()
[all …]

1234567