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

/haiku/src/libs/agg/src/
H A Dagg_bspline.cpp30 m_last_idx(-1)
40 m_last_idx(-1)
51 m_last_idx(-1)
68 m_last_idx = -1;
145 m_last_idx = -1;
163 m_last_idx = -1;
245 if(m_last_idx >= 0)
248 if(x < m_x[m_last_idx] || x > m_x[m_last_idx + 1])
251 if(m_last_idx < m_nu
[all...]
/haiku/headers/libs/agg/
H A Dagg_bspline.h70 mutable int m_last_idx; member in class:agg::bspline

Completed in 39 milliseconds