Home
last modified time | relevance | path

Searched refs:MyRGBAInstance (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/examples/
H A DhostDemoParamInstance.cpp200 MyRGBAInstance::MyRGBAInstance(MyEffectInstance* effect, in MyRGBAInstance() function in MyHost::MyRGBAInstance
207 OfxStatus MyRGBAInstance::get(double&,double&,double&,double&) in get()
212 OfxStatus MyRGBAInstance::get(OfxTime time, double&,double&,double&,double&) in get()
217 OfxStatus MyRGBAInstance::set(double,double,double,double) in set()
222 OfxStatus MyRGBAInstance::set(OfxTime time, double,double,double,double) in set()
H A DhostDemoParamInstance.h92 class MyRGBAInstance : public OFX::Host::Param::RGBAInstance {
97MyRGBAInstance(MyEffectInstance* effect, const std::string& name, OFX::Host::Param::Descriptor& de…
H A DhostDemoEffectInstance.cpp176 return new MyRGBAInstance(this,name,descriptor); in newParam()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/examples/
H A DhostDemoParamInstance.cpp200 MyRGBAInstance::MyRGBAInstance(MyEffectInstance* effect, in MyRGBAInstance() function in MyHost::MyRGBAInstance
207 OfxStatus MyRGBAInstance::get(double&,double&,double&,double&) in get()
212 OfxStatus MyRGBAInstance::get(OfxTime time, double&,double&,double&,double&) in get()
217 OfxStatus MyRGBAInstance::set(double,double,double,double) in set()
222 OfxStatus MyRGBAInstance::set(OfxTime time, double,double,double,double) in set()
H A DhostDemoParamInstance.h92 class MyRGBAInstance : public OFX::Host::Param::RGBAInstance {
97MyRGBAInstance(MyEffectInstance* effect, const std::string& name, OFX::Host::Param::Descriptor& de…
H A DhostDemoEffectInstance.cpp176 return new MyRGBAInstance(this,name,descriptor); in newParam()