MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / clear_orientation

Function clear_orientation

dep/agg/include/agg_basics.h:535–538  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

533
534 //-------------------------------------------------------clear_orientation
535 inline unsigned clear_orientation(unsigned c)
536 {
537 return c & ~(path_flags_cw | path_flags_ccw);
538 }
539
540 //---------------------------------------------------------get_orientation
541 inline unsigned get_orientation(unsigned c)

Callers 1

set_orientationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected