Home
last modified time | relevance | path

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

/dports/graphics/vpaint/vpaint-1.7/src/Gui/VectorAnimationComplex/
H A DVertexCell.cpp219 if(keyEdge->startVertex()->toVertexCell() == this) in incidentEdges()
221 if(keyEdge->endVertex()->toVertexCell() == this) in incidentEdges()
226 if(inbetweenEdge->startVertex(t)->toVertexCell() == this) in incidentEdges()
228 if(inbetweenEdge->endVertex(t)->toVertexCell() == this) in incidentEdges()
H A DVertexCell.h34 VertexCell * toVertexCell() { return this; } in toVertexCell() function
H A DCell.cpp75 VertexCell * Cell::toVertexCell() { return dynamic_cast<VertexCell*>(this); } in toVertexCell() function in VectorAnimationComplex::Cell
314 if(toVertexCell()) in glColorTopology_()
H A DCell.h183 VertexCell * toVertexCell();
H A DVAC.cpp1207 VertexCell *node = o->toVertexCell(); in vertices()
/dports/graphics/vpaint/vpaint-1.7/src/Gui/
H A DView.cpp328 if(hoveredCell && hoveredCell->toVertexCell()) in decidePMRAction()