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

Function is_move_to

renderers/agg/include/agg_basics.h:380–383  ·  view source on GitHub ↗

--------------------------------------------------------------is_move_to

Source from the content-addressed store, hash-verified

378
379 //--------------------------------------------------------------is_move_to
380 inline bool is_move_to(unsigned c)
381 {
382 return c == path_cmd_move_to;
383 }
384
385 //--------------------------------------------------------------is_line_to
386 inline bool is_line_to(unsigned c)

Callers 15

add_vertexMethod · 0.85
add_vertexMethod · 0.85
add_vertexMethod · 0.85
add_vertexMethod · 0.85
add_vertexMethod · 0.85
add_vertexMethod · 0.85
add_pathMethod · 0.85
is_next_polyFunction · 0.85
add_pathsMethod · 0.85
addMethod · 0.85
add_vertexMethod · 0.85
vertexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected