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

Function Abs

renderers/agg/src/clipper.cpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188//------------------------------------------------------------------------------
189
190inline long64 Abs(long64 val)
191{
192 if ((val < 0)) return -val; else return val;
193}
194//------------------------------------------------------------------------------
195
196long64 TopX(TEdge &edge, const long64 currentY)

Callers 4

GetOverlapSegmentFunction · 0.85
AddPolygonMethod · 0.85
SetWindingCountMethod · 0.85
IsContributingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected