Home
last modified time | relevance | path

Searched refs:kParamTransformRotateOld (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OCL/
H A DofxsTransformInteractCustom.h54 #define kParamTransformRotateOld "rotate" macro
H A DofxsTransformInteractCustom.cpp84 …DoubleParamDescriptor* param = desc.defineDoubleParam(oldParams ? kParamTransformRotateOld : kPara… in ofxsTransformDescribeParams()
235 _rotate = _effect->fetchDoubleParam(kParamTransformRotateOld); in TransformInteractCustomHelper()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OCL/Bulge/
H A DBulge.cpp54 _strength = fetchDoubleParam(kParamTransformRotateOld); in BulgeCLPlugin()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsTransformInteract.h72 #define kParamTransformRotateOld "rotate" macro
H A DofxsTransformInteract.cpp91 …DoubleParamDescriptor* param = desc.defineDoubleParam(oldParams ? kParamTransformRotateOld : kPara… in ofxsTransformDescribeParams()
335 _rotate = _effect->fetchDoubleParam(kParamTransformRotateOld); in TransformInteractHelper()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsTransformInteract.h72 #define kParamTransformRotateOld "rotate" macro
H A DofxsTransformInteract.cpp91 …DoubleParamDescriptor* param = desc.defineDoubleParam(oldParams ? kParamTransformRotateOld : kPara… in ofxsTransformDescribeParams()
335 _rotate = _effect->fetchDoubleParam(kParamTransformRotateOld); in TransformInteractHelper()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OCL/Twirl/
H A DTwirl.cpp55 _strength = fetchDoubleParam(kParamTransformRotateOld); in TwirlCLPlugin()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Transform/
H A DTransform.cpp88 _rotate = fetchDoubleParam(kParamTransformRotateOld); in TransformPlugin()
366 ( paramName == kParamTransformRotateOld) || in changedParam()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/GodRays/
H A DGodRays.cpp511 _rotate = fetchDoubleParam(kParamTransformRotateOld); in GodRaysPlugin()
808 ( paramName == kParamTransformRotateOld) || in changedParam()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/Extra/
H A DTextFX.cpp447 _rotate = fetchDoubleParam(kParamTransformRotateOld); in TextFXPlugin()