Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dexpressionreferencemanager.cpp833 TFx* fromFx = fx_itr.key(); in transferReference() local
837 if (fromFx->getFxType() == toFx->getFxType()) { in transferReference()
838 fromFxParams.insert(fromFx, QList<TDoubleParam*>()); in transferReference()
841 if (fromFx->getFxId() != toFx->getFxId()) in transferReference()
842 exprReplaceTable[getPhrase(fromFx)] = getPhrase(toFx); in transferReference()
867 TFx* fromFx = ffp_itr.key(); in transferReference() local
868 TFx* toFx = fxTable.value(fromFx); in transferReference()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dfxcommand.cpp274 static void cloneGroupStack(TFx *fromFx, TFx *toFx);
276 static void copyGroupEditLevel(TFx *fromFx, TFx *toFx);
277 static void copyDagPosition(TFx *fromFx, TFx *toFx);
331 void FxCommandUndo::cloneGroupStack(TFx *fromFx, TFx *toFx) { in cloneGroupStack() argument
332 if (fromFx->getAttributes()->isGrouped()) { in cloneGroupStack()
333 cloneGroupStack(fromFx->getAttributes()->getGroupIdStack(), in cloneGroupStack()
353 if (fromFx && fromFx->getAttributes()->isGrouped()) in copyGroupEditLevel()
359 void FxCommandUndo::copyDagPosition(TFx *fromFx, TFx *toFx) { in copyDagPosition() argument
361 if (fromFx) in copyDagPosition()
363 fromFx->getAttributes()->getDagNodePos()); in copyDagPosition()
[all …]