Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcellselection.h91 void rolldownCells();
H A Dcellselectioncommand.cpp1173 xsh->rolldownCells(m_r0, m_c0, m_r1, m_c1); in undo()
1217 void TCellSelection::rolldownCells() { in rolldownCells() function in TCellSelection
H A Dcellselection.cpp1440 enableCommand(this, MI_Rolldown, &TCellSelection::rolldownCells); in enableCommands()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dtxsheet.h425 void rolldownCells(int r0, int c0, int r1, int c1);
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtxsheet.cpp985 void TXsheet::rolldownCells(int r0, int c0, int r1, int c1) { in rolldownCells() function in TXsheet