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

/haiku/headers/libs/agg/
H A Dagg_math_stroke.h111 double m_width_abs; member in class:agg::math_stroke
124 m_width_abs(0.5),
141 m_width_abs = -m_width;
146 m_width_abs = m_width;
166 double da = acos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale)) * 2;
224 double lim = m_width_abs * ml;
317 double da = acos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale)) * 2;
375 double limit = ((len1 < len2) ? len1 : len2) / m_width_abs;
[all...]

Completed in 9 milliseconds