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

Method begin_path

renderers/agg/src/agg_svg_path_renderer.cpp:52–57  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

50
51 //------------------------------------------------------------------------
52 void path_renderer::begin_path()
53 {
54 push_attr();
55 unsigned idx = m_storage.start_new_path();
56 m_attr_storage.add(path_attributes(cur_attr(), idx));
57 }
58
59 //------------------------------------------------------------------------
60 void path_renderer::end_path()

Callers 4

start_elementMethod · 0.80
parse_rectMethod · 0.80
parse_lineMethod · 0.80
parse_polyMethod · 0.80

Calls 3

path_attributesClass · 0.85
start_new_pathMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected