Home
last modified time | relevance | path

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

/haiku/headers/libs/agg/
H A Dagg_span_interpolator_persp.h371 m_coord_x = dda2_line_interpolator(x1, x2, len); in begin()
382 int x1 = m_coord_x.y(); in resynchronize()
415 m_coord_x = dda2_line_interpolator(x1, x2, len); in resynchronize()
425 ++m_coord_x;
434 *x = m_coord_x.y(); in coordinates()
454 dda2_line_interpolator m_coord_x; variable