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

Method d1

renderers/agg/include/agg_span_gradient.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 const GradientF& gradient_function() const { return *m_gradient_function; }
74 const ColorF& color_function() const { return *m_color_function; }
75 double d1() const { return double(m_d1) / gradient_subpixel_scale; }
76 double d2() const { return double(m_d2) / gradient_subpixel_scale; }
77
78 //--------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

iroundFunction · 0.85

Tested by

no test coverage detected