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

Function is_closed

renderers/agg/include/agg_basics.h:447–450  ·  view source on GitHub ↗

---------------------------------------------------------------is_closed

Source from the content-addressed store, hash-verified

445
446 //---------------------------------------------------------------is_closed
447 inline bool is_closed(unsigned c)
448 {
449 return (c & path_flags_close) != 0;
450 }
451
452 //----------------------------------------------------------get_close_flag
453 inline unsigned get_close_flag(unsigned c)

Callers 6

addMethod · 0.85
add_vertexMethod · 0.85
rewindMethod · 0.85
addMethod · 0.85
vertexMethod · 0.85
add_vertexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected