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

Method edge_d

renderers/agg/include/agg_rasterizer_compound_aa.h:437–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435 //------------------------------------------------------------------------
436 template<class Clip>
437 void rasterizer_compound_aa<Clip>::edge_d(double x1, double y1,
438 double x2, double y2)
439 {
440 if(m_outline.sorted()) reset();
441 m_clipper.move_to(conv_type::upscale(x1), conv_type::upscale(y1));
442 m_clipper.line_to(m_outline,
443 conv_type::upscale(x2),
444 conv_type::upscale(y2));
445 }
446
447 //------------------------------------------------------------------------
448 template<class Clip>

Callers

nothing calls this directly

Calls 3

sortedMethod · 0.80
move_toMethod · 0.45
line_toMethod · 0.45

Tested by

no test coverage detected