Home
last modified time | relevance | path

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

/dports/graphics/vpaint/vpaint-1.7/src/Gui/VectorAnimationComplex/
H A DVAC.cpp3399 KeyVertex * endCycle1 = cycle1.halfedges_.back().endVertex(); in uncut_() local
3404 if( (endCycle1 == startCycle1) && (endCycle2 == startCycle2) ) in uncut_()
3409 else if( (endCycle1 == startCycle2) && (endCycle2 == startCycle1) ) in uncut_()
3417 else if( (endCycle1 == endCycle2) && (startCycle2 == startCycle1) ) in uncut_()