MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / reset

Method reset

dep/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 7

resetTransformationsMethod · 0.45
fillLinearGradientMethod · 0.45
lineLinearGradientMethod · 0.45
fillRadialGradientMethod · 0.45
lineRadialGradientMethod · 0.45
drawPathMethod · 0.45
renderImageMethod · 0.45

Calls 1

remove_allMethod · 0.45

Tested by

no test coverage detected