Home
last modified time | relevance | path

Searched refs:m_ghostIndex (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dshifttracetool.cpp55 , m_ghostIndex(0) in ShiftTraceTool()
63 m_ghostIndex = 0; in clearData()
77 if (m_ghostIndex < 0 || 2 <= m_ghostIndex || m_row[m_ghostIndex] < 0) return; in updateBox()
214 if (0 <= m_ghostIndex && m_ghostIndex < 2) in getGhostAff()
229 if (m_ghostIndex < 0 || m_ghostIndex > 1) return; in drawControlRect()
339 m_ghostIndex = 0; in onActivate()
363 if (0 <= m_ghostIndex && m_ghostIndex < 2) { in getGadget()
383 if (0 <= m_ghostIndex && m_ghostIndex < 2) { in getGadget()
521 m_aff[m_ghostIndex] = TRotation(imgC, phi) * m_aff[m_ghostIndex]; in leftButtonDrag()
530 m_aff[m_ghostIndex] = TTranslation(delta) * m_aff[m_ghostIndex]; in leftButtonDrag()
[all …]
H A Dshifttracetool.h30 int m_ghostIndex; variable
80 int getCurrentGhostIndex() { return m_ghostIndex; } in getCurrentGhostIndex()