MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / generate

Method generate

dep/agg/include/agg_span_solid.h:48–54  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

46
47 //--------------------------------------------------------------------
48 void generate(color_type* span, int x, int y, unsigned len)
49 {
50 do
51 {
52 *span++ = m_color;
53 } while (--len);
54 }
55
56 private:
57 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