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

Method end_poly

dep/agg/include/agg_path_storage.h:1175–1181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1173 //------------------------------------------------------------------------
1174 template <class VC>
1175 inline void path_base<VC>::end_poly(unsigned flags)
1176 {
1177 if (is_vertex(m_vertices.last_command()))
1178 {
1179 m_vertices.add_vertex(0.0, 0.0, path_cmd_end_poly | flags);
1180 }
1181 }
1182
1183 //------------------------------------------------------------------------
1184 template <class VC>

Callers

nothing calls this directly

Calls 3

is_vertexFunction · 0.85
last_commandMethod · 0.45
add_vertexMethod · 0.45

Tested by

no test coverage detected