Home
last modified time | relevance | path

Searched refs:current_polygon (Results 1 – 10 of 10) sorted by relevance

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/glu/
H A Dtess.c70 tobj->current_polygon=NULL; in gluNewTess()
122 if(tobj->current_polygon!=NULL) in gluBeginPolygon()
131 if((tobj->current_polygon= in gluBeginPolygon()
137 tobj->current_polygon->vertex_cnt=0; in gluBeginPolygon()
138 tobj->current_polygon->vertices= in gluBeginPolygon()
139 tobj->current_polygon->last_vertex=NULL; in gluBeginPolygon()
152 if(tobj->current_polygon==NULL) in gluEndPolygon()
196 if(tobj->current_polygon==NULL) in gluNextContour()
202 if(tobj->current_polygon->vertex_cnt) in gluNextContour()
209 tess_polygon *polygon=tobj->current_polygon; in gluTessVertex()
[all …]
H A Dtess.h83 tess_polygon *current_polygon; member
H A Dpolytest.c65 tess_polygon *polygon=tobj->current_polygon; in find_normal()
99 tess_polygon *polygon=tobj->current_polygon; in tess_test_polygon()
177 polygon=tobj->current_polygon; in test_for_overlapping_contours()
189 tess_polygon *polygon=tobj->current_polygon; in store_polygon_as_contour()
262 tess_polygon *polygon=tobj->current_polygon; in prepare_projection_info()
418 tess_polygon *polygon=tobj->current_polygon; in verify_edge_vertex_intersections()
/dports/cad/pdnmesh/pdnmesh-0.2.2/src/
H A Ddxf.c51 dxf_polygon *current_polygon; variable
1056 if ( current_polygon ) { in entry_get_hollow()
1071 if ( current_polygon ) { in entry_get_mu()
1072 if((current_polygon->mu=(char*)realloc((void*)current_polygon->mu, in entry_get_mu()
1090 if ( current_polygon ) { in entry_get_eps()
1091 if((current_polygon->eps=(char*)realloc((void*)current_polygon->eps, in entry_get_eps()
1110 if ( current_polygon ) { in entry_get_rho()
1111 if((current_polygon->rho=(char*)realloc((void*)current_polygon->rho, in entry_get_rho()
1520 if ( current_polygon ) { in expose_event()
1521 hh=current_polygon->head; in expose_event()
[all …]
/dports/math/octave/octave-6.4.0/src/
H A Doctave-svgconvert.cc649 octave_polygon current_polygon; in reconstruct_polygons() local
676 if (! current_polygon.count ()) in reconstruct_polygons()
682 QList<QPolygonF> polygons = current_polygon.reconstruct (); in reconstruct_polygons()
687 current_polygon.reset (); in reconstruct_polygons()
693 current_polygon.add (p); in reconstruct_polygons()
699 if (current_polygon.count ()) in reconstruct_polygons()
701 QList<QPolygonF> polygons = current_polygon.reconstruct (); in reconstruct_polygons()
705 current_polygon.reset (); in reconstruct_polygons()
713 (replaced_nodes, current_polygon.reconstruct ())); in reconstruct_polygons()
/dports/games/alephone/alephone-release-20190331/Source_Files/GameWorld/
H A Ddevices.cpp551 short current_polygon= player->camera_polygon_index; in find_action_key_target() local
568 …line_index= find_line_crossed_leaving_polygon(current_polygon, (world_point2d *) &player->location… in find_action_key_target()
579 original_polygon= current_polygon; in find_action_key_target()
580 current_polygon= find_adjacent_polygon(current_polygon, line_index); in find_action_key_target()
584 if (current_polygon!=NONE) in find_action_key_target()
586 polygon= get_polygon_data(current_polygon); in find_action_key_target()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/voronoi/
H A Dgeneric_RVD.h293 const Polygon& current_polygon() const { in current_polygon() function
1409 current_seed_, current_facet_, current_polygon() in compute_surfacic_with_seeds_priority()
1414 v < current_polygon().nb_vertices(); v++ in compute_surfacic_with_seeds_priority()
1416 const Vertex& ve = current_polygon().vertex(v); in compute_surfacic_with_seeds_priority()
1976 current_seed_, current_facet_, current_polygon() in compute_surfacic_with_cnx_priority()
1984 v < current_polygon().nb_vertices(); v++ in compute_surfacic_with_cnx_priority()
1986 const Vertex& ve = current_polygon().vertex(v); in compute_surfacic_with_cnx_priority()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dpm3d.c72 static int current_polygon = 0; /* index of the current polygon */ variable
1176 q->vertex.array_index = current_polygon; in pm3d_add_polygon()
1777 current_polygon = next_polygon; in get_polygon()
1778 next_polygon = current_polygon + size; in get_polygon()
1779 return &polygonlist[current_polygon]; in get_polygon()
1787 current_polygon = 0; in free_polygonlist()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dpm3d.c72 static int current_polygon = 0; /* index of the current polygon */ variable
1176 q->vertex.array_index = current_polygon; in pm3d_add_polygon()
1777 current_polygon = next_polygon; in get_polygon()
1778 next_polygon = current_polygon + size; in get_polygon()
1779 return &polygonlist[current_polygon]; in get_polygon()
1787 current_polygon = 0; in free_polygonlist()
/dports/graphics/swftools/swftools-0.9.2/lib/gfxpoly/
H A Dpoly.c20 static gfxpoly_t*current_polygon = 0; variable
23 if(!current_polygon) { in gfxpoly_fail()
33 gfxpolystroke_t*stroke = current_polygon->strokes; in gfxpoly_fail()
51 gfxpoly_save(current_polygon, filename); in gfxpoly_fail()
1506 current_polygon = poly1; in gfxpoly_process()