Home
last modified time | relevance | path

Searched refs:inputOperation (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/compositor/intern/
H A DCOM_NodeOperation.cpp174 NodeOperation *inputOperation = this->getInputOperation(i); in determineDependingAreaOfInterest() local
175 if (inputOperation && in determineDependingAreaOfInterest()
176 inputOperation->determineDependingAreaOfInterest(input, readOperation, &tempOutput)) { in determineDependingAreaOfInterest()
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/operations/
H A DCOM_WriteBufferOperation.cpp225 NodeOperation *inputOperation = this->getInputOperation(0); in readResolutionFromInputSocket() local
226 this->setWidth(inputOperation->getWidth()); in readResolutionFromInputSocket()
227 this->setHeight(inputOperation->getHeight()); in readResolutionFromInputSocket()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/mirrors/
H A DChooseMirrorDialog.java59 OperationWithInput<CRANMirror> inputOperation, in ChooseMirrorDialog() argument
62 super("Retrieving list of CRAN mirrors...", Roles.getDialogRole(), inputOperation); in ChooseMirrorDialog()