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

Method rewind

renderers/agg/src/agg_vcgen_dash.cpp:129–138  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

127
128 //------------------------------------------------------------------------
129 void vcgen_dash::rewind(unsigned)
130 {
131 if(m_status == initial)
132 {
133 m_src_vertices.close(m_closed != 0);
134 shorten_path(m_src_vertices, m_shorten, m_closed);
135 }
136 m_status = ready;
137 m_src_vertex = 0;
138 }
139
140
141 //------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

shorten_pathFunction · 0.85
closeMethod · 0.45

Tested by

no test coverage detected