Home
last modified time | relevance | path

Searched refs:inactive_edges (Results 1 – 3 of 3) sorted by relevance

/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dpolygon.c126 POLYGON_EDGE *inactive_edges = NULL; in _soft_polygon() local
147 inactive_edges = _add_edge(inactive_edges, edge, FALSE); in _soft_polygon()
170 edge = inactive_edges; in _soft_polygon()
173 inactive_edges = _remove_edge(inactive_edges, edge); in _soft_polygon()
/dports/graphics/grafx2/grafx2/src/
H A Dgraph.c2741 T_Polygon_edge *inactive_edges = NULL; in Polyfill_general() local
2768 inactive_edges = Add_edge(inactive_edges, edge, 0); in Polyfill_general()
2780 edge = inactive_edges; in Polyfill_general()
2784 inactive_edges = Remove_edge(inactive_edges, edge); in Polyfill_general()
/dports/games/openclonk/openclonk-release-8.1-src/src/landscape/
H A DC4Landscape.cpp1222 CPolyEdge *inactive_edges = nullptr; in ForPolygon() local
1247 inactive_edges = add_edge(inactive_edges, edge, false); in ForPolygon()
1258 edge = inactive_edges; in ForPolygon()
1262 inactive_edges = remove_edge(inactive_edges, edge); in ForPolygon()