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

Method reset

renderers/agg/src/agg_trans_single_path.cpp:33–38  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

31
32 //------------------------------------------------------------------------
33 void trans_single_path::reset()
34 {
35 m_src_vertices.remove_all();
36 m_kindex = 0.0;
37 m_status = initial;
38 }
39
40 //------------------------------------------------------------------------
41 void trans_single_path::move_to(double x, double y)

Callers 4

remove_allMethod · 0.45
decompose_ft_bitmap_monoFunction · 0.45
prepare_glyphMethod · 0.45

Calls 1

remove_allMethod · 0.45

Tested by

no test coverage detected