Home
last modified time | relevance | path

Searched refs:effectProps (Results 51 – 66 of 66) sorted by relevance

123

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Guide/
H A DofxExample4_Saturation.rst68 gPropertySuite->propSetString(effectProps,
73 gPropertySuite->propSetString(effectProps,
226 OfxPropertySetHandle effectProps;
227 gImageEffectSuite->getPropertySet(instance, &effectProps);
235 gPropertySuite->propSetPointer(effectProps, kOfxPropInstanceData, 0, (void *) myData);
239 gPropertySuite->propGetString(effectProps, kOfxImageEffectPropContext, 0, &context);
H A DofxExample2_Invert.rst81 gPropertySuite->propSetString(effectProps,
85 gPropertySuite->propSetString(effectProps,
91 gPropertySuite->propSetString(effectProps,
97 gPropertySuite->propSetString(effectProps,
101 gPropertySuite->propSetString(effectProps,
105 gPropertySuite->propSetString(effectProps,
111 OfxPropertySetHandle effectProps;
112 gImageEffectSuite->getPropertySet(descriptor, &effectProps);
115 gPropertySuite->propSetString(effectProps,
121 gPropertySuite->propSetInt(effectProps,
H A DofxExample3_Gain.rst343 OfxPropertySetHandle effectProps;
344 gImageEffectSuite->getPropertySet(instance, &effectProps);
352 gPropertySuite->propSetPointer(effectProps, kOfxPropInstanceData, 0, (void *) myData);
386 MyInstanceData *FetchInstanceData(OfxPropertySetHandle effectProps)
389 gPropertySuite->propGetPointer(effectProps,
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Guide/
H A DofxExample4_Saturation.rst68 gPropertySuite->propSetString(effectProps,
73 gPropertySuite->propSetString(effectProps,
226 OfxPropertySetHandle effectProps;
227 gImageEffectSuite->getPropertySet(instance, &effectProps);
235 gPropertySuite->propSetPointer(effectProps, kOfxPropInstanceData, 0, (void *) myData);
239 gPropertySuite->propGetString(effectProps, kOfxImageEffectPropContext, 0, &context);
H A DofxExample2_Invert.rst81 gPropertySuite->propSetString(effectProps,
85 gPropertySuite->propSetString(effectProps,
91 gPropertySuite->propSetString(effectProps,
97 gPropertySuite->propSetString(effectProps,
101 gPropertySuite->propSetString(effectProps,
105 gPropertySuite->propSetString(effectProps,
111 OfxPropertySetHandle effectProps;
112 gImageEffectSuite->getPropertySet(descriptor, &effectProps);
115 gPropertySuite->propSetString(effectProps,
121 gPropertySuite->propSetInt(effectProps,
H A DofxExample3_Gain.rst343 OfxPropertySetHandle effectProps;
344 gImageEffectSuite->getPropertySet(instance, &effectProps);
352 gPropertySuite->propSetPointer(effectProps, kOfxPropInstanceData, 0, (void *) myData);
386 MyInstanceData *FetchInstanceData(OfxPropertySetHandle effectProps)
389 gPropertySuite->propGetPointer(effectProps,
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/old_doc/Guide/
H A DofxExample3_Gain.adoc289 OfxPropertySetHandle effectProps;
290 gImageEffectSuite->getPropertySet(instance, &effectProps);
298 gPropertySuite->propSetPointer(effectProps, kOfxPropInstanceData, 0, (void *) myData);
331 MyInstanceData *FetchInstanceData(OfxPropertySetHandle effectProps)
334 gPropertySuite->propGetPointer(effectProps,
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/old_doc/Guide/
H A DofxExample3_Gain.adoc289 OfxPropertySetHandle effectProps;
290 gImageEffectSuite->getPropertySet(instance, &effectProps);
298 gPropertySuite->propSetPointer(effectProps, kOfxPropInstanceData, 0, (void *) myData);
331 MyInstanceData *FetchInstanceData(OfxPropertySetHandle effectProps)
334 gPropertySuite->propGetPointer(effectProps,
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsGenerator.cpp787 const PropertySet &effectProps = desc.getPropertySet(); in generatorDescribeInContext() local
788 int numPixelDepths = effectProps.propGetDimension(kOfxImageEffectPropSupportedPixelDepths); in generatorDescribeInContext()
790 …BitDepthEnum pixelDepth = mapStrToBitDepthEnum( effectProps.propGetString(kOfxImageEffectPropSuppo… in generatorDescribeInContext()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsGenerator.cpp787 const PropertySet &effectProps = desc.getPropertySet(); in generatorDescribeInContext() local
788 int numPixelDepths = effectProps.propGetDimension(kOfxImageEffectPropSupportedPixelDepths); in generatorDescribeInContext()
790 …BitDepthEnum pixelDepth = mapStrToBitDepthEnum( effectProps.propGetString(kOfxImageEffectPropSuppo… in generatorDescribeInContext()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Test/
H A DtestProperties.cpp1094 OfxPropertySetHandle effectProps; in actionDescribe() local
1095 gEffectSuite->getPropertySet(effect, &effectProps); in actionDescribe()
1098 …PropertySetDescription pluginPropSet("Plugin", effectProps, gPluginPropertyDescriptions, sizeof(gP… in actionDescribe()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Test/
H A DtestProperties.cpp1094 OfxPropertySetHandle effectProps; in actionDescribe() local
1095 gEffectSuite->getPropertySet(effect, &effectProps); in actionDescribe()
1098 …PropertySetDescription pluginPropSet("Plugin", effectProps, gPluginPropertyDescriptions, sizeof(gP… in actionDescribe()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/DebugProxy/
H A DDebugProxy.cpp1326 OfxPropertySetHandle effectProps; in pluginMain() local
1327 gEffectHost[nth]->getPropertySet(effect, &effectProps); in pluginMain()
1330 …gPropHost[nth]->propGetPointer(effectProps, kOfxImageEffectPluginPropOverlayInteractV1, 0, (void … in pluginMain()
1332 …gPropHost[nth]->propSetPointer( effectProps, kOfxImageEffectPluginPropOverlayInteractV1, 0, (void… in pluginMain()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/effects/
H A DAnimateTransform.as646 var effectProps:Array = AFFECTED_PROPERTIES;
656 m = effectProps.length;
659 var propName:String = effectProps[j];
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Support/Library/
H A DofxsImageEffect.cpp5031 PropertySet effectProps = fetchEffectProps(handle); in mainEntryStr() local
5034 std::string str = effectProps.propGetString(kOfxImageEffectPropContext); in mainEntryStr()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Support/Library/
H A DofxsImageEffect.cpp5031 PropertySet effectProps = fetchEffectProps(handle); in mainEntryStr() local
5034 std::string str = effectProps.propGetString(kOfxImageEffectPropContext); in mainEntryStr()

123