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

Function is_next_poly

renderers/agg/include/agg_basics.h:423–426  ·  view source on GitHub ↗

------------------------------------------------------------is_next_poly

Source from the content-addressed store, hash-verified

421
422 //------------------------------------------------------------is_next_poly
423 inline bool is_next_poly(unsigned c)
424 {
425 return is_stop(c) || is_move_to(c) || is_end_poly(c);
426 }
427
428 //-------------------------------------------------------------------is_cw
429 inline bool is_cw(unsigned c)

Callers 2

invert_polygonMethod · 0.85

Calls 3

is_stopFunction · 0.85
is_move_toFunction · 0.85
is_end_polyFunction · 0.85

Tested by

no test coverage detected