Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dvectorselectiontool.h172 std::unique_ptr<VFDScopedBlock> m_vfdScopedBlock; variable
H A Dvectorselectiontool.cpp582 if (!m_vfdScopedBlock) { in applyTransform()
584 m_isDragging ? m_vfdScopedBlock : localVfdScopedBlock; in applyTransform()
723 std::unique_ptr<VFDScopedBlock> vfdScopedBlock(std::move(m_vfdScopedBlock)); in leftButtonUp()