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

Method generate

renderers/agg/include/agg_span_solid.h:41–44  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

39
40 //--------------------------------------------------------------------
41 void generate(color_type* span, int x, int y, unsigned len)
42 {
43 do { *span++ = m_color; } while(--len);
44 }
45
46 private:
47 color_type m_color;

Callers 2

render_scanline_aaFunction · 0.45
render_scanline_binFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected