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

Method line_to

renderers/agg/src/agg_svg_path_renderer.cpp:81–85  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

79
80 //------------------------------------------------------------------------
81 void path_renderer::line_to(double x, double y, bool rel) // L, l
82 {
83 if(rel) m_storage.rel_to_abs(&x, &y);
84 m_storage.line_to(x, y);
85 }
86
87 //------------------------------------------------------------------------
88 void path_renderer::hline_to(double x, bool rel) // H, h

Callers 2

hline_toMethod · 0.45
vline_toMethod · 0.45

Calls 1

rel_to_absMethod · 0.80

Tested by

no test coverage detected