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

Method reset

renderers/agg/include/agg_scanline_bin.h:189–193  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

187
188 //--------------------------------------------------------------------
189 void reset(int min_x, int max_x)
190 {
191 m_last_x = 0x7FFFFFF0;
192 m_spans.remove_all();
193 }
194
195 //--------------------------------------------------------------------
196 void add_cell(int x, unsigned)

Callers

nothing calls this directly

Calls 1

remove_allMethod · 0.45

Tested by

no test coverage detected