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

Function is_end_poly

renderers/agg/include/agg_basics.h:410–413  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

408
409 //-------------------------------------------------------------is_end_poly
410 inline bool is_end_poly(unsigned c)
411 {
412 return (c & path_cmd_mask) == path_cmd_end_poly;
413 }
414
415 //----------------------------------------------------------------is_close
416 inline bool is_close(unsigned c)

Callers 11

add_vertexMethod · 0.85
is_next_polyFunction · 0.85
addMethod · 0.85
add_vertexMethod · 0.85
vertexMethod · 0.85
addMethod · 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