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

Function is_vertex

renderers/agg/include/agg_basics.h:362–365  ·  view source on GitHub ↗

---------------------------------------------------------------is_vertex

Source from the content-addressed store, hash-verified

360
361 //---------------------------------------------------------------is_vertex
362 inline bool is_vertex(unsigned c)
363 {
364 return c >= path_cmd_move_to && c < path_cmd_end_poly;
365 }
366
367 //--------------------------------------------------------------is_drawing
368 inline bool is_drawing(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
add_pathsMethod · 0.85
addMethod · 0.85
vertexMethod · 0.85
path_lengthFunction · 0.85
add_vertexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected