MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / close_polygon

Method close_polygon

dep/agg/include/agg_path_storage.h:1185–1188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1183 //------------------------------------------------------------------------
1184 template <class VC>
1185 inline void path_base<VC>::close_polygon(unsigned flags)
1186 {
1187 end_poly(path_flags_close | flags);
1188 }
1189
1190 //------------------------------------------------------------------------
1191 template <class VC>

Callers 5

triangleMethod · 0.45
rectangleMethod · 0.45
ellipseMethod · 0.45
addEllipseMethod · 0.45
closePolygonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected