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

Function is_close

renderers/agg/include/agg_basics.h:416–420  ·  view source on GitHub ↗

----------------------------------------------------------------is_close

Source from the content-addressed store, hash-verified

414
415 //----------------------------------------------------------------is_close
416 inline bool is_close(unsigned c)
417 {
418 return (c & ~(path_flags_cw | path_flags_ccw)) ==
419 (path_cmd_end_poly | path_flags_close);
420 }
421
422 //------------------------------------------------------------is_next_poly
423 inline bool is_next_poly(unsigned c)

Callers 3

path_lengthFunction · 0.85
add_vertexMethod · 0.85
add_vertexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected