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

Method line

dep/agg/src/agg2d.cpp:736–741  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

734
735//------------------------------------------------------------------------
736void Agg2D::line(double x1, double y1, double x2, double y2)
737{
738 m_path.remove_all();
739 addLine(x1, y1, x2, y2);
740 drawPath(StrokeOnly);
741}
742
743
744//------------------------------------------------------------------------

Callers 5

draw_y_axisFunction · 0.45
draw_x_axisFunction · 0.45
draw_y_graticulesFunction · 0.45
draw_x_graticulesFunction · 0.45
test_aggFunction · 0.45

Calls 1

remove_allMethod · 0.45

Tested by 1

test_aggFunction · 0.36