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

Method set_path_str

renderers/agg/src/agg_svg_path_tokenizer.cpp:47–52  ·  view source on GitHub ↗

------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

45
46 //------------------------------------------------------------------------
47 void path_tokenizer::set_path_str(const char* str)
48 {
49 m_path = str;
50 m_last_command = 0;
51 m_last_number = 0.0;
52 }
53
54
55 //------------------------------------------------------------------------

Callers 2

parse_pathMethod · 0.80
parse_polyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected