Home
last modified time | relevance | path

Searched refs:sourceClip (Results 1 – 25 of 49) sorted by relevance

12

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/OpenGL/
H A Dopengl.cpp109 OfxImageClipHandle sourceClip; member
174 gEffectHost->clipGetHandle(effect, kOfxImageEffectSimpleSourceClipName, &myData->sourceClip, 0); in createInstance()
208 gEffectHost->clipGetRegionOfDefinition(myData->sourceClip, time, &rod); in getSpatialRoD()
245 OfxPropertySetHandle props; gEffectHost->clipGetPropertySet(myData->sourceClip, &props); in getTemporalDomain()
265 ofxuClipGetFormat(myData->sourceClip, bitDepth, isRGBA, true); // get the unmapped clip component in getClipPreferences()
376 status = gOpenGLSuite->clipLoadTexture(myData->sourceClip, time, NULL, NULL, &sourceImg); in render()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Cuda/
H A Dcuda.cpp92 OfxImageClipHandle sourceClip; member
159 gEffectHost->clipGetHandle(effect, "Source", &myData->sourceClip, 0); in createInstance()
193 gEffectHost->clipGetRegionOfDefinition(myData->sourceClip, time, &rod); in getSpatialRoD()
229 OfxPropertySetHandle props; gEffectHost->clipGetPropertySet(myData->sourceClip, &props); in getTemporalDomain()
249 ofxuClipGetFormat(myData->sourceClip, bitDepth, isRGBA, true); // get the unmapped clip component in getClipPreferences()
351 …sourceImg = ofxuGetImage(myData->sourceClip, time, srcRowBytes, srcBitDepth, srcIsAlpha, srcRect, … in render()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Cuda/
H A Dcuda.cpp92 OfxImageClipHandle sourceClip; member
159 gEffectHost->clipGetHandle(effect, "Source", &myData->sourceClip, 0); in createInstance()
193 gEffectHost->clipGetRegionOfDefinition(myData->sourceClip, time, &rod); in getSpatialRoD()
229 OfxPropertySetHandle props; gEffectHost->clipGetPropertySet(myData->sourceClip, &props); in getTemporalDomain()
249 ofxuClipGetFormat(myData->sourceClip, bitDepth, isRGBA, true); // get the unmapped clip component in getClipPreferences()
351 …sourceImg = ofxuGetImage(myData->sourceClip, time, srcRowBytes, srcBitDepth, srcIsAlpha, srcRect, … in render()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/OpenGL/
H A Dopengl.cpp109 OfxImageClipHandle sourceClip; member
174 gEffectHost->clipGetHandle(effect, kOfxImageEffectSimpleSourceClipName, &myData->sourceClip, 0); in createInstance()
208 gEffectHost->clipGetRegionOfDefinition(myData->sourceClip, time, &rod); in getSpatialRoD()
245 OfxPropertySetHandle props; gEffectHost->clipGetPropertySet(myData->sourceClip, &props); in getTemporalDomain()
265 ofxuClipGetFormat(myData->sourceClip, bitDepth, isRGBA, true); // get the unmapped clip component in getClipPreferences()
376 status = gOpenGLSuite->clipLoadTexture(myData->sourceClip, time, NULL, NULL, &sourceImg); in render()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Invert/
H A Dinvert.cpp112 OfxImageClipHandle sourceClip; in render() local
113 gEffectHost->clipGetHandle(instance, kOfxImageEffectSimpleSourceClipName, &sourceClip, 0); in render()
116 if (gEffectHost->clipGetImage(sourceClip, time, NULL, &sourceImg) != kOfxStatOK) { in render()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Invert/
H A Dinvert.cpp112 OfxImageClipHandle sourceClip; in render() local
113 gEffectHost->clipGetHandle(instance, kOfxImageEffectSimpleSourceClipName, &sourceClip, 0); in render()
116 if (gEffectHost->clipGetImage(sourceClip, time, NULL, &sourceImg) != kOfxStatOK) { in render()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/OpenCL/
H A Doclplugin.cpp96 OfxImageClipHandle sourceClip; member
163 gEffectHost->clipGetHandle(effect, "Source", &myData->sourceClip, 0); in createInstance()
197 gEffectHost->clipGetRegionOfDefinition(myData->sourceClip, time, &rod); in getSpatialRoD()
233 OfxPropertySetHandle props; gEffectHost->clipGetPropertySet(myData->sourceClip, &props); in getTemporalDomain()
253 ofxuClipGetFormat(myData->sourceClip, bitDepth, isRGBA, true); // get the unmapped clip component in getClipPreferences()
456 …sourceImg = ofxuGetImage(myData->sourceClip, time, srcRowBytes, srcBitDepth, srcIsAlpha, srcRect, … in render()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/OpenCL/
H A Doclplugin.cpp96 OfxImageClipHandle sourceClip; member
163 gEffectHost->clipGetHandle(effect, "Source", &myData->sourceClip, 0); in createInstance()
197 gEffectHost->clipGetRegionOfDefinition(myData->sourceClip, time, &rod); in getSpatialRoD()
233 OfxPropertySetHandle props; gEffectHost->clipGetPropertySet(myData->sourceClip, &props); in getTemporalDomain()
253 ofxuClipGetFormat(myData->sourceClip, bitDepth, isRGBA, true); // get the unmapped clip component in getClipPreferences()
456 …sourceImg = ofxuGetImage(myData->sourceClip, time, srcRowBytes, srcBitDepth, srcIsAlpha, srcRect, … in render()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Guide/Code/Example5/
H A Dcircle.cpp297 OfxImageClipHandle sourceClip; member
308 , sourceClip(NULL) in MyInstanceData()
617 gImageEffectSuite->clipGetHandle(instance, "Source", &myData->sourceClip, 0); in CreateInstanceAction()
793 Image sourceImg(myData->sourceClip, time); in RenderAction()
880 gImageEffectSuite->clipGetRegionOfDefinition(myData->sourceClip, time, &rod); in GetRegionOfDefinitionAction()
925 gImageEffectSuite->clipGetRegionOfDefinition(myData->sourceClip, time, &bounds); in IsIdentityAction()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Guide/Code/Example5/
H A Dcircle.cpp297 OfxImageClipHandle sourceClip; member
308 , sourceClip(NULL) in MyInstanceData()
617 gImageEffectSuite->clipGetHandle(instance, "Source", &myData->sourceClip, 0); in CreateInstanceAction()
793 Image sourceImg(myData->sourceClip, time); in RenderAction()
880 gImageEffectSuite->clipGetRegionOfDefinition(myData->sourceClip, time, &rod); in GetRegionOfDefinitionAction()
925 gImageEffectSuite->clipGetRegionOfDefinition(myData->sourceClip, time, &bounds); in IsIdentityAction()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/media/audio/
H A Daudio.cpp111 ScriptAudioClip *sourceClip = AudioChannel_GetPlayingClip(&scrAudioChannel[fadeOutChannel]); in stop_or_fade_out_channel() local
112 if ((sourceClip != NULL) && (game.audioClipTypes[sourceClip->type].crossfadeSpeed > 0)) in stop_or_fade_out_channel()
114 …move_track_to_crossfade_channel(fadeOutChannel, game.audioClipTypes[sourceClip->type].crossfadeSpe… in stop_or_fade_out_channel()
220 soundClip->sourceClip = audioClip; in load_sound_clip()
288 int audiotype = ((ScriptAudioClip*)clip->sourceClip)->type; in apply_volume_drop_to_clip()
789 if (channels[i] && channels[i]->done == 0 && channels[i]->sourceClip != NULL) in apply_volume_drop_modifier()
H A Dsoundclip.cpp63 sourceClip = NULL; in SOUNDCLIP()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Basic/
H A Dbasic.cpp90 OfxImageClipHandle sourceClip; member
154 OfxPropertySetHandle props; gEffectHost->clipGetPropertySet(myData->sourceClip, &props); in setPerComponentScaleEnabledness()
214 gEffectHost->clipGetHandle(effect, kOfxImageEffectSimpleSourceClipName, &myData->sourceClip, 0); in createInstance()
258 gEffectHost->clipGetRegionOfDefinition(myData->sourceClip, time, &rod); in getSpatialRoD()
300 OfxPropertySetHandle props; gEffectHost->clipGetPropertySet(myData->sourceClip, &props); in getTemporalDomain()
320 ofxuClipGetFormat(myData->sourceClip, bitDepth, isRGBA, true); // get the unmapped clip component in getClipPreferences()
363 if(ofxuGetClipPixelsAreRGBA(myData->sourceClip)) { in isIdentity()
678 …sourceImg = ofxuGetImage(myData->sourceClip, time, srcRowBytes, srcBitDepth, srcIsAlpha, srcRect, … in render()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Basic/
H A Dbasic.cpp90 OfxImageClipHandle sourceClip; member
154 OfxPropertySetHandle props; gEffectHost->clipGetPropertySet(myData->sourceClip, &props); in setPerComponentScaleEnabledness()
214 gEffectHost->clipGetHandle(effect, kOfxImageEffectSimpleSourceClipName, &myData->sourceClip, 0); in createInstance()
258 gEffectHost->clipGetRegionOfDefinition(myData->sourceClip, time, &rod); in getSpatialRoD()
300 OfxPropertySetHandle props; gEffectHost->clipGetPropertySet(myData->sourceClip, &props); in getTemporalDomain()
320 ofxuClipGetFormat(myData->sourceClip, bitDepth, isRGBA, true); // get the unmapped clip component in getClipPreferences()
363 if(ofxuGetClipPixelsAreRGBA(myData->sourceClip)) { in isIdentity()
678 …sourceImg = ofxuGetImage(myData->sourceClip, time, srcRowBytes, srcBitDepth, srcIsAlpha, srcRect, … in render()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Guide/Code/Example2/
H A Dinvert.cpp327 OfxImageClipHandle sourceClip; in RenderAction() local
328 gImageEffectSuite->clipGetHandle(instance, "Source", &sourceClip, NULL); in RenderAction()
340 if (gImageEffectSuite->clipGetImage(sourceClip, time, NULL, &sourceImg) != kOfxStatOK) { in RenderAction()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Guide/Code/Example2/
H A Dinvert.cpp327 OfxImageClipHandle sourceClip; in RenderAction() local
328 gImageEffectSuite->clipGetHandle(instance, "Source", &sourceClip, NULL); in RenderAction()
340 if (gImageEffectSuite->clipGetImage(sourceClip, time, NULL, &sourceImg) != kOfxStatOK) { in RenderAction()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Guide/Code/Example4/
H A Dsaturation.cpp268 OfxImageClipHandle sourceClip; member
277 , sourceClip(NULL) in MyInstanceData()
509 gImageEffectSuite->clipGetHandle(instance, "Source", &myData->sourceClip, 0); in CreateInstanceAction()
669 Image sourceImg(myData->sourceClip, time); in RenderAction()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/DepthConverter/
H A DdepthConverter.cpp82 OfxImageClipHandle sourceClip; member
119 gEffectHost->clipGetHandle(effect, "Source", &myData->sourceClip, 0); in createInstance()
154 int srcDepth = ofxuGetClipPixelDepth(myData->sourceClip); in isIdentity()
347 …sourceImg = ofxuGetImage(myData->sourceClip, time, srcRowBytes, srcBitDepth, srcIsAlpha, srcRect, … in render()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/DepthConverter/
H A DdepthConverter.cpp82 OfxImageClipHandle sourceClip; member
119 gEffectHost->clipGetHandle(effect, "Source", &myData->sourceClip, 0); in createInstance()
154 int srcDepth = ofxuGetClipPixelDepth(myData->sourceClip); in isIdentity()
347 …sourceImg = ofxuGetImage(myData->sourceClip, time, srcRowBytes, srcBitDepth, srcIsAlpha, srcRect, … in render()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Guide/Code/Example4/
H A Dsaturation.cpp268 OfxImageClipHandle sourceClip; member
277 , sourceClip(NULL) in MyInstanceData()
509 gImageEffectSuite->clipGetHandle(instance, "Source", &myData->sourceClip, 0); in CreateInstanceAction()
669 Image sourceImg(myData->sourceClip, time); in RenderAction()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Rectangle/
H A Drectangle.cpp89 OfxImageClipHandle sourceClip; member
147 gEffectHost->clipGetHandle(effect, kOfxImageEffectSimpleSourceClipName, &myData->sourceClip, 0); in createInstance()
204 gEffectHost->clipGetRegionOfDefinition(myData->sourceClip, time, &sourceRoD); in getSpatialRoD()
634 …sourceImg = ofxuGetImage(myData->sourceClip, time, srcRowBytes, srcBitDepth, srcIsAlpha, srcRect, … in render()
636 unpremultiplied = ofxuIsUnPremultiplied(myData->sourceClip); in render()
761 gEffectHost->clipGetPropertySet(myData->sourceClip, &clipProps); in getClipPreferences()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Rectangle/
H A Drectangle.cpp89 OfxImageClipHandle sourceClip; member
147 gEffectHost->clipGetHandle(effect, kOfxImageEffectSimpleSourceClipName, &myData->sourceClip, 0); in createInstance()
204 gEffectHost->clipGetRegionOfDefinition(myData->sourceClip, time, &sourceRoD); in getSpatialRoD()
634 …sourceImg = ofxuGetImage(myData->sourceClip, time, srcRowBytes, srcBitDepth, srcIsAlpha, srcRect, … in render()
636 unpremultiplied = ofxuIsUnPremultiplied(myData->sourceClip); in render()
761 gEffectHost->clipGetPropertySet(myData->sourceClip, &clipProps); in getClipPreferences()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Guide/Code/Example3/
H A Dgain.cpp113 OfxImageClipHandle sourceClip; member
344 gImageEffectSuite->clipGetHandle(instance, "Source", &myData->sourceClip, 0); in CreateInstanceAction()
522 … if (gImageEffectSuite->clipGetImage(myData->sourceClip, time, NULL, &sourceImg) != kOfxStatOK) { in RenderAction()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Guide/Code/Example3/
H A Dgain.cpp113 OfxImageClipHandle sourceClip; member
344 gImageEffectSuite->clipGetHandle(instance, "Source", &myData->sourceClip, 0); in CreateInstanceAction()
522 … if (gImageEffectSuite->clipGetImage(myData->sourceClip, time, NULL, &sourceImg) != kOfxStatOK) { in RenderAction()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCBlit.h1111 AbsRectangle sourceClip; in Blit() local
1117 setClip ( sourceClip, sourceClipping, source, 1 ); in Blit()
1122 v.x1 = v.x0 + ( sourceClip.x1 - sourceClip.x0 ); in Blit()
1123 v.y1 = v.y0 + ( sourceClip.y1 - sourceClip.y0 ); in Blit()
1131 job.Source.x0 = sourceClip.x0 + ( job.Dest.x0 - v.x0 ); in Blit()
1133 job.Source.y0 = sourceClip.y0 + ( job.Dest.y0 - v.y0 ); in Blit()

12