Home
last modified time | relevance | path

Searched refs:kParamTransformTranslate (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OCL/
H A DofxsTransformInteractCustom.h31 #define kParamTransformTranslate "transformTranslate" macro
H A DofxsTransformInteractCustom.cpp64 …ram = desc.defineDouble2DParam(oldParams ? kParamTransformTranslateOld : kParamTransformTranslate); in ofxsTransformDescribeParams()
241 if ( _effect->paramExists(kParamTransformTranslate) ) { in TransformInteractCustomHelper()
242 _translate = _effect->fetchDouble2DParam(kParamTransformTranslate); in TransformInteractCustomHelper()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Test/
H A DTestPosition.cpp47 #define kParamPositionTranslate kParamTransformTranslate
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsTransformInteract.h32 #define kParamTransformTranslate "transformTranslate" macro
H A DofxsTransformInteract.cpp70 …ram = desc.defineDouble2DParam(oldParams ? kParamTransformTranslateOld : kParamTransformTranslate); in ofxsTransformDescribeParams()
344 if ( _effect->paramExists(kParamTransformTranslate) ) { in TransformInteractHelper()
345 _translate = _effect->fetchDouble2DParam(kParamTransformTranslate); in TransformInteractHelper()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsTransformInteract.h32 #define kParamTransformTranslate "transformTranslate" macro
H A DofxsTransformInteract.cpp70 …ram = desc.defineDouble2DParam(oldParams ? kParamTransformTranslateOld : kParamTransformTranslate); in ofxsTransformDescribeParams()
344 if ( _effect->paramExists(kParamTransformTranslate) ) { in TransformInteractHelper()
345 _translate = _effect->fetchDouble2DParam(kParamTransformTranslate); in TransformInteractHelper()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/SeExpr/
H A DSeNoise.cpp608 _translate = fetchDouble2DParam(kParamTransformTranslate); in SeNoisePlugin()