Home
last modified time | relevance | path

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

/haiku/headers/libs/agg/
H A Dagg_renderer_outline_image.h282 m_dist_end((line_mr(x + line_subpixel_scale/2) - line_mr(ex)) * m_dy_end - in distance_interpolator4()
309 m_dist_end += m_dy_end; in inc_x()
318 m_dist_end -= m_dy_end; in dec_x()
327 m_dist_end -= m_dx_end; in inc_y()
336 m_dist_end += m_dx_end; in dec_y()
345 m_dist_end += m_dy_end; in inc_x()
351 m_dist_end -= m_dx_end; in inc_x()
358 m_dist_end += m_dx_end; in inc_x()
368 m_dist_end -= m_dy_end; in dec_x()
374 m_dist_end -= m_dx_end; in dec_x()
[all …]
H A Dagg_renderer_outline_aa.h335 m_dist_end((line_mr(x + line_subpixel_scale/2) - line_mr(ex)) * m_dy_end - in distance_interpolator3()
347 void inc_x() { m_dist += m_dy; m_dist_start += m_dy_start; m_dist_end += m_dy_end; } in inc_x()
348 void dec_x() { m_dist -= m_dy; m_dist_start -= m_dy_start; m_dist_end -= m_dy_end; } in dec_x()
349 void inc_y() { m_dist -= m_dx; m_dist_start -= m_dx_start; m_dist_end -= m_dx_end; } in inc_y()
350 void dec_y() { m_dist += m_dx; m_dist_start += m_dx_start; m_dist_end += m_dx_end; } in dec_y()
357 m_dist_end += m_dy_end; in inc_x()
362 m_dist_end -= m_dx_end; in inc_x()
368 m_dist_end += m_dx_end; in inc_x()
377 m_dist_end -= m_dy_end; in dec_x()
382 m_dist_end -= m_dx_end; in dec_x()
[all …]