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

/haiku/headers/libs/agg/
H A Dagg_span_gradient.h190 m_focus_x(0),
199 m_focus_x(iround(fx * gradient_subpixel_scale)),
209 m_focus_x = iround(fx * gradient_subpixel_scale);
216 double focus_x() const { return double(m_focus_x) / gradient_subpixel_scale; }
227 if(x == iround(m_focus_x))
229 solution_x = m_focus_x;
237 double slope = double(y - m_focus_y) / double(x - m_focus_x);
254 solution_x += (x < m_focus_x) ? -det : det;
264 solution_x -= double(m_focus_x);
267 double cur_to_focus = double(x - m_focus_x) * doubl
305 int m_focus_x; member in class:agg::gradient_radial_focus
[all...]

Completed in 48 milliseconds