Home
last modified time | relevance | path

Searched refs:m_interpolation_step (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_vcgen_bspline.h44 void interpolation_step(double v) { m_interpolation_step = v; } in interpolation_step()
45 double interpolation_step() const { return m_interpolation_step; } in interpolation_step()
62 double m_interpolation_step; variable
/haiku/src/libs/agg/src/
H A Dagg_vcgen_bspline.cpp26 m_interpolation_step(1.0/50.0), in vcgen_bspline()
178 m_cur_abscissa += m_interpolation_step; in vertex()