Home
last modified time | relevance | path

Searched refs:gPropHost (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/OpenGL/
H A Dopengl.cpp63 OfxPropertySuiteV1 *gPropHost = 0; variable
130 gPropHost->propGetPointer(effectProps, kOfxPropInstanceData, 0, in getMyInstanceData()
204 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in getSpatialRoD()
326 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in render()
491 gPropHost->propSetDouble(props, kOfxParamPropDefault, 0, 1.0); in defineParam()
492 gPropHost->propSetDouble(props, kOfxParamPropMin, 0, 0.0); in defineParam()
493 gPropHost->propSetDouble(props, kOfxParamPropDisplayMin, 0, 0.0); in defineParam()
495 gPropHost->propSetDouble(props, kOfxParamPropIncrement, 0, 0.01); in defineParam()
496 gPropHost->propSetString(props, kOfxParamPropHint, 0, hint); in defineParam()
498 gPropHost->propSetString(props, kOfxPropLabel, 0, label); in defineParam()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/OpenGL/
H A Dopengl.cpp63 OfxPropertySuiteV1 *gPropHost = 0; variable
130 gPropHost->propGetPointer(effectProps, kOfxPropInstanceData, 0, in getMyInstanceData()
204 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in getSpatialRoD()
326 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in render()
491 gPropHost->propSetDouble(props, kOfxParamPropDefault, 0, 1.0); in defineParam()
492 gPropHost->propSetDouble(props, kOfxParamPropMin, 0, 0.0); in defineParam()
493 gPropHost->propSetDouble(props, kOfxParamPropDisplayMin, 0, 0.0); in defineParam()
495 gPropHost->propSetDouble(props, kOfxParamPropIncrement, 0, 0.01); in defineParam()
496 gPropHost->propSetString(props, kOfxParamPropHint, 0, hint); in defineParam()
498 gPropHost->propSetString(props, kOfxPropLabel, 0, label); in defineParam()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Cuda/
H A Dcuda.cpp49 OfxPropertySuiteV1 *gPropHost = 0; variable
114 gPropHost->propGetPointer(effectProps, kOfxPropInstanceData, 0, in getMyInstanceData()
189 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in getSpatialRoD()
299 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in render()
485 gPropHost->propSetDouble(props, kOfxParamPropDefault, 0, 1.0); in defineParam()
486 gPropHost->propSetDouble(props, kOfxParamPropMin, 0, 0.01); in defineParam()
487 gPropHost->propSetDouble(props, kOfxParamPropDisplayMin, 0, 0.01); in defineParam()
488 gPropHost->propSetDouble(props, kOfxParamPropDisplayMax, 0, 2.0); in defineParam()
489 gPropHost->propSetDouble(props, kOfxParamPropIncrement, 0, 0.01); in defineParam()
490 gPropHost->propSetString(props, kOfxParamPropHint, 0, hint); in defineParam()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Cuda/
H A Dcuda.cpp49 OfxPropertySuiteV1 *gPropHost = 0; variable
114 gPropHost->propGetPointer(effectProps, kOfxPropInstanceData, 0, in getMyInstanceData()
189 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in getSpatialRoD()
299 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in render()
485 gPropHost->propSetDouble(props, kOfxParamPropDefault, 0, 1.0); in defineParam()
486 gPropHost->propSetDouble(props, kOfxParamPropMin, 0, 0.01); in defineParam()
487 gPropHost->propSetDouble(props, kOfxParamPropDisplayMin, 0, 0.01); in defineParam()
488 gPropHost->propSetDouble(props, kOfxParamPropDisplayMax, 0, 2.0); in defineParam()
489 gPropHost->propSetDouble(props, kOfxParamPropIncrement, 0, 0.01); in defineParam()
490 gPropHost->propSetString(props, kOfxParamPropHint, 0, hint); in defineParam()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/OpenCL/
H A Doclplugin.cpp53 OfxPropertySuiteV1 *gPropHost = 0; variable
118 gPropHost->propGetPointer(effectProps, kOfxPropInstanceData, 0, in getMyInstanceData()
193 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in getSpatialRoD()
407 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in render()
532 gPropHost->propSetDouble(props, kOfxParamPropDefault, 0, 1.0); in defineParam()
533 gPropHost->propSetDouble(props, kOfxParamPropMin, 0, 0.01); in defineParam()
534 gPropHost->propSetDouble(props, kOfxParamPropDisplayMin, 0, 0.01); in defineParam()
535 gPropHost->propSetDouble(props, kOfxParamPropDisplayMax, 0, 2.0); in defineParam()
536 gPropHost->propSetDouble(props, kOfxParamPropIncrement, 0, 0.01); in defineParam()
537 gPropHost->propSetString(props, kOfxParamPropHint, 0, hint); in defineParam()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/OpenCL/
H A Doclplugin.cpp53 OfxPropertySuiteV1 *gPropHost = 0; variable
118 gPropHost->propGetPointer(effectProps, kOfxPropInstanceData, 0, in getMyInstanceData()
193 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in getSpatialRoD()
407 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in render()
532 gPropHost->propSetDouble(props, kOfxParamPropDefault, 0, 1.0); in defineParam()
533 gPropHost->propSetDouble(props, kOfxParamPropMin, 0, 0.01); in defineParam()
534 gPropHost->propSetDouble(props, kOfxParamPropDisplayMin, 0, 0.01); in defineParam()
535 gPropHost->propSetDouble(props, kOfxParamPropDisplayMax, 0, 2.0); in defineParam()
536 gPropHost->propSetDouble(props, kOfxParamPropIncrement, 0, 0.01); in defineParam()
537 gPropHost->propSetString(props, kOfxParamPropHint, 0, hint); in defineParam()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Basic/
H A Dbasic.cpp75 OfxPropertySuiteV1 *gPropHost = 0; variable
116 gPropHost->propGetPointer(effectProps, kOfxPropInstanceData, 0, in getMyInstanceData()
254 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in getSpatialRoD()
354 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in isIdentity()
405 gPropHost->propGetString(inArgs, kOfxPropName, 0, &objChanged); in instanceChanged()
662 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in render()
827 gPropHost->propSetDouble(props, kOfxParamPropDefault, 0, 1.0); in defineScaleParam()
828 gPropHost->propSetDouble(props, kOfxParamPropMin, 0, 0.0); in defineScaleParam()
831 gPropHost->propSetString(props, kOfxParamPropHint, 0, hint); in defineScaleParam()
833 gPropHost->propSetString(props, kOfxPropLabel, 0, label); in defineScaleParam()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Basic/
H A Dbasic.cpp75 OfxPropertySuiteV1 *gPropHost = 0; variable
116 gPropHost->propGetPointer(effectProps, kOfxPropInstanceData, 0, in getMyInstanceData()
254 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in getSpatialRoD()
354 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in isIdentity()
405 gPropHost->propGetString(inArgs, kOfxPropName, 0, &objChanged); in instanceChanged()
662 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in render()
827 gPropHost->propSetDouble(props, kOfxParamPropDefault, 0, 1.0); in defineScaleParam()
828 gPropHost->propSetDouble(props, kOfxParamPropMin, 0, 0.0); in defineScaleParam()
831 gPropHost->propSetString(props, kOfxParamPropHint, 0, hint); in defineScaleParam()
833 gPropHost->propSetString(props, kOfxPropLabel, 0, label); in defineScaleParam()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Invert/
H A Dinvert.cpp61 OfxPropertySuiteV1 *gPropHost = 0; variable
87 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in render()
106 gPropHost->propGetInt(outputImg, kOfxImagePropRowBytes, 0, &dstRowBytes); in render()
107 gPropHost->propGetIntN(outputImg, kOfxImagePropBounds, 4, &dstRect.x1); in render()
108 gPropHost->propGetInt(outputImg, kOfxImagePropRowBytes, 0, &dstRowBytes); in render()
109 gPropHost->propGetPointer(outputImg, kOfxImagePropData, 0, &dstPtr); in render()
124 gPropHost->propGetInt(sourceImg, kOfxImagePropRowBytes, 0, &srcRowBytes); in render()
125 gPropHost->propGetIntN(sourceImg, kOfxImagePropBounds, 4, &srcRect.x1); in render()
126 gPropHost->propGetInt(sourceImg, kOfxImagePropRowBytes, 0, &srcRowBytes); in render()
127 gPropHost->propGetPointer(sourceImg, kOfxImagePropData, 0, &srcPtr); in render()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Invert/
H A Dinvert.cpp61 OfxPropertySuiteV1 *gPropHost = 0; variable
87 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in render()
106 gPropHost->propGetInt(outputImg, kOfxImagePropRowBytes, 0, &dstRowBytes); in render()
107 gPropHost->propGetIntN(outputImg, kOfxImagePropBounds, 4, &dstRect.x1); in render()
108 gPropHost->propGetInt(outputImg, kOfxImagePropRowBytes, 0, &dstRowBytes); in render()
109 gPropHost->propGetPointer(outputImg, kOfxImagePropData, 0, &dstPtr); in render()
124 gPropHost->propGetInt(sourceImg, kOfxImagePropRowBytes, 0, &srcRowBytes); in render()
125 gPropHost->propGetIntN(sourceImg, kOfxImagePropBounds, 4, &srcRect.x1); in render()
126 gPropHost->propGetInt(sourceImg, kOfxImagePropRowBytes, 0, &srcRowBytes); in render()
127 gPropHost->propGetPointer(sourceImg, kOfxImagePropData, 0, &srcPtr); in render()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Overlay/
H A Doverlay.cpp73 OfxPropertySuiteV1 *gPropHost = 0; variable
88 gPropHost->propSetString(outArgs, kOfxPropName, 0, kOfxImageEffectSimpleSourceClipName); in isIdentity()
154 gPropHost->propSetString(interactProps, kOfxInteractPropSlaveToParam, 0, kPointParam); in interactCreateInstance()
233 gPropHost->propGetDoubleN(inArgs, kOfxInteractPropPenPosition, 2, &penPos.x); in interactPenMotion()
260 gPropHost->propGetDoubleN(inArgs, kOfxInteractPropPenPosition, 2, penPos); in interactPenDown()
300 gPropHost->propGetPointer(props, kOfxPropEffectInstance, 0, (void **) &pluginInstance); in overlayMain()
351 gPropHost->propSetString(effectProps, kOfxPropLabel, 0, "OFX Overlay Example"); in describe()
385 gPropHost->propSetDouble(props, kOfxParamPropDefault, 0, 0.5); in describeInContext()
386 gPropHost->propSetDouble(props, kOfxParamPropDefault, 1, 0.5); in describeInContext()
388 gPropHost->propSetString(props, kOfxParamPropScriptName, 0, "point"); in describeInContext()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Overlay/
H A Doverlay.cpp73 OfxPropertySuiteV1 *gPropHost = 0; variable
88 gPropHost->propSetString(outArgs, kOfxPropName, 0, kOfxImageEffectSimpleSourceClipName); in isIdentity()
154 gPropHost->propSetString(interactProps, kOfxInteractPropSlaveToParam, 0, kPointParam); in interactCreateInstance()
233 gPropHost->propGetDoubleN(inArgs, kOfxInteractPropPenPosition, 2, &penPos.x); in interactPenMotion()
260 gPropHost->propGetDoubleN(inArgs, kOfxInteractPropPenPosition, 2, penPos); in interactPenDown()
300 gPropHost->propGetPointer(props, kOfxPropEffectInstance, 0, (void **) &pluginInstance); in overlayMain()
351 gPropHost->propSetString(effectProps, kOfxPropLabel, 0, "OFX Overlay Example"); in describe()
385 gPropHost->propSetDouble(props, kOfxParamPropDefault, 0, 0.5); in describeInContext()
386 gPropHost->propSetDouble(props, kOfxParamPropDefault, 1, 0.5); in describeInContext()
388 gPropHost->propSetString(props, kOfxParamPropScriptName, 0, "point"); in describeInContext()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/DepthConverter/
H A DdepthConverter.cpp72 OfxPropertySuiteV1 *gPropHost = 0; variable
162 gPropHost->propSetString(outArgs, kOfxPropName, 0, "Source"); in isIdentity()
329 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in render()
330 gPropHost->propGetIntN(inArgs, kOfxImageEffectPropRenderWindow, 4, &renderWindow.x1); in render()
438 gPropHost->propGetString(inArgs, kOfxImageEffectPropContext, 0, &context); in describeInContext()
469 gPropHost->propSetString(paramProps, kOfxPropLabel, 0, "Depth"); in describeInContext()
478 gPropHost->propSetInt(paramProps, kOfxParamPropDefault, 0, 0); in describeInContext()
524 gPropHost->propSetInt(effectProps, kOfxImageEffectPluginPropFieldRenderTwiceAlways, 0, 0); in describe()
527 gPropHost->propSetInt(effectProps, kOfxImageEffectPropSupportsMultipleClipDepths, 0, 1); in describe()
554 gPropHost->propSetString(effectProps, kOfxPropLabel, 0, "OFX Depth Converter"); in describe()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/DepthConverter/
H A DdepthConverter.cpp72 OfxPropertySuiteV1 *gPropHost = 0; variable
162 gPropHost->propSetString(outArgs, kOfxPropName, 0, "Source"); in isIdentity()
329 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in render()
330 gPropHost->propGetIntN(inArgs, kOfxImageEffectPropRenderWindow, 4, &renderWindow.x1); in render()
438 gPropHost->propGetString(inArgs, kOfxImageEffectPropContext, 0, &context); in describeInContext()
469 gPropHost->propSetString(paramProps, kOfxPropLabel, 0, "Depth"); in describeInContext()
478 gPropHost->propSetInt(paramProps, kOfxParamPropDefault, 0, 0); in describeInContext()
524 gPropHost->propSetInt(effectProps, kOfxImageEffectPluginPropFieldRenderTwiceAlways, 0, 0); in describe()
527 gPropHost->propSetInt(effectProps, kOfxImageEffectPropSupportsMultipleClipDepths, 0, 1); in describe()
554 gPropHost->propSetString(effectProps, kOfxPropLabel, 0, "OFX Depth Converter"); in describe()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Custom/
H A Dcustom.cpp70 OfxPropertySuiteV1 *gPropHost = 0; variable
153 gPropHost->propGetString(inArgs, kOfxParamPropCustomValue, 0, &fromValue); in customParamInterpFunction()
158 gPropHost->propGetString(inArgs, kOfxParamPropCustomValue, 1, &toValue); in customParamInterpFunction()
164 gPropHost->propGetDouble(inArgs, kOfxParamPropInterpolationAmount, 0, &interp); in customParamInterpFunction()
173 gPropHost->propSetString(outArgs, kOfxParamPropCustomValue, 0, str); in customParamInterpFunction()
396 gPropHost->propGetDoubleN(inArgs, kOfxInteractPropPenPosition, 2, penPos); in interactPenDown()
521 gPropHost->propSetString(props, kOfxParamPropDefault, 0, "0.5 0.5"); in describeInContext()
522 gPropHost->propSetString(props, kOfxParamPropScriptName, 0, "point"); in describeInContext()
524 gPropHost->propSetString(props, kOfxPropLabel, 0, "Point"); in describeInContext()
530 gPropHost->propSetInt(props, kOfxParamPropAnimates, 0, true); in describeInContext()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Custom/
H A Dcustom.cpp70 OfxPropertySuiteV1 *gPropHost = 0; variable
153 gPropHost->propGetString(inArgs, kOfxParamPropCustomValue, 0, &fromValue); in customParamInterpFunction()
158 gPropHost->propGetString(inArgs, kOfxParamPropCustomValue, 1, &toValue); in customParamInterpFunction()
164 gPropHost->propGetDouble(inArgs, kOfxParamPropInterpolationAmount, 0, &interp); in customParamInterpFunction()
173 gPropHost->propSetString(outArgs, kOfxParamPropCustomValue, 0, str); in customParamInterpFunction()
396 gPropHost->propGetDoubleN(inArgs, kOfxInteractPropPenPosition, 2, penPos); in interactPenDown()
521 gPropHost->propSetString(props, kOfxParamPropDefault, 0, "0.5 0.5"); in describeInContext()
522 gPropHost->propSetString(props, kOfxParamPropScriptName, 0, "point"); in describeInContext()
524 gPropHost->propSetString(props, kOfxPropLabel, 0, "Point"); in describeInContext()
530 gPropHost->propSetInt(props, kOfxParamPropAnimates, 0, true); in describeInContext()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Rectangle/
H A Drectangle.cpp69 OfxPropertySuiteV1 *gPropHost = 0; variable
195 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in getSpatialRoD()
272 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in isIdentity()
611 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in render()
814 gPropHost->propSetDouble(paramProps, kOfxParamPropDefault, 0, 0.4); in describeInContext()
815 gPropHost->propSetDouble(paramProps, kOfxParamPropDefault, 1, 0.4); in describeInContext()
826 gPropHost->propSetDouble(paramProps, kOfxParamPropDefault, 0, 0); in describeInContext()
827 gPropHost->propSetDouble(paramProps, kOfxParamPropDefault, 1, 0); in describeInContext()
828 gPropHost->propSetDouble(paramProps, kOfxParamPropDefault, 2, 0); in describeInContext()
829 gPropHost->propSetDouble(paramProps, kOfxParamPropDefault, 3, 1); in describeInContext()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Rectangle/
H A Drectangle.cpp69 OfxPropertySuiteV1 *gPropHost = 0; variable
195 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in getSpatialRoD()
272 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in isIdentity()
611 gPropHost->propGetDouble(inArgs, kOfxPropTime, 0, &time); in render()
814 gPropHost->propSetDouble(paramProps, kOfxParamPropDefault, 0, 0.4); in describeInContext()
815 gPropHost->propSetDouble(paramProps, kOfxParamPropDefault, 1, 0.4); in describeInContext()
826 gPropHost->propSetDouble(paramProps, kOfxParamPropDefault, 0, 0); in describeInContext()
827 gPropHost->propSetDouble(paramProps, kOfxParamPropDefault, 1, 0); in describeInContext()
828 gPropHost->propSetDouble(paramProps, kOfxParamPropDefault, 2, 0); in describeInContext()
829 gPropHost->propSetDouble(paramProps, kOfxParamPropDefault, 3, 1); in describeInContext()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/include/
H A DofxUtilities.H14 extern OfxPropertySuiteV1 *gPropHost;
37 if(!gEffectHost || !gPropHost || !gParamHost || !gMemoryHost || !gThreadHost) in ofxuFetchHostSuites()
70 gPropHost->propGetInt(props, kOfxImageClipPropConnected, 0, &connected); in ofxuIsClipConnected()
99 gPropHost->propGetDouble(propSet, kOfxPropTime, 0, &time); in ofxuGetTime()
117 gPropHost->propGetPointer(imageHandle, kOfxImagePropData, 0, &r); in ofxuGetImageData()
125 gPropHost->propGetIntN(imageHandle, kOfxImagePropBounds, 4, &r.x1); in ofxuGetImageBounds()
133 gPropHost->propGetInt(imageHandle, kOfxImagePropRowBytes, 0, &r); in ofxuGetImageRowBytes()
205 gPropHost->propSetPointer(props, kOfxPropInstanceData, 0, data); in ofxuSetInteractInstanceData()
216 gPropHost->propGetPointer(props, kOfxPropInstanceData, 0, &data); in ofxuGetInteractInstanceData()
227 gPropHost->propSetPointer(props, kOfxPropInstanceData, 0, data); in ofxuSetEffectInstanceData()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/include/
H A DofxUtilities.H14 extern OfxPropertySuiteV1 *gPropHost;
37 if(!gEffectHost || !gPropHost || !gParamHost || !gMemoryHost || !gThreadHost) in ofxuFetchHostSuites()
70 gPropHost->propGetInt(props, kOfxImageClipPropConnected, 0, &connected); in ofxuIsClipConnected()
99 gPropHost->propGetDouble(propSet, kOfxPropTime, 0, &time); in ofxuGetTime()
117 gPropHost->propGetPointer(imageHandle, kOfxImagePropData, 0, &r); in ofxuGetImageData()
125 gPropHost->propGetIntN(imageHandle, kOfxImagePropBounds, 4, &r.x1); in ofxuGetImageBounds()
133 gPropHost->propGetInt(imageHandle, kOfxImagePropRowBytes, 0, &r); in ofxuGetImageRowBytes()
205 gPropHost->propSetPointer(props, kOfxPropInstanceData, 0, data); in ofxuSetInteractInstanceData()
216 gPropHost->propGetPointer(props, kOfxPropInstanceData, 0, &data); in ofxuGetInteractInstanceData()
227 gPropHost->propSetPointer(props, kOfxPropInstanceData, 0, data); in ofxuSetEffectInstanceData()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/DebugProxy/
H A DDebugProxy.cpp200 static std::vector<OfxPropertySuiteV1*> gPropHost; variable
386 gPropHost.resize(nth + 1); in fetchHostSuites()
514 if (!gPropHost[nth] || in fetchHostDescription()
515 !gPropHost[nth]->propGetInt || in fetchHostDescription()
516 !gPropHost[nth]->propGetString || in fetchHostDescription()
517 !gPropHost[nth]->propGetDimension) { in fetchHostDescription()
547 st = gPropHost[nth]->propGetInt(host, kOfxPropVersion, 0, &v); in fetchHostDescription()
756 if (gPropHost[nth]) { in printHostDescription()
1014 !gPropHost[nth] || in getContext()
1015 !gPropHost[nth]->propGetString) { in getContext()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Reference/
H A DofxParameter.rst163 gPropHost->propSetString(myChoiceParam, kOfxParamPropChoiceOption, 0, "1st Choice");
164 gPropHost->propSetString(myChoiceParam, kOfxParamPropChoiceOption, 1, "2nd Choice");
908 gPropHost->propSetString(props, kOfxParamPropHint, 0, "Colour lookup table");
909 gPropHost->propSetString(props, kOfxParamPropScriptName, 0, "lookupTable");
910 gPropHost->propSetString(props, kOfxPropLabel, 0, "Lookup Table");
913 gPropHost->propSetInt(props, kOfxParamPropParametricDimension, 0, 3);
916 gPropHost->propSetString(props, kOfxParamPropDimensionLabel, 0, "red");
917 gPropHost->propSetString(props, kOfxParamPropDimensionLabel, 1, "green");
918 gPropHost->propSetString(props, kOfxParamPropDimensionLabel, 2, "blue");
928 gPropHost->propSetDouble(props, kOfxParamPropParametricRange, 0, 0.0);
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Reference/
H A DofxParameter.rst163 gPropHost->propSetString(myChoiceParam, kOfxParamPropChoiceOption, 0, "1st Choice");
164 gPropHost->propSetString(myChoiceParam, kOfxParamPropChoiceOption, 1, "2nd Choice");
908 gPropHost->propSetString(props, kOfxParamPropHint, 0, "Colour lookup table");
909 gPropHost->propSetString(props, kOfxParamPropScriptName, 0, "lookupTable");
910 gPropHost->propSetString(props, kOfxPropLabel, 0, "Lookup Table");
913 gPropHost->propSetInt(props, kOfxParamPropParametricDimension, 0, 3);
916 gPropHost->propSetString(props, kOfxParamPropDimensionLabel, 0, "red");
917 gPropHost->propSetString(props, kOfxParamPropDimensionLabel, 1, "green");
918 gPropHost->propSetString(props, kOfxParamPropDimensionLabel, 2, "blue");
928 gPropHost->propSetDouble(props, kOfxParamPropParametricRange, 0, 0.0);
[all …]