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

Method move_to1

renderers/agg/src/agg_trans_double_path.cpp:48–59  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

46
47 //------------------------------------------------------------------------
48 void trans_double_path::move_to1(double x, double y)
49 {
50 if(m_status1 == initial)
51 {
52 m_src_vertices1.modify_last(vertex_dist(x, y));
53 m_status1 = making_path;
54 }
55 else
56 {
57 line_to1(x, y);
58 }
59 }
60
61
62 //------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

vertex_distClass · 0.85
modify_lastMethod · 0.45

Tested by

no test coverage detected