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

Method line_to

renderers/agg/include/agg_rasterizer_compound_aa.h:379–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377 //------------------------------------------------------------------------
378 template<class Clip>
379 void rasterizer_compound_aa<Clip>::line_to(int x, int y)
380 {
381 m_clipper.line_to(m_outline,
382 conv_type::downscale(x),
383 conv_type::downscale(y));
384 }
385
386 //------------------------------------------------------------------------
387 template<class Clip>

Callers 4

line_to_dMethod · 0.45
add_vertexMethod · 0.45
edgeMethod · 0.45
edge_dMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected