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

Function is_curve

renderers/agg/include/agg_basics.h:392–395  ·  view source on GitHub ↗

----------------------------------------------------------------is_curve

Source from the content-addressed store, hash-verified

390
391 //----------------------------------------------------------------is_curve
392 inline bool is_curve(unsigned c)
393 {
394 return c == path_cmd_curve3 || c == path_cmd_curve4;
395 }
396
397 //---------------------------------------------------------------is_curve3
398 inline bool is_curve3(unsigned c)

Callers 2

curve3Method · 0.85
curve4Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected