Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_vcgen_dash.cpp122 m_curr_rest = m_v1->dist; in vertex()
134 if(m_curr_rest > dash_rest) { in vertex()
135 m_curr_rest -= dash_rest; in vertex()
141 *x = m_v2->x - (m_v2->x - m_v1->x) * m_curr_rest / m_v1->dist; in vertex()
142 *y = m_v2->y - (m_v2->y - m_v1->y) * m_curr_rest / m_v1->dist; in vertex()
144 m_curr_dash_start += m_curr_rest; in vertex()
149 m_curr_rest = m_v1->dist; in vertex()
Dagg_vcgen_dash.h66 FX_FLOAT m_curr_rest; variable