Home
last modified time | relevance | path

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

/dports/graphics/vpaint/vpaint-1.7/src/Gui/VectorAnimationComplex/
H A DCycleHelper.cpp509 void CycleHelper::replaceEdges(KeyEdge * oldEdge, const KeyEdgeList & newEdges) in replaceEdges() function in VectorAnimationComplex::CycleHelper
512 loops_[i].replaceEdges(oldEdge, newEdges); in replaceEdges()
515 paths_[i].replaceEdges(oldEdge, newEdges); in replaceEdges()
H A DProperCycle.h62 void replaceEdges(KeyEdge * oldEdge, const KeyEdgeList & newEdges);
H A DProperPath.h64 void replaceEdges(KeyEdge * oldEdge, const KeyEdgeList & newEdges);
H A DCycleHelper.h78 void replaceEdges(KeyEdge * oldEdge, const KeyEdgeList & newEdges);
H A DInbetweenEdge.cpp343 beforePath_.replaceEdges(oldEdge,newEdges); in updateBoundary_impl()
344 afterPath_.replaceEdges(oldEdge,newEdges); in updateBoundary_impl()
345 beforeCycle_.replaceEdges(oldEdge,newEdges); in updateBoundary_impl()
346 afterCycle_.replaceEdges(oldEdge,newEdges); in updateBoundary_impl()
H A DPath.h94 void replaceEdges(KeyEdge * oldEdge, const KeyEdgeList & newEdges);
H A DCycle.h90 void replaceEdges(KeyEdge * oldEdge, const KeyEdgeList & newEdges);
H A DAnimatedCycle.h130 void replaceEdges(KeyEdge * oldEdge, const KeyEdgeList & newEdges);
H A DProperCycle.cpp179 void ProperCycle::replaceEdges(KeyEdge * oldEdge, const KeyEdgeList & newEdges) in replaceEdges() function in VectorAnimationComplex::ProperCycle
H A DProperPath.cpp193 void ProperPath::replaceEdges(KeyEdge * oldEdge, const KeyEdgeList & newEdges) in replaceEdges() function in VectorAnimationComplex::ProperPath
H A DPath.cpp441 void Path::replaceEdges(KeyEdge * oldEdge, const KeyEdgeList & newEdges) in replaceEdges() function in VectorAnimationComplex::Path
H A DKeyFace.cpp535 cycles_[i].replaceEdges(oldEdge, newEdges); in updateBoundary_impl()
H A DCycle.cpp327 void Cycle::replaceEdges(KeyEdge * oldEdge, const KeyEdgeList & newEdges) in replaceEdges() function in VectorAnimationComplex::Cycle
H A DInbetweenFace.cpp769 cycles_[i].replaceEdges(oldEdge, newEdges); in updateBoundary_impl()
H A DAnimatedCycle.cpp394 void AnimatedCycle::replaceEdges(KeyEdge * oldEdge, const KeyEdgeList & newEdges) in replaceEdges() function in VectorAnimationComplex::AnimatedCycle