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

/haiku/headers/libs/agg/
H A Dagg_dda_line.h99 m_mod(m_rem),
102 if(m_mod <= 0)
104 m_mod += count;
108 m_mod -= count;
116 m_mod(m_rem),
119 if(m_mod <= 0)
121 m_mod += count;
132 m_mod(m_rem),
135 if(m_mod <= 0)
137 m_mod
206 int m_mod; member in class:agg::dda2_line_interpolator
[all...]

Completed in 27 milliseconds