Home
last modified time | relevance | path

Searched refs:remapPointers (Results 1 – 25 of 40) sorted by relevance

12

/dports/graphics/vpaint/vpaint-1.7/src/Gui/VectorAnimationComplex/
H A DInbetweenEdge.cpp277 void InbetweenEdge::remapPointers(VAC * newVAC) in remapPointers() function in VectorAnimationComplex::InbetweenEdge
279 Cell::remapPointers(newVAC); in remapPointers()
280 InbetweenCell::remapPointers(newVAC); in remapPointers()
281 EdgeCell::remapPointers(newVAC); in remapPointers()
283 beforePath_.remapPointers(newVAC); in remapPointers()
284 afterPath_.remapPointers(newVAC); in remapPointers()
286 startAnimatedVertex_.remapPointers(newVAC); in remapPointers()
287 endAnimatedVertex_.remapPointers(newVAC); in remapPointers()
289 beforeCycle_.remapPointers(newVAC); in remapPointers()
290 afterCycle_.remapPointers(newVAC); in remapPointers()
H A DInbetweenVertex.cpp149 void InbetweenVertex::remapPointers(VAC * newVAC) in remapPointers() function in VectorAnimationComplex::InbetweenVertex
151 Cell::remapPointers(newVAC); in remapPointers()
152 InbetweenCell::remapPointers(newVAC); in remapPointers()
153 VertexCell::remapPointers(newVAC); in remapPointers()
H A DKeyVertex.cpp180 void KeyVertex::remapPointers(VAC * newVAC) in remapPointers() function in VectorAnimationComplex::KeyVertex
182 Cell::remapPointers(newVAC); in remapPointers()
183 KeyCell::remapPointers(newVAC); in remapPointers()
184 VertexCell::remapPointers(newVAC); in remapPointers()
H A DKeyFace.cpp556 void KeyFace::remapPointers(VAC * newVAC) in remapPointers() function in VectorAnimationComplex::KeyFace
558 Cell::remapPointers(newVAC); in remapPointers()
559 KeyCell::remapPointers(newVAC); in remapPointers()
560 FaceCell::remapPointers(newVAC); in remapPointers()
563 cycles_[i].remapPointers(newVAC); in remapPointers()
H A DProperCycle.cpp166 void ProperCycle::remapPointers(VAC * newVAC) in remapPointers() function in VectorAnimationComplex::ProperCycle
169 halfedges_[i].remapPointers(newVAC); in remapPointers()
H A DKeyEdge.cpp202 void KeyEdge::remapPointers(VAC * newVAC) in remapPointers() function in VectorAnimationComplex::KeyEdge
204 Cell::remapPointers(newVAC); in remapPointers()
205 KeyCell::remapPointers(newVAC); in remapPointers()
206 EdgeCell::remapPointers(newVAC); in remapPointers()
H A DProperPath.cpp170 void ProperPath::remapPointers(VAC * newVAC) in remapPointers() function in VectorAnimationComplex::ProperPath
173 halfedges_[i].remapPointers(newVAC); in remapPointers()
H A DInbetweenFace.cpp689 void InbetweenFace::remapPointers(VAC * newVAC) in remapPointers() function in VectorAnimationComplex::InbetweenFace
691 Cell::remapPointers(newVAC); in remapPointers()
692 InbetweenCell::remapPointers(newVAC); in remapPointers()
693 FaceCell::remapPointers(newVAC); in remapPointers()
697 cycles_[i].remapPointers(newVAC); in remapPointers()
H A DCycleHelper.cpp478 void CycleHelper::remapPointers(VAC * newVAC) in remapPointers() function in VectorAnimationComplex::CycleHelper
484 loops_[i].remapPointers(newVAC); in remapPointers()
487 paths_[i].remapPointers(newVAC); in remapPointers()
H A DProperCycle.h56 void remapPointers(VAC * newVAC);
H A DProperPath.h57 void remapPointers(VAC * newVAC);
H A DFaceCell.h56 virtual void remapPointers(VAC * newVAC);
H A DInbetweenCell.h63 virtual void remapPointers(VAC * newVAC);
H A DCycleHelper.h68 void remapPointers(VAC * newVAC);
H A DAnimatedVertex.h59 void remapPointers(VAC * newVAC);
H A DVertexCell.h77 virtual void remapPointers(VAC * newVAC);
H A DKeyCell.h79 virtual void remapPointers(VAC * newVAC);
H A DInbetweenVertex.h88 virtual void remapPointers(VAC * newVAC);
H A DPath.h84 void remapPointers(VAC * newVAC);
H A DEdgeCell.h85 virtual void remapPointers(VAC * newVAC);
H A DCycle.h80 void remapPointers(VAC * newVAC);
H A DInbetweenCell.cpp38 void InbetweenCell::remapPointers(VAC * /*newVAC*/) in remapPointers() function in VectorAnimationComplex::InbetweenCell
H A DKeyVertex.h88 virtual void remapPointers(VAC * newVAC);
H A DFaceCell.cpp140 void FaceCell::remapPointers(VAC * /*newVAC*/) in remapPointers() function in VectorAnimationComplex::FaceCell
H A DKeyFace.h107 virtual void remapPointers(VAC * newVAC);

12