Home
last modified time | relevance | path

Searched refs:interactInstance (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Overlay/
H A Doverlay.cpp116 getInteractData(OfxInteractHandle interactInstance) in getInteractData() argument
134 OfxInteractHandle interactInstance) in interactCreateInstance() argument
162 OfxInteractHandle interactInstance) in interactDestroyInstance() argument
164 MyInteractData *data = getInteractData(interactInstance); in interactDestroyInstance()
175 OfxInteractHandle interactInstance, in interactDraw() argument
179 MyInteractData *data = getInteractData(interactInstance); in interactDraw()
223 OfxInteractHandle interactInstance, in interactPenMotion() argument
227 MyInteractData *data = getInteractData(interactInstance); in interactPenMotion()
244 OfxInteractHandle interactInstance, in interactPenDown() argument
248 MyInteractData *data = getInteractData(interactInstance); in interactPenDown()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Overlay/
H A Doverlay.cpp116 getInteractData(OfxInteractHandle interactInstance) in getInteractData() argument
134 OfxInteractHandle interactInstance) in interactCreateInstance() argument
162 OfxInteractHandle interactInstance) in interactDestroyInstance() argument
164 MyInteractData *data = getInteractData(interactInstance); in interactDestroyInstance()
175 OfxInteractHandle interactInstance, in interactDraw() argument
179 MyInteractData *data = getInteractData(interactInstance); in interactDraw()
223 OfxInteractHandle interactInstance, in interactPenMotion() argument
227 MyInteractData *data = getInteractData(interactInstance); in interactPenMotion()
244 OfxInteractHandle interactInstance, in interactPenDown() argument
248 MyInteractData *data = getInteractData(interactInstance); in interactPenDown()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Custom/
H A Dcustom.cpp226 getInteractData(OfxInteractHandle interactInstance) in getInteractData() argument
243 OfxInteractHandle interactInstance) in interactCreateInstance() argument
271 OfxInteractHandle interactInstance) in interactDestroyInstance() argument
273 MyInteractData *data = getInteractData(interactInstance); in interactDestroyInstance()
284 OfxInteractHandle interactInstance, in interactDraw() argument
289 MyInteractData *data = getInteractData(interactInstance); in interactDraw()
342 OfxInteractHandle interactInstance, in interactPenMotion() argument
346 MyInteractData *data = getInteractData(interactInstance); in interactPenMotion()
369 OfxInteractHandle interactInstance, in interactPenDown() argument
373 MyInteractData *data = getInteractData(interactInstance); in interactPenDown()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Custom/
H A Dcustom.cpp226 getInteractData(OfxInteractHandle interactInstance) in getInteractData() argument
243 OfxInteractHandle interactInstance) in interactCreateInstance() argument
271 OfxInteractHandle interactInstance) in interactDestroyInstance() argument
273 MyInteractData *data = getInteractData(interactInstance); in interactDestroyInstance()
284 OfxInteractHandle interactInstance, in interactDraw() argument
289 MyInteractData *data = getInteractData(interactInstance); in interactDraw()
342 OfxInteractHandle interactInstance, in interactPenMotion() argument
346 MyInteractData *data = getInteractData(interactInstance); in interactPenMotion()
369 OfxInteractHandle interactInstance, in interactPenDown() argument
373 MyInteractData *data = getInteractData(interactInstance); in interactPenDown()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/include/
H A DofxInteract.h555 OfxStatus (*interactSwapBuffers)(OfxInteractHandle interactInstance);
558 OfxStatus (*interactRedraw)(OfxInteractHandle interactInstance);
561 OfxStatus (*interactGetPropertySet)(OfxInteractHandle interactInstance,
H A DofxSonyVegas.h324 OfxStatus (*interactGetPropertySet)(OfxInteractHandle interactInstance,
326 OfxStatus (*interactUpdate)(OfxInteractHandle interactInstance);
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/include/
H A DofxInteract.h555 OfxStatus (*interactSwapBuffers)(OfxInteractHandle interactInstance);
558 OfxStatus (*interactRedraw)(OfxInteractHandle interactInstance);
561 OfxStatus (*interactGetPropertySet)(OfxInteractHandle interactInstance,
H A DofxSonyVegas.h324 OfxStatus (*interactGetPropertySet)(OfxInteractHandle interactInstance,
326 OfxStatus (*interactUpdate)(OfxInteractHandle interactInstance);
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/include/
H A DofxUtilities.H200 ofxuSetInteractInstanceData(OfxInteractHandle interactInstance, void *data) in ofxuSetInteractInstanceData() argument
203 gInteractHost->interactGetPropertySet(interactInstance, &props); in ofxuSetInteractInstanceData()
210 ofxuGetInteractInstanceData(OfxInteractHandle interactInstance) in ofxuGetInteractInstanceData() argument
213 gInteractHost->interactGetPropertySet(interactInstance, &props); in ofxuGetInteractInstanceData()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/include/
H A DofxUtilities.H200 ofxuSetInteractInstanceData(OfxInteractHandle interactInstance, void *data) in ofxuSetInteractInstanceData() argument
203 gInteractHost->interactGetPropertySet(interactInstance, &props); in ofxuSetInteractInstanceData()
210 ofxuGetInteractInstanceData(OfxInteractHandle interactInstance) in ofxuGetInteractInstanceData() argument
213 gInteractHost->interactGetPropertySet(interactInstance, &props); in ofxuGetInteractInstanceData()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/src/
H A DofxhInteract.cpp641 Interact::Instance *interactInstance = reinterpret_cast<Interact::Instance*>(handle); in interactSwapBuffers() local
642 if(interactInstance) in interactSwapBuffers()
643 return interactInstance->swapBuffers(); in interactSwapBuffers()
654 Interact::Instance *interactInstance = reinterpret_cast<Interact::Instance*>(handle); in interactRedraw() local
655 if(interactInstance) in interactRedraw()
656 return interactInstance->redraw(); in interactRedraw()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/src/
H A DofxhInteract.cpp641 Interact::Instance *interactInstance = reinterpret_cast<Interact::Instance*>(handle); in interactSwapBuffers() local
642 if(interactInstance) in interactSwapBuffers()
643 return interactInstance->swapBuffers(); in interactSwapBuffers()
654 Interact::Instance *interactInstance = reinterpret_cast<Interact::Instance*>(handle); in interactRedraw() local
655 if(interactInstance) in interactRedraw()
656 return interactInstance->redraw(); in interactRedraw()