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

Function clear_orientation

renderers/agg/include/agg_basics.h:459–462  ·  view source on GitHub ↗

-------------------------------------------------------clear_orientation

Source from the content-addressed store, hash-verified

457
458 //-------------------------------------------------------clear_orientation
459 inline unsigned clear_orientation(unsigned c)
460 {
461 return c & ~(path_flags_cw | path_flags_ccw);
462 }
463
464 //---------------------------------------------------------get_orientation
465 inline unsigned get_orientation(unsigned c)

Callers 1

set_orientationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected