Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tvectorimage/
H A Dtcomputeregions.cpp923 IntersectedStroke *pp2, *p2Res; in findNearestIntersection() local
938 p2Res = pp2; in findNearestIntersection()
946 p2Res->m_nextIntersection = p1; in findNearestIntersection()
947 p2Res->m_nextStroke = p2; in findNearestIntersection()
948 p2Res->m_edge.m_w1 = p2->m_edge.m_w0; in findNearestIntersection()
950 p2->m_nextStroke = p2Res; in findNearestIntersection()
951 p2->m_edge.m_w1 = p2Res->m_edge.m_w0; in findNearestIntersection()