Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dfxselection.cpp116 if (boundingFxs == Link()) return; in select()
430 Link boundingFxs; in getBoundingFxs() local
433 if (!port) return boundingFxs; in getBoundingFxs()
440 return boundingFxs; in getBoundingFxs()
447 Link boundingFxs; in getBoundingFxs() local
457 return boundingFxs; in getBoundingFxs()
473 return boundingFxs; in getBoundingFxs()
491 return boundingFxs; in getBoundingFxs()
504 boundingFxs.m_index = i; in getBoundingFxs()
505 return boundingFxs; in getBoundingFxs()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dfxcommand.cpp2027 TFxCommand::Link boundingFxs = *it; in getHistoryString() local
2030 .arg(QString::fromStdWString(boundingFxs.m_inputFx->getName())) in getHistoryString()
2031 .arg(QString::fromStdWString(boundingFxs.m_outputFx->getName())); in getHistoryString()