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

Method rewind

renderers/agg/src/agg_vcgen_smooth_poly1.cpp:68–76  ·  view source on GitHub ↗

------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

66
67 //------------------------------------------------------------------------
68 void vcgen_smooth_poly1::rewind(unsigned)
69 {
70 if(m_status == initial)
71 {
72 m_src_vertices.close(m_closed != 0);
73 }
74 m_status = ready;
75 m_src_vertex = 0;
76 }
77
78
79 //------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected