Home
last modified time | relevance | path

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

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/examples/
H A DhostDemoParamInstance.cpp293 MyInteger2DInstance::MyInteger2DInstance(MyEffectInstance* effect, in MyInteger2DInstance() function in MyHost::MyInteger2DInstance
300 OfxStatus MyInteger2DInstance::get(int&,int&) in get()
305 OfxStatus MyInteger2DInstance::get(OfxTime time,int&,int&) in get()
310 OfxStatus MyInteger2DInstance::set(int,int) in set()
315 OfxStatus MyInteger2DInstance::set(OfxTime time,int,int) in set()
H A DhostDemoParamInstance.h129 class MyInteger2DInstance : public OFX::Host::Param::Integer2DInstance {
134MyInteger2DInstance(MyEffectInstance* effect, const std::string& name, OFX::Host::Param::Descript…
H A DhostDemoEffectInstance.cpp182 return new MyInteger2DInstance(this,name,descriptor); in newParam()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/examples/
H A DhostDemoParamInstance.cpp293 MyInteger2DInstance::MyInteger2DInstance(MyEffectInstance* effect, in MyInteger2DInstance() function in MyHost::MyInteger2DInstance
300 OfxStatus MyInteger2DInstance::get(int&,int&) in get()
305 OfxStatus MyInteger2DInstance::get(OfxTime time,int&,int&) in get()
310 OfxStatus MyInteger2DInstance::set(int,int) in set()
315 OfxStatus MyInteger2DInstance::set(OfxTime time,int,int) in set()
H A DhostDemoParamInstance.h129 class MyInteger2DInstance : public OFX::Host::Param::Integer2DInstance {
134MyInteger2DInstance(MyEffectInstance* effect, const std::string& name, OFX::Host::Param::Descript…
H A DhostDemoEffectInstance.cpp182 return new MyInteger2DInstance(this,name,descriptor); in newParam()