Home
last modified time | relevance | path

Searched refs:m_newStrokes (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dvectorerasertool.cpp92 std::map<int, VIStroke *> m_newStrokes; member in __anonef112db50111::UndoEraser
119 for (it = m_newStrokes.begin(); it != m_newStrokes.end(); ++it) in ~UndoEraser()
130 m_newStrokes.insert(std::map<int, VIStroke *>::value_type(index, s)); in addNewStroke()
151 std::vector<int> newStrokeIndex(m_newStrokes.size()); in undo()
152 mapToVector(m_newStrokes, newStrokeIndex); in undo()
210 std::map<int, VIStroke *>::const_iterator it = m_newStrokes.begin(); in redo()
213 for (; it != m_newStrokes.end(); ++it) { in redo()
H A Drasterselectiontool.h51 std::vector<TStroke> m_newStrokes; variable
H A Dvectorselectiontool.h128 std::vector<TStroke *> m_oldStrokes, m_newStrokes; variable
H A Drasterselectiontool.cpp131 m_newStrokes = selection->getStrokes(); in registerRasterDeformation()
173 selection->setStrokes(m_newStrokes); in redo()
H A Dvectorselectiontool.cpp332 clearPointerContainer(m_newStrokes); in ~UndoChangeStrokes()
344 std::vector<TStroke *> &strokes = beforeModify ? m_oldStrokes : m_newStrokes; in registerStrokes()
424 transform(m_newStrokes, m_newBBox, m_newCenter, m_newDeformValues); in redo()