Home
last modified time | relevance | path

Searched refs:gParamHost (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Basic/
H A Dbasic.cpp76 OfxParameterSuiteV1 *gParamHost = 0; variable
133 gParamHost->paramGetHandle(paramSet, paramName, &param, &paramProps); in setParamEnabledness()
207 gParamHost->paramGetHandle(paramSet, "scale", &myData->scaleParam, 0); in createInstance()
208 gParamHost->paramGetHandle(paramSet, "scaleR", &myData->scaleRParam, 0); in createInstance()
209 gParamHost->paramGetHandle(paramSet, "scaleG", &myData->scaleGParam, 0); in createInstance()
364 gParamHost->paramGetValueAtTime(myData->scaleRParam, time, &sR); in isIdentity()
365 gParamHost->paramGetValueAtTime(myData->scaleGParam, time, &sG); in isIdentity()
366 gParamHost->paramGetValueAtTime(myData->scaleBParam, time, &sB); in isIdentity()
367 gParamHost->paramGetValueAtTime(myData->scaleAParam, time, &sA); in isIdentity()
710 gParamHost->paramGetValueAtTime(myData->scaleParam, time, &scale); in render()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Basic/
H A Dbasic.cpp76 OfxParameterSuiteV1 *gParamHost = 0; variable
133 gParamHost->paramGetHandle(paramSet, paramName, &param, &paramProps); in setParamEnabledness()
207 gParamHost->paramGetHandle(paramSet, "scale", &myData->scaleParam, 0); in createInstance()
208 gParamHost->paramGetHandle(paramSet, "scaleR", &myData->scaleRParam, 0); in createInstance()
209 gParamHost->paramGetHandle(paramSet, "scaleG", &myData->scaleGParam, 0); in createInstance()
364 gParamHost->paramGetValueAtTime(myData->scaleRParam, time, &sR); in isIdentity()
365 gParamHost->paramGetValueAtTime(myData->scaleGParam, time, &sG); in isIdentity()
366 gParamHost->paramGetValueAtTime(myData->scaleBParam, time, &sB); in isIdentity()
367 gParamHost->paramGetValueAtTime(myData->scaleAParam, time, &sA); in isIdentity()
710 gParamHost->paramGetValueAtTime(myData->scaleParam, time, &scale); in render()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Cuda/
H A Dcuda.cpp50 OfxParameterSuiteV1 *gParamHost = 0; variable
154 gParamHost->paramGetHandle(paramSet, "R Gain", &myData->rGainParam, 0); in createInstance()
155 gParamHost->paramGetHandle(paramSet, "G Gain", &myData->gGainParam, 0); in createInstance()
156 gParamHost->paramGetHandle(paramSet, "B Gain", &myData->bGainParam, 0); in createInstance()
358 gParamHost->paramGetValueAtTime(myData->rGainParam, time, &rGain); in render()
359 gParamHost->paramGetValueAtTime(myData->gGainParam, time, &gGain); in render()
360 gParamHost->paramGetValueAtTime(myData->bGainParam, time, &bGain); in render()
481 gParamHost->paramDefine(effectParams, kOfxParamTypeDouble, name, &props); in defineParam()
536 gParamHost->paramDefine(paramSet, kOfxParamTypePage, "Main", &props); in describeInContext()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Cuda/
H A Dcuda.cpp50 OfxParameterSuiteV1 *gParamHost = 0; variable
154 gParamHost->paramGetHandle(paramSet, "R Gain", &myData->rGainParam, 0); in createInstance()
155 gParamHost->paramGetHandle(paramSet, "G Gain", &myData->gGainParam, 0); in createInstance()
156 gParamHost->paramGetHandle(paramSet, "B Gain", &myData->bGainParam, 0); in createInstance()
358 gParamHost->paramGetValueAtTime(myData->rGainParam, time, &rGain); in render()
359 gParamHost->paramGetValueAtTime(myData->gGainParam, time, &gGain); in render()
360 gParamHost->paramGetValueAtTime(myData->bGainParam, time, &bGain); in render()
481 gParamHost->paramDefine(effectParams, kOfxParamTypeDouble, name, &props); in defineParam()
536 gParamHost->paramDefine(paramSet, kOfxParamTypePage, "Main", &props); in describeInContext()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Overlay/
H A Doverlay.cpp74 OfxParameterSuiteV1 *gParamHost = 0; variable
142 gParamHost->paramGetHandle(paramSet, kPointParam, &pointParam, 0); in interactCreateInstance()
187 gParamHost->paramGetValue(data->pointParam, &x, &y); in interactDraw()
236 gParamHost->paramSetValue(data->pointParam, penPos.x, penPos.y); in interactPenMotion()
252 gParamHost->paramGetValue(data->pointParam, &x, &y); in interactPenDown()
382 gParamHost->paramDefine(paramSet, kOfxParamTypeDouble2D, kPointParam, &props); in describeInContext()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Overlay/
H A Doverlay.cpp74 OfxParameterSuiteV1 *gParamHost = 0; variable
142 gParamHost->paramGetHandle(paramSet, kPointParam, &pointParam, 0); in interactCreateInstance()
187 gParamHost->paramGetValue(data->pointParam, &x, &y); in interactDraw()
236 gParamHost->paramSetValue(data->pointParam, penPos.x, penPos.y); in interactPenMotion()
252 gParamHost->paramGetValue(data->pointParam, &x, &y); in interactPenDown()
382 gParamHost->paramDefine(paramSet, kOfxParamTypeDouble2D, kPointParam, &props); in describeInContext()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/OpenCL/
H A Doclplugin.cpp54 OfxParameterSuiteV1 *gParamHost = 0; variable
158 gParamHost->paramGetHandle(paramSet, "R Gain", &myData->rGainParam, 0); in createInstance()
159 gParamHost->paramGetHandle(paramSet, "G Gain", &myData->gGainParam, 0); in createInstance()
160 gParamHost->paramGetHandle(paramSet, "B Gain", &myData->bGainParam, 0); in createInstance()
463 gParamHost->paramGetValueAtTime(myData->rGainParam, time, &rGain); in render()
464 gParamHost->paramGetValueAtTime(myData->gGainParam, time, &gGain); in render()
465 gParamHost->paramGetValueAtTime(myData->bGainParam, time, &bGain); in render()
528 gParamHost->paramDefine(effectParams, kOfxParamTypeDouble, name, &props); in defineParam()
583 gParamHost->paramDefine(paramSet, kOfxParamTypePage, "Main", &props); in describeInContext()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/OpenCL/
H A Doclplugin.cpp54 OfxParameterSuiteV1 *gParamHost = 0; variable
158 gParamHost->paramGetHandle(paramSet, "R Gain", &myData->rGainParam, 0); in createInstance()
159 gParamHost->paramGetHandle(paramSet, "G Gain", &myData->gGainParam, 0); in createInstance()
160 gParamHost->paramGetHandle(paramSet, "B Gain", &myData->bGainParam, 0); in createInstance()
463 gParamHost->paramGetValueAtTime(myData->rGainParam, time, &rGain); in render()
464 gParamHost->paramGetValueAtTime(myData->gGainParam, time, &gGain); in render()
465 gParamHost->paramGetValueAtTime(myData->bGainParam, time, &bGain); in render()
528 gParamHost->paramDefine(effectParams, kOfxParamTypeDouble, name, &props); in defineParam()
583 gParamHost->paramDefine(paramSet, kOfxParamTypePage, "Main", &props); in describeInContext()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Custom/
H A Dcustom.cpp71 OfxParameterSuiteV1 *gParamHost = 0; variable
112 gParamHost->paramGetHandle(paramSet, kPointParam, &param, NULL); in getCustomParam()
116 gParamHost->paramGetValue(param, &str); in getCustomParam()
135 gParamHost->paramGetHandle(paramSet, kPointParam, &param, NULL); in setCustomParam()
138 return gParamHost->paramSetValue(param, str); in setCustomParam()
251 gParamHost->paramGetHandle(paramSet, kPointParam, &pointParam, 0); in interactCreateInstance()
520 gParamHost->paramDefine(paramSet, kOfxParamTypeCustom, kPointParam, &props); in describeInContext()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Custom/
H A Dcustom.cpp71 OfxParameterSuiteV1 *gParamHost = 0; variable
112 gParamHost->paramGetHandle(paramSet, kPointParam, &param, NULL); in getCustomParam()
116 gParamHost->paramGetValue(param, &str); in getCustomParam()
135 gParamHost->paramGetHandle(paramSet, kPointParam, &param, NULL); in setCustomParam()
138 return gParamHost->paramSetValue(param, str); in setCustomParam()
251 gParamHost->paramGetHandle(paramSet, kPointParam, &pointParam, 0); in interactCreateInstance()
520 gParamHost->paramDefine(paramSet, kOfxParamTypeCustom, kPointParam, &props); in describeInContext()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/OpenGL/
H A Dopengl.cpp64 OfxParameterSuiteV1 *gParamHost = 0; variable
170 gParamHost->paramGetHandle(paramSet, "scale", &myData->scaleParam, 0); in createInstance()
171 gParamHost->paramGetHandle(paramSet, "source_scale", &myData->sourceScaleParam, 0); in createInstance()
403 gParamHost->paramGetValueAtTime(myData->scaleParam, time, &scale); in render()
404 gParamHost->paramGetValueAtTime(myData->sourceScaleParam, time, &source_scale); in render()
487 gParamHost->paramDefine(effectParams, kOfxParamTypeDouble, name, &props); in defineParam()
540 gParamHost->paramDefine(paramSet, kOfxParamTypePage, "Main", &props); in describeInContext()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/OpenGL/
H A Dopengl.cpp64 OfxParameterSuiteV1 *gParamHost = 0; variable
170 gParamHost->paramGetHandle(paramSet, "scale", &myData->scaleParam, 0); in createInstance()
171 gParamHost->paramGetHandle(paramSet, "source_scale", &myData->sourceScaleParam, 0); in createInstance()
403 gParamHost->paramGetValueAtTime(myData->scaleParam, time, &scale); in render()
404 gParamHost->paramGetValueAtTime(myData->sourceScaleParam, time, &source_scale); in render()
487 gParamHost->paramDefine(effectParams, kOfxParamTypeDouble, name, &props); in defineParam()
540 gParamHost->paramDefine(paramSet, kOfxParamTypePage, "Main", &props); in describeInContext()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Rectangle/
H A Drectangle.cpp70 OfxParameterSuiteV1 *gParamHost = 0; variable
141 gParamHost->paramGetHandle(paramSet, "corner1", &myData->corner1Param, 0); in createInstance()
142 gParamHost->paramGetHandle(paramSet, "corner2", &myData->corner2Param, 0); in createInstance()
143 gParamHost->paramGetHandle(paramSet, "colour", &myData->colourParam, 0); in createInstance()
177 gParamHost->paramGetValueAtTime(myData->corner1Param, time, &c1.x, &c1.y); in getCannonicalRect()
178 gParamHost->paramGetValueAtTime(myData->corner2Param, time, &c2.x, &c2.y); in getCannonicalRect()
280 gParamHost->paramGetValueAtTime(myData->colourParam, time, &col.r, &col.g, &col.b, &col.a); in isIdentity()
667gParamHost->paramGetValueAtTime(myData->colourParam, time, &colour.r, &colour.g, &colour.b, &colou… in render()
811 gParamHost->paramDefine(paramSet, kOfxParamTypeDouble2D, "corner1", &paramProps); in describeInContext()
819 gParamHost->paramDefine(paramSet, kOfxParamTypeDouble2D, "corner2", &paramProps); in describeInContext()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Rectangle/
H A Drectangle.cpp70 OfxParameterSuiteV1 *gParamHost = 0; variable
141 gParamHost->paramGetHandle(paramSet, "corner1", &myData->corner1Param, 0); in createInstance()
142 gParamHost->paramGetHandle(paramSet, "corner2", &myData->corner2Param, 0); in createInstance()
143 gParamHost->paramGetHandle(paramSet, "colour", &myData->colourParam, 0); in createInstance()
177 gParamHost->paramGetValueAtTime(myData->corner1Param, time, &c1.x, &c1.y); in getCannonicalRect()
178 gParamHost->paramGetValueAtTime(myData->corner2Param, time, &c2.x, &c2.y); in getCannonicalRect()
280 gParamHost->paramGetValueAtTime(myData->colourParam, time, &col.r, &col.g, &col.b, &col.a); in isIdentity()
667gParamHost->paramGetValueAtTime(myData->colourParam, time, &colour.r, &colour.g, &colour.b, &colou… in render()
811 gParamHost->paramDefine(paramSet, kOfxParamTypeDouble2D, "corner1", &paramProps); in describeInContext()
819 gParamHost->paramDefine(paramSet, kOfxParamTypeDouble2D, "corner2", &paramProps); in describeInContext()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/include/
H A DofxUtilities.H16 extern OfxParameterSuiteV1 *gParamHost;
32 gParamHost = (OfxParameterSuiteV1 *) gHost->fetchSuite(gHost->host, kOfxParameterSuite, 1); in ofxuFetchHostSuites()
37 if(!gEffectHost || !gPropHost || !gParamHost || !gMemoryHost || !gThreadHost) in ofxuFetchHostSuites()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/include/
H A DofxUtilities.H16 extern OfxParameterSuiteV1 *gParamHost;
32 gParamHost = (OfxParameterSuiteV1 *) gHost->fetchSuite(gHost->host, kOfxParameterSuite, 1); in ofxuFetchHostSuites()
37 if(!gEffectHost || !gPropHost || !gParamHost || !gMemoryHost || !gThreadHost) in ofxuFetchHostSuites()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/DepthConverter/
H A DdepthConverter.cpp73 OfxParameterSuiteV1 *gParamHost = 0; variable
116 gParamHost->paramGetHandle(paramSet, "depth", &myData->depthParam, 0); in createInstance()
416 gParamHost->paramGetValue(myData->depthParam, &depthVal); in getClipPreferences()
467 gParamHost->paramDefine(paramSet, kOfxParamTypeChoice, "depth", &paramProps); in describeInContext()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/DepthConverter/
H A DdepthConverter.cpp73 OfxParameterSuiteV1 *gParamHost = 0; variable
116 gParamHost->paramGetHandle(paramSet, "depth", &myData->depthParam, 0); in createInstance()
416 gParamHost->paramGetValue(myData->depthParam, &depthVal); in getClipPreferences()
467 gParamHost->paramDefine(paramSet, kOfxParamTypeChoice, "depth", &paramProps); in describeInContext()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/DebugProxy/
H A DDebugProxy.cpp201 static std::vector<OfxParameterSuiteV1*> gParamHost; variable
387 gParamHost.resize(nth + 1); in fetchHostSuites()
421gParamHost[nth] = (OfxParameterSuiteV1 *) gHost[nth]->fetchSuite(gHost[nth]->ho… in fetchHostSuites()
460 …if (!gEffectHost[nth] || !gPropHost[nth] || !gParamHost[nth] || !gMemoryHost[nth] || !gThreadHost[… in fetchHostSuites()
759 if (gParamHost[nth]) { in printHostDescription()
2616 gParamHost.reserve(gPluginsNb); in OfxGetNumberOfPlugins()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Reference/
H A DofxParameter.rst905 gParamHost->paramDefine(paramSet, kOfxParamTypeParametric, "lookupTable", & props);
933 gParamHost->paramGetHandle(paramSet, "lookupTable", &descriptor, NULL);
957 gParamHost->paramGetHandle(paramSet, "lookupTable", &param, NULL);
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Reference/
H A DofxParameter.rst905 gParamHost->paramDefine(paramSet, kOfxParamTypeParametric, "lookupTable", & props);
933 gParamHost->paramGetHandle(paramSet, "lookupTable", &descriptor, NULL);
957 gParamHost->paramGetHandle(paramSet, "lookupTable", &param, NULL);