Searched refs:recomputeW2 (Results 1 – 1 of 1) sorted by relevance
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tvectorimage/ |
H A D | tvectorimage.cpp | 1655 inline double recomputeW2(double oldW, const TStroke &oldStroke, in recomputeW2() function 1899 (*it)->m_w0 = recomputeW2((*it)->m_w0, *(s0->m_s), *(s->m_s), 0); in splitStroke() 1900 (*it)->m_w1 = recomputeW2((*it)->m_w1, *(s0->m_s), *(s->m_s), 0); in splitStroke() 1907 (*it)->m_w0 = recomputeW2((*it)->m_w0, *(s1->m_s), *(s->m_s), length); in splitStroke() 1908 (*it)->m_w1 = recomputeW2((*it)->m_w1, *(s1->m_s), *(s->m_s), length); in splitStroke()
|