Home
last modified time | relevance | path

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

/haiku/headers/libs/agg/
H A Dagg_renderer_outline_aa.h39 m_dist((line_mr(x + line_subpixel_scale/2) - line_mr(x2)) * m_dy - in distance_interpolator0()
47 void inc_x() { m_dist += m_dy; } in inc_x()
48 int dist() const { return m_dist; } in dist()
54 int m_dist; variable
105 m_dist(iround(double(x + line_subpixel_scale/2 - x2) * double(m_dy) - in distance_interpolator1()
113 void inc_x() { m_dist += m_dy; } in inc_x()
114 void dec_x() { m_dist -= m_dy; } in dec_x()
115 void inc_y() { m_dist -= m_dx; } in inc_y()
116 void dec_y() { m_dist += m_dx; } in dec_y()
121 m_dist += m_dy; in inc_x()
[all …]
H A Dagg_renderer_outline_image.h276 m_dist(iround(double(x + line_subpixel_scale/2 - x2) * double(m_dy) - in distance_interpolator4()
306 m_dist += m_dy; in inc_x()
315 m_dist -= m_dy; in dec_x()
324 m_dist -= m_dx; in inc_y()
333 m_dist += m_dx; in dec_y()
342 m_dist += m_dy; in inc_x()
348 m_dist -= m_dx; in inc_x()
355 m_dist += m_dx; in inc_x()
365 m_dist -= m_dy; in dec_x()
371 m_dist -= m_dx; in dec_x()
[all …]