Home
last modified time | relevance | path

Searched refs:getCopiedStroke (Results 1 – 4 of 4) sorted by path

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/ext/
H A DStrokeDeformation.h135 const TStroke *getCopiedStroke() const;
H A DStrokeDeformationImpl.h98 const TStroke *getCopiedStroke() const { return this->getStrokeSelected(); } in getCopiedStroke() function
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnzext/
H A DOverallDesigner.cpp272 s = sd->getCopiedStroke(); in draw()
334 const TStroke *c = sd->getCopiedStroke(), *s = sd->getStroke(); in draw()
H A DStrokeDeformation.cpp161 const TStroke *StrokeDeformation::getCopiedStroke() const { in getCopiedStroke() function in StrokeDeformation
163 if (deformationImpl_) return deformationImpl_->getCopiedStroke(); in getCopiedStroke()