Home
last modified time | relevance | path

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

/dports/graphics/vpaint/vpaint-1.7/src/Gui/VectorAnimationComplex/
H A DInbetweenEdge.cpp325 void InbetweenEdge::updateBoundary_impl(KeyVertex * oldVertex, KeyVertex * newVertex) in updateBoundary_impl() argument
327 beforePath_.replaceVertex(oldVertex,newVertex); in updateBoundary_impl()
328 afterPath_.replaceVertex(oldVertex,newVertex); in updateBoundary_impl()
329 beforeCycle_.replaceVertex(oldVertex,newVertex); in updateBoundary_impl()
330 afterCycle_.replaceVertex(oldVertex,newVertex); in updateBoundary_impl()
331 startAnimatedVertex_.replaceVertex(oldVertex,newVertex); in updateBoundary_impl()
332 endAnimatedVertex_.replaceVertex(oldVertex,newVertex); in updateBoundary_impl()
H A DInbetweenVertex.cpp196 void InbetweenVertex::updateBoundary_impl(KeyVertex * oldVertex, KeyVertex * newVertex) in updateBoundary_impl() argument
198 if(beforeVertex_ == oldVertex) in updateBoundary_impl()
200 if(afterVertex_ == oldVertex) in updateBoundary_impl()
H A DKeyEdge.cpp215 void KeyEdge::updateBoundary_impl(KeyVertex * oldVertex, KeyVertex * newVertex) in updateBoundary_impl() argument
217 if(startVertex_ == oldVertex) in updateBoundary_impl()
219 if(endVertex_ == oldVertex) in updateBoundary_impl()
H A DCell.h238 void updateBoundary(KeyVertex * oldVertex, KeyVertex * newVertex);
267 virtual void updateBoundary_impl(KeyVertex * oldVertex, KeyVertex * newVertex);
H A DAnimatedVertex.h70 void replaceVertex(KeyVertex * oldVertex, KeyVertex * newVertex);
H A DInbetweenVertex.h69 void updateBoundary_impl(KeyVertex * oldVertex, KeyVertex * newVertex);
H A DPath.h92 void replaceVertex(KeyVertex * oldVertex, KeyVertex * newVertex);
H A DCycle.h88 void replaceVertex(KeyVertex * oldVertex, KeyVertex * newVertex);
H A DKeyFace.h88 void updateBoundary_impl(KeyVertex * oldVertex, KeyVertex * newVertex);
H A DInbetweenFace.h74 void updateBoundary_impl(KeyVertex * oldVertex, KeyVertex * newVertex);
H A DInbetweenEdge.h106 void updateBoundary_impl(KeyVertex * oldVertex, KeyVertex * newVertex);
H A DAnimatedCycle.h128 void replaceVertex(KeyVertex * oldVertex, KeyVertex * newVertex);
H A DPath.cpp471 void Path::replaceVertex(KeyVertex * oldVertex, KeyVertex * newVertex) in replaceVertex() argument
473 if(vertex_ == oldVertex) in replaceVertex()
H A DKeyEdge.h108 void updateBoundary_impl(KeyVertex * oldVertex, KeyVertex * newVertex);
H A DKeyFace.cpp539 void KeyFace::updateBoundary_impl(KeyVertex * oldVertex, KeyVertex * newVertex) in updateBoundary_impl() argument
542 cycles_[i].replaceVertex(oldVertex, newVertex); in updateBoundary_impl()
H A DCycle.cpp357 void Cycle::replaceVertex(KeyVertex * oldVertex, KeyVertex * newVertex) in replaceVertex() argument
359 if(vertex_ == oldVertex) in replaceVertex()
H A DCell.cpp135 void Cell::updateBoundary(KeyVertex * oldVertex, KeyVertex * newVertex) in updateBoundary() argument
138 updateBoundary_impl(oldVertex,newVertex); in updateBoundary()
H A DInbetweenFace.cpp752 void InbetweenFace::updateBoundary_impl(KeyVertex * oldVertex, KeyVertex * newVertex) in updateBoundary_impl() argument
755 cycles_[i].replaceVertex(oldVertex,newVertex); in updateBoundary_impl()
H A DAnimatedCycle.cpp375 void AnimatedCycle::replaceVertex(KeyVertex * oldVertex, KeyVertex * newVertex) in replaceVertex() argument
379 if(node->cell()->toKeyVertex() == oldVertex) in replaceVertex()
/dports/games/avp/avp-20170505/src/win95/
H A Dplat_shp.c295 void ReplaceVertexInPolygon(int polyIndex, int oldVertex, int newVertex) in ReplaceVertexInPolygon() argument
305 if (*vertexNumberPtr == oldVertex) in ReplaceVertexInPolygon()
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/analysis/
H A DmxGraphGenerator.java914 Object oldVertex = vertices[numVertices - 1]; in getFriendshipWindmillGraph() local
919 graph.insertEdge(parent, null, getNewEdgeValue(aGraph), oldVertex, currVertex); in getFriendshipWindmillGraph()
920 oldVertex = currVertex; in getFriendshipWindmillGraph()
924 graph.insertEdge(parent, null, getNewEdgeValue(aGraph), oldVertex, currVertex); in getFriendshipWindmillGraph()
/dports/astro/celestia/celestia-1.6.1/src/tools/cmod/
H A Dcmodfix.cpp454 const char* oldVertex = reinterpret_cast<const char*>(oldVertexData) + in copyVertex() local
463 oldVertex + fromOffsets[i], in copyVertex()
/dports/astro/celestia-gtk/celestia-1.6.1/src/tools/cmod/
H A Dcmodfix.cpp454 const char* oldVertex = reinterpret_cast<const char*>(oldVertexData) + in copyVertex() local
463 oldVertex + fromOffsets[i], in copyVertex()