Home
last modified time | relevance | path

Searched refs:kParamTransformScale (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OCL/
H A DofxsTransformInteractCustom.h35 #define kParamTransformScale "transformScale" macro
H A DofxsTransformInteractCustom.cpp101 …ptor* param = desc.defineDouble2DParam(oldParams ? kParamTransformScaleOld : kParamTransformScale); in ofxsTransformDescribeParams()
246 _scale = _effect->fetchDouble2DParam(kParamTransformScale); in TransformInteractCustomHelper()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsTransformInteract.h38 #define kParamTransformScale "transformScale" macro
H A DofxsTransformInteract.cpp109 …ptor* param = desc.defineDouble2DParam(oldParams ? kParamTransformScaleOld : kParamTransformScale); in ofxsTransformDescribeParams()
349 _scale = _effect->fetchDouble2DParam(kParamTransformScale); in TransformInteractHelper()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsTransformInteract.h38 #define kParamTransformScale "transformScale" macro
H A DofxsTransformInteract.cpp109 …ptor* param = desc.defineDouble2DParam(oldParams ? kParamTransformScaleOld : kParamTransformScale); in ofxsTransformDescribeParams()
349 _scale = _effect->fetchDouble2DParam(kParamTransformScale); in TransformInteractHelper()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/SeExpr/
H A DSeNoise.cpp610 _scale = fetchDouble2DParam(kParamTransformScale); in SeNoisePlugin()