MCPcopy Create free account
hub / github.com/MapServer/MapServer / end_poly

Method end_poly

renderers/agg/include/agg_path_storage.h:1113–1119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1111 //------------------------------------------------------------------------
1112 template<class VC>
1113 inline void path_base<VC>::end_poly(unsigned flags)
1114 {
1115 if(is_vertex(m_vertices.last_command()))
1116 {
1117 m_vertices.add_vertex(0.0, 0.0, path_cmd_end_poly | flags);
1118 }
1119 }
1120
1121 //------------------------------------------------------------------------
1122 template<class VC>

Callers 1

close_subpathMethod · 0.80

Calls 3

is_vertexFunction · 0.85
last_commandMethod · 0.45
add_vertexMethod · 0.45

Tested by

no test coverage detected