Lines Matching refs:m_dist_end
335 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()
388 m_dist_end += m_dx_end; in dec_x()
397 m_dist_end -= m_dx_end; in inc_y()
402 m_dist_end += m_dy_end; in inc_y()
408 m_dist_end -= m_dy_end; in inc_y()
417 m_dist_end += m_dx_end; in dec_y()
422 m_dist_end += m_dy_end; in dec_y()
428 m_dist_end -= m_dy_end; in dec_y()
435 int dist_end() const { return m_dist_end; } in dist_end()
456 int m_dist_end; variable