Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dsceneviewer.h186 TRectD m_guidedDrawingBBox; variable
H A Dsceneviewer.cpp2120 m_guidedDrawingBBox += (*itr)->getBBox(); in drawScene()
2265 if (!m_guidedDrawingBBox.isEmpty()) { in GLInvalidateRect()
2267 TPointD topLeft = tool->getMatrix() * m_guidedDrawingBBox.getP00(); in GLInvalidateRect()
2268 TPointD bottomRight = tool->getMatrix() * m_guidedDrawingBBox.getP11(); in GLInvalidateRect()
2275 m_guidedDrawingBBox.empty(); in GLInvalidateRect()