Home
last modified time | relevance | path

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

/dports/graphics/vpaint/vpaint-1.7/src/Gui/VectorAnimationComplex/
H A DFaceCell.h32 void drawRawTopology(Time time, ViewSettings & viewSettings);
H A DVertexCell.h43 void drawRawTopology(Time time, ViewSettings & viewSettings);
H A DEdgeCell.h48 void drawRawTopology(Time time, ViewSettings & viewSettings);
H A DFaceCell.cpp57 void FaceCell::drawRawTopology(Time time, ViewSettings & viewSettings) in drawRawTopology() function in VectorAnimationComplex::FaceCell
H A DCell.cpp414 drawRawTopology(time, viewSettings); in drawTopology()
417 void Cell::drawRawTopology(Time time, ViewSettings & /*viewSettings*/) in drawRawTopology() function in VectorAnimationComplex::Cell
437 drawRawTopology(time, viewSettings); in drawPickTopologyCustom()
H A DEdgeCell.cpp153 void EdgeCell::drawRawTopology(Time time, ViewSettings & viewSettings) in drawRawTopology() function in VectorAnimationComplex::EdgeCell
H A DVertexCell.cpp110 void VertexCell::drawRawTopology(Time time, ViewSettings & viewSettings) in drawRawTopology() function in VectorAnimationComplex::VertexCell
H A DCell.h310 virtual void drawRawTopology(Time time, ViewSettings & viewSettings);