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.cpp121 m_curr_rest = m_v1->dist; in vertex()
133 if(m_curr_rest > dash_rest) { in vertex()
134 m_curr_rest -= dash_rest; in vertex()
140 *x = m_v2->x - (m_v2->x - m_v1->x) * m_curr_rest / m_v1->dist; in vertex()
141 *y = m_v2->y - (m_v2->y - m_v1->y) * m_curr_rest / m_v1->dist; in vertex()
143 m_curr_dash_start += m_curr_rest; in vertex()
148 m_curr_rest = m_v1->dist; in vertex()
Dagg_vcgen_dash.h66 float m_curr_rest; variable