HomeSort by relevance Sort by last modified time
    Searched refs:m_curr_rest (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/agg23/
agg_vcgen_dash.cpp 122 m_curr_rest = m_v1->dist;
134 if(m_curr_rest > dash_rest) {
135 m_curr_rest -= dash_rest;
141 *x = m_v2->x - (m_v2->x - m_v1->x) * m_curr_rest / m_v1->dist;
142 *y = m_v2->y - (m_v2->y - m_v1->y) * m_curr_rest / m_v1->dist;
144 m_curr_dash_start += m_curr_rest;
149 m_curr_rest = m_v1->dist;
agg_vcgen_dash.h 66 FX_FLOAT m_curr_rest; member in class:agg::vcgen_dash

Completed in 1846 milliseconds