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

Function is_end_poly

dep/agg/include/agg_basics.h:486–489  ·  view source on GitHub ↗

-------------------------------------------------------------is_end_poly

Source from the content-addressed store, hash-verified

484
485 //-------------------------------------------------------------is_end_poly
486 inline bool is_end_poly(unsigned c)
487 {
488 return (c & path_cmd_mask) == path_cmd_end_poly;
489 }
490
491 //----------------------------------------------------------------is_close
492 inline bool is_close(unsigned c)

Callers 10

add_vertexMethod · 0.85
is_next_polyFunction · 0.85
addMethod · 0.85
add_vertexMethod · 0.85
vertexMethod · 0.85
vertexMethod · 0.85
vertexMethod · 0.85
vertexMethod · 0.85
add_vertexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected