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

Method sort

renderers/agg/include/agg_rasterizer_scanline_aa.h:456–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454 //------------------------------------------------------------------------
455 template<class Clip>
456 void rasterizer_scanline_aa<Clip>::sort()
457 {
458 if(m_auto_close) close_polygon();
459 m_outline.sort_cells();
460 }
461
462 //------------------------------------------------------------------------
463 template<class Clip>

Callers

nothing calls this directly

Calls 1

sort_cellsMethod · 0.80

Tested by

no test coverage detected