Searched refs:m_approx_scale (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_math_stroke.h76 void approximation_scale(double as) { m_approx_scale = as; }
81 double approximation_scale() const { return m_approx_scale; }
115 double m_approx_scale; member in class:agg::math_stroke
128 m_approx_scale(1.0),
166 double da = acos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale)) * 2;
317 double da = acos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale)) * 2;
454 if(d < 0.0625 / m_approx_scale)

Completed in 45 milliseconds