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

Function swap_cells

renderers/agg/include/agg_rasterizer_cells_aa.h:496–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494
495 //------------------------------------------------------------------------
496 template <class T> static AGG_INLINE void swap_cells(T* a, T* b)
497 {
498 T temp = *a;
499 *a = *b;
500 *b = temp;
501 }
502
503
504 //------------------------------------------------------------------------

Callers 1

qsort_cellsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected