Home
last modified time | relevance | path

Searched refs:getBBoxsCount (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dselectiontool.h417 int getBBoxsCount() const;
H A Dvectorselectiontool.cpp764 for (i = 0; i < tool->getBBoxsCount(); i++) { in transform()
814 for (i = 0; i < (int)tool->getBBoxsCount(); i++) in transform()
869 for (i = 1; i < (int)tool->getBBoxsCount(); i++) { in transform()
1772 if (getBBoxsCount() > 0) drawCommandHandle(vi.getPointer()); in draw()
H A Dselectiontool.cpp552 for (i = 0; i < (int)m_deformTool->getTool()->getBBoxsCount(); i++) in Scale()
865 int SelectionTool::getBBoxsCount() const { return m_bboxs.size(); } in getBBoxsCount() function in SelectionTool
H A Drasterselectiontool.cpp825 if (getBBoxsCount() > 0) drawCommandHandle(image.getPointer()); in draw()